feat(neo-tree): better colors for indent lines
This commit is contained in:
@@ -363,6 +363,7 @@ function M.setup()
|
|||||||
|
|
||||||
NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
NeoTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
||||||
NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
NeoTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
||||||
|
NeoTreeDimText = { fg = c.fg_gutter },
|
||||||
|
|
||||||
-- Fern
|
-- Fern
|
||||||
FernBranchText = { fg = c.blue },
|
FernBranchText = { fg = c.blue },
|
||||||
|
|||||||
Reference in New Issue
Block a user