mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add NvimTreeSpecialFile
This commit is contained in:
parent
6eac337c7b
commit
bd736b0e71
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ theme.loadPlugins = function()
|
|||
NvimTreeOpenedFile = { fg = p.text, bg = p.highlight },
|
||||
NvimTreeOpenedFolderName = { fg = p.foam },
|
||||
NvimTreeRootFolder = { fg = p.iris },
|
||||
NvimTreeSpecialFile = { link = 'NvimTreeNormal' },
|
||||
|
||||
NvimTreeGitDeleted = { fg = p.love },
|
||||
NvimTreeGitDirty = { fg = p.rose },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue