1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 03:11:31 +03:00
wezterm/assets/colors/shades-of-purple.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
376 B
TOML

# shades-of-purple
[colors]
foreground = "#ffffff"
background = "#1e1d40"
cursor_bg = "#fad000"
cursor_border = "#fad000"
cursor_fg = "#fefff4"
selection_bg = "#b362ff"
selection_fg = "#c2c2c2"
ansi = ["#000000","#d90429","#3ad900","#ffe700","#6943ff","#ff2c70","#00c5c7","#c7c7c7"]
brights = ["#686868","#f92a1c","#43d426","#f1d000","#6871ff","#ff77ff","#79e8fb","#ffffff"]