mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-05 00:26:59 +02:00
fix: NeoTree title color correction
This commit is contained in:
parent
99c7bedc95
commit
0a2dd5b372
1 changed files with 4 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue