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

# Purple Rain
[colors]
foreground = "#fffbf6"
background = "#21084a"
cursor_bg = "#ff271d"
cursor_border = "#ff271d"
cursor_fg = "#ff271d"
selection_bg = "#287691"
selection_fg = "#ffffff"
ansi = ["#000000","#ff260e","#9be205","#ffc400","#00a2fa","#815bb5","#00deef","#ffffff"]
brights = ["#565656","#ff4250","#b8e36e","#ffd852","#00a6ff","#ac7bf0","#74fdf3","#ffffff"]