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

# Firewatch
[colors]
foreground = "#9ba2b2"
background = "#1e2027"
cursor_bg = "#f6f7ec"
cursor_border = "#f6f7ec"
cursor_fg = "#c4c5b5"
selection_bg = "#2f363e"
selection_fg = "#7d8fa4"
ansi = ["#585f6d","#d95360","#5ab977","#dfb563","#4d89c4","#d55119","#44a8b6","#e6e5ff"]
brights = ["#585f6d","#d95360","#5ab977","#dfb563","#4c89c5","#d55119","#44a8b6","#e6e5ff"]