Closed
Description
To be honest I'm not sure if it was working in the past or not because I had linked both highlight groups (NvimTreeFolderName
and NvimTreeFolderIcon
) the same. But now I tried to to set them differently and it doesn't work.
So if I open the tree window and for example do :highlight! NvimTreeFolderName guifg=#ff0000
. Folder icon and name change to screaming red. If I now execute :highlight! NvimTreeFolderIcon guifg=#00ff00
, I would expect the name to stay red and the icon to become green. But nothing happens at all. Also the background color has no affect to it.
What is the issue here?