1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/ForestBlue.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
370 B
TOML

# ForestBlue
[colors]
foreground = "#e2d8cd"
background = "#051519"
cursor_bg = "#9e9ecb"
cursor_border = "#9e9ecb"
cursor_fg = "#000000"
selection_bg = "#4d4d4d"
selection_fg = "#ffffff"
ansi = ["#333333","#f8818e","#92d3a2","#1a8e63","#8ed0ce","#5e468c","#31658c","#e2d8cd"]
brights = ["#3d3d3d","#fb3d66","#6bb48d","#30c85a","#39a7a2","#7e62b3","#6096bf","#e2d8cd"]