1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/Github.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
366 B
TOML

# Github
[colors]
foreground = "#3e3e3e"
background = "#f4f4f4"
cursor_bg = "#3f3f3f"
cursor_border = "#3f3f3f"
cursor_fg = "#f4f4f4"
selection_bg = "#a9c1e2"
selection_fg = "#535353"
ansi = ["#3e3e3e","#970b16","#07962a","#f8eec7","#003e8a","#e94691","#89d1ec","#ffffff"]
brights = ["#666666","#de0000","#87d5a2","#f1d007","#2e6cba","#ffa29f","#1cfafe","#ffffff"]