1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/assets/colors/Seafoam Pastel.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
374 B
TOML

# Seafoam Pastel
[colors]
foreground = "#d4e7d4"
background = "#243435"
cursor_bg = "#57647a"
cursor_border = "#57647a"
cursor_fg = "#323232"
selection_bg = "#ffffff"
selection_fg = "#9e8b13"
ansi = ["#757575","#825d4d","#728c62","#ada16d","#4d7b82","#8a7267","#729494","#e0e0e0"]
brights = ["#8a8a8a","#cf937a","#98d9aa","#fae79d","#7ac3cf","#d6b2a1","#ade0e0","#e0e0e0"]