feat: use sidebar colors for NeoTree
This commit is contained in:
@@ -329,6 +329,8 @@ function M.setup()
|
|||||||
NvimTreeFolderIcon = { bg = c.none, fg = c.yellow },
|
NvimTreeFolderIcon = { bg = c.none, fg = c.yellow },
|
||||||
-- NvimTreeFolderName= { fg = c.fg_float },
|
-- NvimTreeFolderName= { fg = c.fg_float },
|
||||||
|
|
||||||
|
NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
||||||
|
NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
||||||
-- Fern
|
-- Fern
|
||||||
FernBranchText = { fg = c.blue },
|
FernBranchText = { fg = c.blue },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user