1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/assets/colors/Solarized Dark Higher Contrast.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
390 B
TOML

# Solarized Dark Higher Contrast
[colors]
foreground = "#9cc2c3"
background = "#001e27"
cursor_bg = "#f34b00"
cursor_border = "#f34b00"
cursor_fg = "#002831"
selection_bg = "#003748"
selection_fg = "#7a8f8e"
ansi = ["#002831","#d11c24","#6cbe6c","#a57706","#2176c7","#c61c6f","#259286","#eae3cb"]
brights = ["#006488","#f5163b","#51ef84","#b27e28","#178ec8","#e24d8e","#00b39e","#fcf4dc"]