fix: NvimTreeSymlink and NvimTreeImageFile (#33)

This commit is contained in:
Gaetan Puleo
2021-05-09 17:39:01 +02:00
committed by GitHub
parent 529e6d9f32
commit ff6324cc2b

View File

@@ -291,6 +291,8 @@ function M.setup(config)
LspDiagnosticsInformation = { fg = c.info },
LspDiagnosticsHint = { fg = c.hint },
NvimTreeIndentMarker = { fg = c.fg_gutter },
NvimTreeImageFile = {fg = c.fg_sidebar},
NvimTreeSymlink = {fg = c.blue},
-- NvimTreeFolderName= { fg = c.fg_float },
-- Dashboard