fix: NvimTreeIndent color

This commit is contained in:
Folke Lemaitre 2021-05-07 11:43:49 +02:00
parent 0277eb5578
commit f9923eca57

View File

@ -287,6 +287,7 @@ function M.setup(config)
LspDiagnosticsWarning = { fg = c.warning },
LspDiagnosticsInformation = { fg = c.info },
LspDiagnosticsHint = { fg = c.hint },
NvimTreeIndentMarker = { fg = c.fg_gutter },
-- NvimTreeFolderName= { fg = c.fg_float },
-- Dashboard