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

# Slate
[colors]
foreground = "#35b1d2"
background = "#222222"
cursor_bg = "#87d3c4"
cursor_border = "#87d3c4"
cursor_fg = "#323232"
selection_bg = "#0f3754"
selection_fg = "#2dffc0"
ansi = ["#222222","#e2a8bf","#81d778","#c4c9c0","#264b49","#a481d3","#15ab9c","#02c5e0"]
brights = ["#ffffff","#ffcdd9","#beffa8","#d0ccca","#7ab0d2","#c5a7d9","#8cdfe0","#e0e0e0"]