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

# Urple
[colors]
foreground = "#877a9b"
background = "#1b1b23"
cursor_bg = "#a063eb"
cursor_border = "#a063eb"
cursor_fg = "#1b1b22"
selection_bg = "#a063eb"
selection_fg = "#1b1b22"
ansi = ["#000000","#b0425b","#37a415","#ad5c42","#564d9b","#6c3ca1","#808080","#87799c"]
brights = ["#5d3225","#ff6388","#29e620","#f08161","#867aed","#a05eee","#eaeaea","#bfa3ff"]