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

# Treehouse
[colors]
foreground = "#786b53"
background = "#191919"
cursor_bg = "#fac814"
cursor_border = "#fac814"
cursor_fg = "#191919"
selection_bg = "#786b53"
selection_fg = "#fac800"
ansi = ["#321300","#b2270e","#44a900","#aa820c","#58859a","#97363d","#b25a1e","#786b53"]
brights = ["#433626","#ed5d20","#55f238","#f2b732","#85cfed","#e14c5a","#f07d14","#ffc800"]