1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/assets/colors/deep.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
364 B
TOML

# deep
[colors]
foreground = "#cdcdcd"
background = "#090909"
cursor_bg = "#d0d0d0"
cursor_border = "#d0d0d0"
cursor_fg = "#151515"
selection_bg = "#780002"
selection_fg = "#ececec"
ansi = ["#000000","#d70005","#1cd915","#d9bd26","#5665ff","#b052da","#50d2da","#e0e0e0"]
brights = ["#535353","#fb0007","#22ff18","#fedc2b","#9fa9ff","#e09aff","#8df9ff","#ffffff"]