1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 14:49:26 +03:00
wezterm/assets/colors/Violet Light.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
372 B
TOML

# Violet Light
[colors]
foreground = "#536870"
background = "#fcf4dc"
cursor_bg = "#536870"
cursor_border = "#536870"
cursor_fg = "#fcf4dc"
selection_bg = "#595ab7"
selection_fg = "#fcf4dc"
ansi = ["#56595c","#c94c22","#85981c","#b4881d","#2e8bce","#d13a82","#32a198","#d3d0c9"]
brights = ["#45484b","#bd3613","#738a04","#a57705","#2176c7","#c61c6f","#259286","#c9c6bd"]