1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 11:21:39 +03:00
wezterm/assets/colors/Gruvbox Light.toml
Wez Furlong 5b9c86d836 colors: set cursor border to bg in the color schemes
This avoids having a green (by default) border around the cursor.
The dynamic color escape sequences have been updated to also
change the border color when the cursor background color is changed.
2020-10-27 09:17:20 -07:00

13 lines
373 B
TOML

# Gruvbox Light
[colors]
foreground = "#282828"
background = "#fbf1c7"
cursor_bg = "#282828"
cursor_border = "#282828"
cursor_fg = "#282828"
selection_bg = "#d5c4a1"
selection_fg = "#665c54"
ansi = ["#fbf1c7","#9d0006","#79740e","#b57614","#076678","#8f3f71","#427b58","#3c3836"]
brights = ["#9d8374","#cc241d","#98971a","#d79921","#458588","#b16186","#689d69","#7c6f64"]