Closed
Description
Is your feature request related to a problem? Please describe.
I find colored icons too distracting in nvim-tree.
Describe the solution you'd like
The ability to show the icon in the same color as the text with an option or the ability to customize it entirely (like the folder icons)
feline.nvim has a colored_icon
option that allows to get the icon without the color.
Here is an example with exa that seems to use non-colored icons by default as well (and probably another set of icons):
exa -al --icons
Describe alternatives you've considered
Using NvimTreeFileIcon
highlight group does not work.
Additional context
🤷