1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/C64.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
363 B
TOML

# C64
[colors]
foreground = "#7869c4"
background = "#40318d"
cursor_bg = "#7869c4"
cursor_border = "#7869c4"
cursor_fg = "#40318d"
selection_bg = "#7869c4"
selection_fg = "#40318d"
ansi = ["#090300","#883932","#55a049","#bfce72","#40318d","#8b3f96","#67b6bd","#ffffff"]
brights = ["#000000","#883932","#55a049","#bfce72","#40318d","#8b3f96","#67b6bd","#f7f7f7"]