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

# UnderTheSea
[colors]
foreground = "#ffffff"
background = "#011116"
cursor_bg = "#4afcd6"
cursor_border = "#4afcd6"
cursor_fg = "#031413"
selection_bg = "#415555"
selection_fg = "#4dffda"
ansi = ["#022026","#b2302d","#00a941","#59819c","#459a86","#00599d","#5d7e19","#405555"]
brights = ["#384451","#ff4242","#2aea5e","#8ed4fd","#61d5ba","#1298ff","#98d028","#58fbd6"]