fix: NvimTreeIndent color
This commit is contained in:
parent
0277eb5578
commit
f9923eca57
@ -287,6 +287,7 @@ function M.setup(config)
|
|||||||
LspDiagnosticsWarning = { fg = c.warning },
|
LspDiagnosticsWarning = { fg = c.warning },
|
||||||
LspDiagnosticsInformation = { fg = c.info },
|
LspDiagnosticsInformation = { fg = c.info },
|
||||||
LspDiagnosticsHint = { fg = c.hint },
|
LspDiagnosticsHint = { fg = c.hint },
|
||||||
|
NvimTreeIndentMarker = { fg = c.fg_gutter },
|
||||||
-- NvimTreeFolderName= { fg = c.fg_float },
|
-- NvimTreeFolderName= { fg = c.fg_float },
|
||||||
|
|
||||||
-- Dashboard
|
-- Dashboard
|
||||||
|
Loading…
Reference in New Issue
Block a user