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
iTerm2-Color-Schemes/wezterm/Gruvbox Light.toml
Lines 11 to 12 in 82b6971
The non-white ansi/brights colours are inverted when compared to the original vim colorscheme: https://github.com/morhetz/gruvbox.
Direct link to image showing original light palette: https://camo.githubusercontent.com/d080d9c204408ef06b862b76bc795f930b3a9b1be4c5d2de149f1d8eb765b660/687474703a2f2f692e696d6775722e636f6d2f3439714b7959572e706e67
The corrected colour arrays should be:
ansi = ['#fbf1c7','#cc241d','#98971a','#d79921','#458588','#b16186','#689d69','#7c6f64'] brights = ['#9d8374','#9d0006','#79740e','#b57614','#076678','#8f3f71','#427b58','#3c3836']
Note that the brights are actually darker, which in turn makes them stand out more when set against the light background.
Ref: wez/wezterm#2160
The text was updated successfully, but these errors were encountered:
Same problem with other color schemes. Colors do not reflect the hex values.
Sorry, something went wrong.
No branches or pull requests
iTerm2-Color-Schemes/wezterm/Gruvbox Light.toml
Lines 11 to 12 in 82b6971
The non-white ansi/brights colours are inverted when compared to the original vim colorscheme: https://github.com/morhetz/gruvbox.
Direct link to image showing original light palette: https://camo.githubusercontent.com/d080d9c204408ef06b862b76bc795f930b3a9b1be4c5d2de149f1d8eb765b660/687474703a2f2f692e696d6775722e636f6d2f3439714b7959572e706e67
The corrected colour arrays should be:
Note that the brights are actually darker, which in turn makes them stand out more when set against the light background.
Ref: wez/wezterm#2160
The text was updated successfully, but these errors were encountered: