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

# Vaughn
[colors]
foreground = "#dcdccc"
background = "#25234f"
cursor_bg = "#ff5555"
cursor_border = "#ff5555"
cursor_fg = "#ffffff"
selection_bg = "#b5d5ff"
selection_fg = "#000000"
ansi = ["#25234f","#705050","#60b48a","#dfaf8f","#5555ff","#f08cc3","#8cd0d3","#709080"]
brights = ["#709080","#dca3a3","#60b48a","#f0dfaf","#5555ff","#ec93d3","#93e0e3","#ffffff"]