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

# ToyChest
[colors]
foreground = "#31d07b"
background = "#24364b"
cursor_bg = "#d5d5d5"
cursor_border = "#d5d5d5"
cursor_fg = "#141c25"
selection_bg = "#5f217a"
selection_fg = "#d5d5d5"
ansi = ["#2c3f58","#be2d26","#1a9172","#db8e27","#325d96","#8a5edc","#35a08f","#23d183"]
brights = ["#336889","#dd5944","#31d07b","#e7d84b","#34a6da","#ae6bdc","#42c3ae","#d5d5d5"]