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

# Pro Light
[colors]
foreground = "#191919"
background = "#ffffff"
cursor_bg = "#4d4d4d"
cursor_border = "#4d4d4d"
cursor_fg = "#f2f2f2"
selection_bg = "#c1ddff"
selection_fg = "#191919"
ansi = ["#000000","#e5492b","#50d148","#c6c440","#3b75ff","#ed66e8","#4ed2de","#dcdcdc"]
brights = ["#9f9f9f","#ff6640","#61ef57","#f2f156","#0082ff","#ff7eff","#61f7f8","#f2f2f2"]