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

# ayu
[colors]
foreground = "#e6e1cf"
background = "#0f1419"
cursor_bg = "#f29718"
cursor_border = "#f29718"
cursor_fg = "#e6e1cf"
selection_bg = "#253340"
selection_fg = "#e6e1cf"
ansi = ["#000000","#ff3333","#b8cc52","#e7c547","#36a3d9","#f07178","#95e6cb","#ffffff"]
brights = ["#323232","#ff6565","#eafe84","#fff779","#68d5ff","#ffa3aa","#c7fffd","#ffffff"]