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

# ayu_light
[colors]
foreground = "#5c6773"
background = "#fafafa"
cursor_bg = "#ff6a00"
cursor_border = "#ff6a00"
cursor_fg = "#5c6773"
selection_bg = "#f0eee4"
selection_fg = "#5c6773"
ansi = ["#000000","#ff3333","#86b300","#f29718","#41a6d9","#f07178","#4dbf99","#ffffff"]
brights = ["#323232","#ff6565","#b8e532","#ffc94a","#73d8ff","#ffa3aa","#7ff1cb","#ffffff"]