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

11 lines
316 B
TOML

# Blazer
[colors]
foreground = "#d9e6f2"
background = "#0d1926"
cursor_bg = "#d9e6f2"
cursor_border = "#d9e6f2"
cursor_fg = "#0d1926"
ansi = ["#000000","#b87a7a","#7ab87a","#b8b87a","#7a7ab8","#b87ab8","#7ab8b8","#d9d9d9"]
brights = ["#262626","#dbbdbd","#bddbbd","#dbdbbd","#bdbddb","#dbbddb","#bddbdb","#ffffff"]