diff --git a/lua/kanso/highlights/plugins.lua b/lua/kanso/highlights/plugins.lua index 317858f..dc3281d 100644 --- a/lua/kanso/highlights/plugins.lua +++ b/lua/kanso/highlights/plugins.lua @@ -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 },