1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/assets/colors/Neutron.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

# Neutron
[colors]
foreground = "#e6e8ef"
background = "#1c1e22"
cursor_bg = "#f6f7ec"
cursor_border = "#f6f7ec"
cursor_fg = "#c4c5b5"
selection_bg = "#2f363e"
selection_fg = "#7d8fa4"
ansi = ["#23252b","#b54036","#5ab977","#deb566","#6a7c93","#a4799d","#3f94a8","#e6e8ef"]
brights = ["#23252b","#b54036","#5ab977","#deb566","#6a7c93","#a4799d","#3f94a8","#ebedf2"]