mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
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:
parent
fe5f4e11f7
commit
c4b55e85fb
3 changed files with 12 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue