1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/WildCherry.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
370 B
TOML

# WildCherry
[colors]
foreground = "#dafaff"
background = "#1f1726"
cursor_bg = "#dd00ff"
cursor_border = "#dd00ff"
cursor_fg = "#ff00fe"
selection_bg = "#002831"
selection_fg = "#e4ffff"
ansi = ["#000507","#d94085","#2ab250","#ffd16f","#883cdc","#ececec","#c1b8b7","#fff8de"]
brights = ["#009cc9","#da6bac","#f4dca5","#eac066","#308cba","#ae636b","#ff919d","#e4838d"]