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

# Tomorrow
[colors]
foreground = "#4d4d4c"
background = "#ffffff"
cursor_bg = "#4d4d4c"
cursor_border = "#4d4d4c"
cursor_fg = "#ffffff"
selection_bg = "#d6d6d6"
selection_fg = "#4d4d4c"
ansi = ["#000000","#c82829","#718c00","#eab700","#4271ae","#8959a8","#3e999f","#ffffff"]
brights = ["#000000","#c82829","#718c00","#eab700","#4271ae","#8959a8","#3e999f","#ffffff"]