1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 14:49:26 +03:00
wezterm/assets/colors/Chester.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
367 B
TOML

# Chester
[colors]
foreground = "#ffffff"
background = "#2c3643"
cursor_bg = "#b4b1b1"
cursor_border = "#b4b1b1"
cursor_fg = "#000000"
selection_bg = "#67747c"
selection_fg = "#ffffff"
ansi = ["#080200","#fa5e5b","#16c98d","#ffc83f","#288ad6","#d34590","#28ddde","#e7e7e7"]
brights = ["#6f6b68","#fa5e5b","#16c98d","#feef6d","#278ad6","#d34590","#27dede","#ffffff"]