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

# Seti
[colors]
foreground = "#cacecd"
background = "#111213"
cursor_bg = "#e3bf21"
cursor_border = "#e3bf21"
cursor_fg = "#e0be2e"
selection_bg = "#303233"
selection_fg = "#cacecd"
ansi = ["#323232","#c22832","#8ec43d","#e0c64f","#43a5d5","#8b57b5","#8ec43d","#eeeeee"]
brights = ["#323232","#c22832","#8ec43d","#e0c64f","#43a5d5","#8b57b5","#8ec43d","#ffffff"]