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

Adding TrueColor/RGB support to themes #515

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

Commits on Feb 16, 2021

  1. feature/truecolor: TrueColor Theming Support

    Adds the ability to use (R,G,B) tuples in theme files to more accurately
    specify the colors desired for each segment.
    Not all terminals have TrueColor support, so in the case that a theme
    uses (R,G,B) tuples that cannot be supported by the current terminal,
    the colors are approximated using colortrans.rgb2short to bring them to
    the nearest xterm-256 color.
    typedef-sorbet committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    c29afdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba81ac9 View commit details
    Browse the repository at this point in the history