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

# N0tch2k
[colors]
foreground = "#a0a0a0"
background = "#222222"
cursor_bg = "#aa9175"
cursor_border = "#aa9175"
cursor_fg = "#000000"
selection_bg = "#4d4d4d"
selection_fg = "#ffffff"
ansi = ["#383838","#a95551","#666666","#a98051","#657d3e","#767676","#c9c9c9","#d0b8a3"]
brights = ["#474747","#a97775","#8c8c8c","#a99175","#98bd5e","#a3a3a3","#dcdcdc","#d8c8bb"]