mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add NvimTreeGitIgnored`
This commit is contained in:
parent
901db8e6cf
commit
9fb6504ce3
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ theme.loadPlugins = function()
|
|||
|
||||
NvimTreeGitDeleted = { fg = p.love },
|
||||
NvimTreeGitDirty = { fg = p.rose },
|
||||
NvimTreeGitIgnored = { fg = p.subtle },
|
||||
NvimTreeGitMerge = { fg = p.iris },
|
||||
NvimTreeGitNew = { fg = p.foam },
|
||||
NvimTreeGitRenamed = { fg = p.pine },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue