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

# BlulocoDark
[colors]
foreground = "#abb2bf"
background = "#1e2127"
cursor_bg = "#fec309"
cursor_border = "#fec309"
cursor_fg = "#ffffff"
selection_bg = "#2f3441"
selection_fg = "#abb2bf"
ansi = ["#4a505d","#f81141","#23974a","#fd7e57","#285bff","#8c62fd","#366f9a","#ccd5e5"]
brights = ["#61697a","#fc4a6d","#37bd58","#f6be48","#199ffd","#fc58f6","#50acae","#ffffff"]