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

# primary
[colors]
foreground = "#000000"
background = "#ffffff"
cursor_bg = "#000000"
cursor_border = "#000000"
cursor_fg = "#ffffff"
selection_bg = "#656565"
selection_fg = "#eeeeee"
ansi = ["#000000","#db4437","#0f9d58","#f4b400","#4285f4","#db4437","#4285f4","#ffffff"]
brights = ["#000000","#db4437","#0f9d58","#f4b400","#4285f4","#4285f4","#0f9d58","#ffffff"]