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

# Elemental
[colors]
foreground = "#807a74"
background = "#22211d"
cursor_bg = "#facb80"
cursor_border = "#facb80"
cursor_fg = "#161611"
selection_bg = "#413829"
selection_fg = "#facd77"
ansi = ["#3c3c30","#98290f","#479a43","#7f7111","#497f7d","#7f4e2f","#387f58","#807974"]
brights = ["#555445","#e0502a","#61e070","#d69927","#79d9d9","#cd7c54","#59d599","#fff1e9"]