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

# SleepyHollow
[colors]
foreground = "#af9a91"
background = "#121214"
cursor_bg = "#af9a91"
cursor_border = "#af9a91"
cursor_fg = "#391a02"
selection_bg = "#575256"
selection_fg = "#d2c7a9"
ansi = ["#572100","#ba3934","#91773f","#b55600","#5f63b4","#a17c7b","#8faea9","#af9a91"]
brights = ["#4e4b61","#d9443f","#d6b04e","#f66813","#8086ef","#e2c2bb","#a4dce7","#d2c7a9"]