nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
2.05k stars 184 forks source link

fix: reapply overrides on colorscheme changes #269

Closed mg979 closed 9 months ago

mg979 commented 1 year ago

fixes #261

Call again the setup function instead of set_up_highlights.

alex-courtis commented 1 year ago

@mg979 you have write access to this repo - you can directly push a branch, to make future PRs easier.

alex-courtis commented 12 months ago

Any updates on this one @mg979 ?

This is a very useful feature...

alex-courtis commented 9 months ago

This is covered by #369 when the background changes.

Colour schemes do and should set background as per https://github.com/neovim/neovim/blob/3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd/runtime/colors/README.txt#L97

Closing this one, please reopen if you run into issues.