chadtree
chadtree copied to clipboard
CHADTree icons and text not colored
Running dwm with st on artixlinux. I have lscolors-git installed as well as nerd-fonts-complete from the aur installed.
nvim theme plugs:

chadtree settings:

issue

How do I get the icons and text to be colored? I've also tried 'setting text_colour_set': 'env' and that didn't work either.
Just adding comment here. I do see colorized icons and text in chadtree for me but I'm using init.lua and not init.vim .
Make sure you are running the python3 -m chadtree deps on install, with the chad branch specified. I also use pad-nvim so my install config looks like this:
{ 'ms-jpq/chadtree', branch=chad, run='python3 -m chadtree deps' };
I know it's not quit the answer you were looking for but the color and icons should/could look like this:

I had the same problem, it was because I forgot to add set termguicolors to my init.vim