fix: NeoTree title color correction

This commit is contained in:
Webhooked 2025-06-07 21:40:49 +02:00
commit 0a2dd5b372

View file

@ -86,6 +86,10 @@ function M.setup(colors, config)
},
NeoTreeRootName = { fg = theme.syn.identifier, bold = config.bold },
NeoTreeModified = { link = "String" },
NeoTreeNormal = { link = "Normal" },
NeoTreeNormalNC = { link = "Normal" },
NeoTreeTitleBar = { link = "Title" },
NeoTreeDimText = { fg = theme.ui.fg_dim },
NeoTreeGitModified = { fg = theme.vcs.changed },
NeoTreeGitAdded = { fg = theme.vcs.added },
NeoTreeGitDeleted = { fg = theme.vcs.removed },