Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose Theme Based on The Terminal's Color Scheme #2896

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    5aa3043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6232561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a190932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70b82ee View commit details
    Browse the repository at this point in the history
  5. Update completions and man page

    bash committed May 1, 2024
    Configuration menu
    Copy the full SHA
    821b994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c74e8c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8c6cd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f90fa7 View commit details
    Browse the repository at this point in the history
  9. Improve upon the documentation

    bash committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e8ba7be View commit details
    Browse the repository at this point in the history
  10. Remove cargo feature

    bash committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2b26d6b View commit details
    Browse the repository at this point in the history
  11. Update terminal-colorsaurus

    bash committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f22e92b View commit details
    Browse the repository at this point in the history
  12. Update readme

    bash committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e201a9a View commit details
    Browse the repository at this point in the history
  13. Disable color detection in test

    bash committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c940663 View commit details
    Browse the repository at this point in the history
  14. Add changelog entry

    bash committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d314384 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4aeb3cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2bebe8a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    89bb073 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    173c5d2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update terminal-colorsaurus to 0.4.0

    Excerpt from the [changelog](https://github.com/bash/terminal-colorsaurus/blob/0.4.0/changelog.md):
    
    > * ⚡ Renamed «color scheme» to «color palette».
    > * ⚡ Removed `is_dark_on_light` and `is_light_on_dark` functions. Use `color_scheme` instead.
    > * Add new convenience function `color_scheme` which returns a nice `Dark / Light` enum.
    > * Add support for urxvt's `rgba:` color format.
    > * Further refined the documentation (more organized terminal list, new terminals tested).
    > * Improved handling of ambigous color palettes (e.g. when background color is the same as foreground).
    > * Queries are now terminated with `ST` (the standard string terminator) instead of `BEL` (which is an xterm extension).
    bash committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8bbaf1f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Update terminal-colorsaurus to 0.4.1

    > * 🐛 Fixed `OSC 11` response being visible to users of GNU Screen
         by detecting Screen and erroring before sending any control sequences (bash/terminal-colorsaurus#16).
    bash committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6be1698 View commit details
    Browse the repository at this point in the history