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

# WarmNeon
[colors]
foreground = "#afdab6"
background = "#404040"
cursor_bg = "#30ff24"
cursor_border = "#30ff24"
cursor_fg = "#3eef37"
selection_bg = "#b0ad21"
selection_fg = "#ffffff"
ansi = ["#000000","#e24346","#39b13a","#dae145","#4261c5","#f920fb","#2abbd4","#d0b8a3"]
brights = ["#fefcfc","#e97071","#9cc090","#ddda7a","#7b91d6","#f674ba","#5ed1e5","#d8c8bb"]