mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add NvimTreeImageFile
This commit is contained in:
parent
256a231f3c
commit
fca45b69e2
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ theme.plugins = {
|
|||
NvimTreeEmptyFolderName = { fg = p.inactive },
|
||||
NvimTreeFolderIcon = { fg = p.subtle },
|
||||
NvimTreeFolderName = { fg = p.foam },
|
||||
NvimTreeImageFile = { fg = p.gold },
|
||||
NvimTreeOpenedFile = { fg = p.text, bg = p.highlight },
|
||||
NvimTreeOpenedFolderName = { fg = p.foam },
|
||||
NvimTreeRootFolder = { fg = p.iris },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue