1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/assets/colors/purplepeter.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
371 B
TOML

# purplepeter
[colors]
foreground = "#ece7fa"
background = "#2a1a4a"
cursor_bg = "#c7c7c7"
cursor_border = "#c7c7c7"
cursor_fg = "#ffffff"
selection_bg = "#8689c2"
selection_fg = "#271c50"
ansi = ["#0a0520","#ff796d","#99b481","#efdfac","#66d9ef","#e78fcd","#ba8cff","#ffba81"]
brights = ["#100b23","#f99f92","#b4be8f","#f2e9bf","#79daed","#ba91d4","#a0a0d6","#b9aed3"]