fix: NvimTreeSymlink and NvimTreeImageFile (#33)
This commit is contained in:
@@ -291,6 +291,8 @@ function M.setup(config)
|
|||||||
LspDiagnosticsInformation = { fg = c.info },
|
LspDiagnosticsInformation = { fg = c.info },
|
||||||
LspDiagnosticsHint = { fg = c.hint },
|
LspDiagnosticsHint = { fg = c.hint },
|
||||||
NvimTreeIndentMarker = { fg = c.fg_gutter },
|
NvimTreeIndentMarker = { fg = c.fg_gutter },
|
||||||
|
NvimTreeImageFile = {fg = c.fg_sidebar},
|
||||||
|
NvimTreeSymlink = {fg = c.blue},
|
||||||
-- NvimTreeFolderName= { fg = c.fg_float },
|
-- NvimTreeFolderName= { fg = c.fg_float },
|
||||||
|
|
||||||
-- Dashboard
|
-- Dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user