1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/coffee_theme.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
372 B
TOML

# coffee_theme
[colors]
foreground = "#000000"
background = "#f5deb3"
cursor_bg = "#c7c7c7"
cursor_border = "#c7c7c7"
cursor_fg = "#fffc67"
selection_bg = "#c1deff"
selection_fg = "#000000"
ansi = ["#000000","#c91b00","#00c200","#c7c400","#0225c7","#ca30c7","#00c5c7","#c7c7c7"]
brights = ["#686868","#ff6e67","#5ffa68","#fffc67","#6871ff","#ff77ff","#60fdff","#ffffff"]