1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Spacedust.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

# Spacedust
[colors]
foreground = "#ecf0c1"
background = "#0a1e24"
cursor_bg = "#708284"
cursor_border = "#708284"
cursor_fg = "#002831"
selection_bg = "#0a385c"
selection_fg = "#ffffff"
ansi = ["#6e5346","#e35b00","#5cab96","#e3cd7b","#0f548b","#e35b00","#06afc7","#f0f1ce"]
brights = ["#684c31","#ff8a3a","#aecab8","#ffc878","#67a0ce","#ff8a3a","#83a7b4","#fefff1"]