1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 03:11:31 +03:00
wezterm/assets/colors/Hopscotch.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
369 B
TOML

# Hopscotch
[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","#fd8b19","#433b42","#5c545b","#989498","#d5d3d5","#b33508","#ffffff"]