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

# Grape
[colors]
foreground = "#9f9fa1"
background = "#171423"
cursor_bg = "#a288f7"
cursor_border = "#a288f7"
cursor_fg = "#171422"
selection_bg = "#493d70"
selection_fg = "#171422"
ansi = ["#2d283f","#ed2261","#1fa91b","#8ddc20","#487df4","#8d35c9","#3bdeed","#9e9ea0"]
brights = ["#59516a","#f0729a","#53aa5e","#b2dc87","#a9bcec","#ad81c2","#9de3eb","#a288f7"]