1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/assets/colors/CLRS.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
364 B
TOML

# CLRS
[colors]
foreground = "#262626"
background = "#ffffff"
cursor_bg = "#6fd3fc"
cursor_border = "#6fd3fc"
cursor_fg = "#ffffff"
selection_bg = "#6fd3fc"
selection_fg = "#041730"
ansi = ["#000000","#f8282a","#328a5d","#fa701d","#135cd0","#9f00bd","#33c3c1","#b3b3b3"]
brights = ["#555753","#fb0416","#2cc631","#fdd727","#1670ff","#e900b0","#3ad5ce","#eeeeec"]