1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Belafonte Day.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

# Belafonte Day
[colors]
foreground = "#45373c"
background = "#d5ccba"
cursor_bg = "#45373c"
cursor_border = "#45373c"
cursor_fg = "#d5ccba"
selection_bg = "#968c83"
selection_fg = "#45373c"
ansi = ["#20111b","#be100e","#858162","#eaa549","#426a79","#97522c","#989a9c","#968c83"]
brights = ["#5e5252","#be100e","#858162","#eaa549","#426a79","#97522c","#989a9c","#d5ccba"]