1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/assets/colors/BlueBerryPie.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

# BlueBerryPie
[colors]
foreground = "#babab9"
background = "#1c0c28"
cursor_bg = "#fcfad6"
cursor_border = "#fcfad6"
cursor_fg = "#000000"
selection_bg = "#606060"
selection_fg = "#ffffff"
ansi = ["#0a4c62","#99246e","#5cb1b3","#eab9a8","#90a5bd","#9d54a7","#7e83cc","#f0e8d6"]
brights = ["#201637","#c87272","#0a6c7e","#7a3188","#39173d","#bc94b7","#5e6071","#0a6c7e"]