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

# Hacktober
[colors]
foreground = "#c9c9c9"
background = "#141414"
cursor_bg = "#c9c9c9"
cursor_border = "#c9c9c9"
cursor_fg = "#141414"
selection_bg = "#141414"
selection_fg = "#c9c9c9"
ansi = ["#191918","#b34538","#587744","#d08949","#206ec5","#864651","#ac9166","#f1eee7"]
brights = ["#2c2b2a","#b33323","#42824a","#c75a22","#5389c5","#e795a5","#ebc587","#ffffff"]