We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Love the theme. Great work with it!
As of the latest update the background color does not have commas separating the RGB values. As an example in color-schemes/cherry.colors:
color-schemes/cherry.colors
[Colors:Window] BackgroundAlternate=54,56,62 BackgroundNormal=313142 DecorationFocus=230,78,129 DecorationHover=230,78,129 ForegroundActive=101,219,255 ForegroundInactive=153,153,153 ForegroundLink=70,154,244 ForegroundNegative=191,3,3 ForegroundNeutral=176,128,0 ForegroundNormal=234,234,234 ForegroundPositive=0,110,40 ForegroundVisited=61,251,115
Probably it should be (which does display the new darker color)
[Colors:Window] BackgroundAlternate=54,56,62 BackgroundNormal=31,31,42 DecorationFocus=230,78,129 DecorationHover=230,78,129 ForegroundActive=101,219,255 ForegroundInactive=153,153,153 ForegroundLink=70,154,244 ForegroundNegative=191,3,3 ForegroundNeutral=176,128,0 ForegroundNormal=234,234,234 ForegroundPositive=0,110,40 ForegroundVisited=61,251,115
Note the change in the third line. I imagine there are similar errors elsewhere -- I can look and make a PR if you would like.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Love the theme. Great work with it!
As of the latest update the background color does not have commas separating the RGB values. As an example in
color-schemes/cherry.colors
:Probably it should be (which does display the new darker color)
Note the change in the third line. I imagine there are similar errors elsewhere -- I can look and make a PR if you would like.
The text was updated successfully, but these errors were encountered: