feat(palette): add initial support for new color leaf (#290)

* feat(palette): add new color 'leaf'

* feat: add  highlight groups to defaults
This commit is contained in:
Shaun Clayton 2024-07-21 14:17:17 -04:00 committed by GitHub
commit c4b55e85fb
3 changed files with 12 additions and 1 deletions

View file

@ -14,6 +14,7 @@ local variants = {
pine = "#31748f",
foam = "#9ccfd8",
iris = "#c4a7e7",
leaf = "#95b1ac",
highlight_low = "#21202e",
highlight_med = "#403d52",
highlight_high = "#524f67",
@ -33,6 +34,7 @@ local variants = {
pine = "#3e8fb0",
foam = "#9ccfd8",
iris = "#c4a7e7",
leaf = "#95b1ac",
highlight_low = "#2a283e",
highlight_med = "#44415a",
highlight_high = "#56526e",
@ -52,6 +54,7 @@ local variants = {
pine = "#286983",
foam = "#56949f",
iris = "#907aa9",
leaf = "#6d8f89",
highlight_low = "#f4ede8",
highlight_med = "#dfdad9",
highlight_high = "#cecacd",