TheBlob42 / drex.nvim

Another directory/file explorer for Neovim written in Lua
GNU General Public License v3.0
96 stars 8 forks source link

Support for colored icons #22

Closed jasper-schnabel closed 2 years ago

jasper-schnabel commented 2 years ago

Hey,

I was wondering if it's possible to add support for colored icons. 'kyazdani42/nvim-web-devicons' has an option to get the color of an icon.

Take a look at its README: screenshot_2022-04-19_12:15:58

It could also be an optional option to set in the config. If it's against the idea of the plugin feel free to not to include it.

Best regards

TheBlob42 commented 2 years ago

I do actually like the idea of having colored icons in DREX. I need to check out the documentation about it and how to integrated it within the plugin. As you suggested I would prefer to offer this as a configurable option for those who prefer a more monocromatic look instead.

TheBlob42 commented 2 years ago

If you update the plugin to the latest version you should now get colored icons by default If you don't like the colors anymore, you can deactivate it by setting the colored_icons option to false I think this should cover everything :slightly_smiling_face:

jasper-schnabel commented 2 years ago

Thanks a lot, it works perfectly!