1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets/colors/Banana Blueberry.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
376 B
TOML

# Banana Blueberry
[colors]
foreground = "#cccccc"
background = "#191323"
cursor_bg = "#e07d13"
cursor_border = "#e07d13"
cursor_fg = "#ffffff"
selection_bg = "#220525"
selection_fg = "#f4f4f4"
ansi = ["#17141f","#ff6b7f","#00bd9c","#e6c62f","#22e8df","#dc396a","#56b6c2","#f1f1f1"]
brights = ["#495162","#fe9ea1","#98c379","#f9e46b","#91fff4","#da70d6","#bcf3ff","#ffffff"]