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

@ -44,9 +44,10 @@ config.options = {
error = "love",
hint = "iris",
info = "foam",
ok = "leaf",
warn = "gold",
note = "pine",
todo = "rose",
warn = "gold",
git_add = "foam",
git_change = "rose",