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

# BlulocoLight
[colors]
foreground = "#2a2c33"
background = "#f7f7f7"
cursor_bg = "#ed0047"
cursor_border = "#ed0047"
cursor_fg = "#ffffff"
selection_bg = "#d2ecff"
selection_fg = "#2a2c33"
ansi = ["#cbccd5","#c90e42","#21883a","#d54d17","#1e44dd","#6d1bed","#1f4d7a","#000000"]
brights = ["#dedfe8","#fc4a6d","#34b354","#b89427","#1085d9","#c00db3","#5b80ad","#1d1d22"]