fix: NvimTreeIndent color
This commit is contained in:
parent
0277eb5578
commit
f9923eca57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user