Open
Description
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: wezterm/wezterm#2160
Metadata
Metadata
Assignees
Labels
No labels