1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/assets/colors/MonaLisa.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

# MonaLisa
[colors]
foreground = "#f7d66a"
background = "#120b0d"
cursor_bg = "#c46c32"
cursor_border = "#c46c32"
cursor_fg = "#120b0d"
selection_bg = "#f7d66a"
selection_fg = "#120b0d"
ansi = ["#351b0e","#9b291c","#636232","#c36e28","#515c5d","#9b1d29","#588056","#f7d75c"]
brights = ["#874228","#ff4331","#b4b264","#ff9566","#9eb2b4","#ff5b6a","#8acd8f","#ffe598"]