1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Thayer Bright.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
373 B
TOML

# Thayer Bright
[colors]
foreground = "#f8f8f8"
background = "#1b1d1e"
cursor_bg = "#fc971f"
cursor_border = "#fc971f"
cursor_fg = "#000000"
selection_bg = "#4d4d4d"
selection_fg = "#ffffff"
ansi = ["#1b1d1e","#f92672","#4df840","#f4fd22","#2757d6","#8c54fe","#38c8b5","#ccccc6"]
brights = ["#505354","#ff5995","#b6e354","#feed6c","#3f78ff","#9e6ffe","#23cfd5","#f8f8f2"]