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

# Lab Fox
[colors]
foreground = "#ffffff"
background = "#2e2e2e"
cursor_bg = "#7f7f7f"
cursor_border = "#7f7f7f"
cursor_fg = "#7f7f7f"
selection_bg = "#cb392e"
selection_fg = "#ffffff"
ansi = ["#2e2e2e","#fc6d26","#3eb383","#fca121","#db3b21","#380d75","#6e49cb","#ffffff"]
brights = ["#464646","#ff6517","#53eaa8","#fca013","#db501f","#441090","#7d53e7","#ffffff"]