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

# SeaShells
[colors]
foreground = "#deb88d"
background = "#09141b"
cursor_bg = "#fca02f"
cursor_border = "#fca02f"
cursor_fg = "#08131a"
selection_bg = "#1e4962"
selection_fg = "#fee4ce"
ansi = ["#17384c","#d15123","#027c9b","#fca02f","#1e4950","#68d4f1","#50a3b5","#deb88d"]
brights = ["#434b53","#d48678","#628d98","#fdd39f","#1bbcdd","#bbe3ee","#87acb4","#fee4ce"]