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

# Hopscotch.256
[colors]
foreground = "#b9b5b8"
background = "#322931"
cursor_bg = "#b9b5b8"
cursor_border = "#b9b5b8"
cursor_fg = "#322931"
selection_bg = "#5c545b"
selection_fg = "#b9b5b8"
ansi = ["#322931","#dd464c","#8fc13e","#fdcc59","#1290bf","#c85e7c","#149b93","#b9b5b8"]
brights = ["#797379","#dd464c","#8fc13e","#fdcc59","#1290bf","#c85e7c","#149b93","#ffffff"]