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

# Neopolitan
[colors]
foreground = "#ffffff"
background = "#271f19"
cursor_bg = "#ffffff"
cursor_border = "#ffffff"
cursor_fg = "#ffffff"
selection_bg = "#253b76"
selection_fg = "#ffffff"
ansi = ["#000000","#800000","#61ce3c","#fbde2d","#253b76","#ff0080","#8da6ce","#f8f8f8"]
brights = ["#000000","#800000","#61ce3c","#fbde2d","#253b76","#ff0080","#8da6ce","#f8f8f8"]