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

# UltraViolent
[colors]
foreground = "#c1c1c1"
background = "#242728"
cursor_bg = "#c1c1c1"
cursor_border = "#c1c1c1"
cursor_fg = "#ffffff"
selection_bg = "#574c49"
selection_fg = "#c3c7cb"
ansi = ["#242728","#ff0090","#b6ff00","#fff727","#47e0fb","#d731ff","#0effbb","#e1e1e1"]
brights = ["#636667","#fb58b4","#deff8c","#ebe087","#7fecff","#e681ff","#69fcd3","#f9f9f5"]