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

# Solarized Darcula
[colors]
foreground = "#d2d8d9"
background = "#3d3f41"
cursor_bg = "#708284"
cursor_border = "#708284"
cursor_fg = "#002831"
selection_bg = "#214283"
selection_fg = "#d2d8d9"
ansi = ["#25292a","#f24840","#629655","#b68800","#2075c7","#797fd4","#15968d","#d2d8d9"]
brights = ["#25292a","#f24840","#629655","#b68800","#2075c7","#797fd4","#15968d","#d2d8d9"]