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

# SoftServer
[colors]
foreground = "#99a3a2"
background = "#242626"
cursor_bg = "#d2e0de"
cursor_border = "#d2e0de"
cursor_fg = "#000000"
selection_bg = "#7f8786"
selection_fg = "#effffe"
ansi = ["#000000","#a2686a","#9aa56a","#a3906a","#6b8fa3","#6a71a3","#6ba58f","#99a3a2"]
brights = ["#666c6c","#dd5c60","#bfdf55","#deb360","#62b1df","#606edf","#64e39c","#d2e0de"]