mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
support nvim-tree
This commit is contained in:
parent
d6bb6d5beb
commit
ef78912d4b
1 changed files with 11 additions and 0 deletions
|
|
@ -246,6 +246,17 @@ theme.loadPlugins = function()
|
||||||
GitSignsAdd = { fg = p.foam },
|
GitSignsAdd = { fg = p.foam },
|
||||||
GitSignsChange = { fg = p.rose },
|
GitSignsChange = { fg = p.rose },
|
||||||
GitSignsDelete = { fg = p.love },
|
GitSignsDelete = { fg = p.love },
|
||||||
|
|
||||||
|
-- nvim-tree.lua
|
||||||
|
-- https://github.com/kyazdani42/nvim-tree.lua
|
||||||
|
NvimTreeEmptyFolderName = { fg = p.inactive },
|
||||||
|
NvimTreeFolderIcon = { fg = p.subtle },
|
||||||
|
NvimTreeGitDeleted = {},
|
||||||
|
NvimTreeGitDirty = {},
|
||||||
|
NvimTreeGitMerge = {},
|
||||||
|
NvimTreeGitNew = {},
|
||||||
|
NvimTreeGitRenamed = {},
|
||||||
|
NvimTreeGitStaged = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
return plugins
|
return plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue