ms-jpq / chadtree

File manager for Neovim. Better than NERDTree.
1.62k stars 60 forks source link

How to set tokyonight theme for chadtree? #363

Open tonmoy998 opened 2 months ago

tonmoy998 commented 2 months ago

Here is my example setting I am lazyvim. let g:chadtree_settings = { \ 'theme.icon_glyph_set' : 'devicons' , \ 'theme.text_colour_set' : 'tokyonight' , \ 'theme.icon_colour_set' : 'tokyonight' , }