Added a new bg color in NvimTree and also colors for the indents and folder icons to match the new style

This commit is contained in:
Briones Dos Santos Gabriel Dario 2021-05-23 12:22:47 -03:00
parent 5e7e11effa
commit e4f43153a6

View file

@ -276,7 +276,9 @@ TSError { fg=red }; -- syntax/parser errors.
HelpHyperTextJump {fg=yellow}; HelpHyperTextJump {fg=yellow};
markdownLinkText {fg=fg}; markdownLinkText {fg=fg};
-- NerdTree -- NvimTree
NvimTreeRootFolder { fg=hsl(205, 8, 55) }; NvimTreeNormal { bg=hsl(220, 3, 19), fg=fg };
NvimTreeFolderName { fg=hsl(0, 0, 72) }; NvimTreeIndentMarker { fg=hsl(204, 3, 32) };
NvimTreeRootFolder { fg=folder };
NvimTreeFolderIcon { fg=folder };
}end) }end)