Add color for folder icon in NvimTree and remove ugly background (#160)

* Add color for folder icon in NvimTree and remove ugly background

* Adding missing comma
This commit is contained in:
Augusto César Dias
2022-09-02 07:59:08 +02:00
committed by GitHub
parent 19cb7e17e7
commit d15c01499f

View File

@@ -320,6 +320,7 @@ function M.setup(config)
NvimTreeIndentMarker = { fg = c.fg_gutter },
NvimTreeImageFile = { fg = c.fg_sidebar },
NvimTreeSymlink = { fg = c.blue },
NvimTreeFolderIcon = { bg = c.none, fg = c.yellow },
-- NvimTreeFolderName= { fg = c.fg_float },
-- Fern