1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00
wezterm/assets/colors/SpaceGray.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
369 B
TOML

# SpaceGray
[colors]
foreground = "#b3b8c3"
background = "#20242d"
cursor_bg = "#b3b8c3"
cursor_border = "#b3b8c3"
cursor_fg = "#1d1f21"
selection_bg = "#16181e"
selection_fg = "#b3b8c3"
ansi = ["#000000","#b04b57","#87b379","#e5c179","#7d8fa4","#a47996","#85a7a5","#b3b8c3"]
brights = ["#000000","#b04b57","#87b379","#e5c179","#7d8fa4","#a47996","#85a7a5","#ffffff"]