-
Hi! I was wondering if there is a way to change the colorscheme of the icons (dev icons or mini icons) that are used it fzf lua. https://github.com/dgox16/devicon-colorscheme.nvim - this plugin seems to change the colorscheme in some parts of nvim but it doesn't seem to carry over for fzf-lua. Any help would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Haven’t looked into it’s internal but if it works the way I think it does calling |
Beta Was this translation helpful? Give feedback.
-
Okay I'll look into that then, thanks! |
Beta Was this translation helpful? Give feedback.
The devicons code has been through rounds of optimizations in order to get correct colors in the external process (icons customizations, light/dark modes), unless there’s official support through the original plugins which changes the colors returned by the API I don’t think it’s worth the effort.
Try mini.icons it should have an adaptable color scheme which also gets updated from the highlights on every run.