feat: use sidebar colors for NeoTree

This commit is contained in:
Folke Lemaitre
2022-09-10 21:16:35 +02:00
parent 09e19682a7
commit ac2d3d29ca

View File

@@ -329,6 +329,8 @@ function M.setup()
NvimTreeFolderIcon = { bg = c.none, fg = c.yellow },
-- NvimTreeFolderName= { fg = c.fg_float },
NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
-- Fern
FernBranchText = { fg = c.blue },