1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Lavandula.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
369 B
TOML

# Lavandula
[colors]
foreground = "#736e7d"
background = "#050014"
cursor_bg = "#8c91fa"
cursor_border = "#8c91fa"
cursor_fg = "#050014"
selection_bg = "#37323c"
selection_fg = "#8c91fa"
ansi = ["#230046","#7d1625","#337e6f","#7f6f49","#4f4a7f","#5a3f7f","#58777f","#736e7d"]
brights = ["#372d46","#e05167","#52e0c4","#e0c386","#8e87e0","#a776e0","#9ad4e0","#8c91fa"]