1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 14:49:26 +03:00
wezterm/assets/colors/Dracula+.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
368 B
TOML

# Dracula+
[colors]
foreground = "#f8f8f2"
background = "#212121"
cursor_bg = "#eceff4"
cursor_border = "#eceff4"
cursor_fg = "#282828"
selection_bg = "#f8f8f2"
selection_fg = "#545454"
ansi = ["#21222c","#ff5555","#50fa7b","#ffcb6b","#82aaff","#c792ea","#8be9fd","#f8f8f2"]
brights = ["#545454","#ff6e6e","#69ff94","#ffcb6b","#d6acff","#ff92df","#a4ffff","#f8f8f2"]