echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.45k stars 171 forks source link

[mini.colors] FR: color picker, modify colors #944

Closed ndavd closed 1 month ago

ndavd commented 1 month ago

Contributing guidelines

Module(s)

mini.colors

Description

Hi. I propose adding some more functionality to mini.colors so that it can be used as an alternative to https://github.com/ziontee113/color-picker.nvim

echasnovski commented 1 month ago

Thanks for the suggestion!

The 'mini.colors' module is primarily about tweaking color schemes. The fact that it has convert() function exported is mostly for convenience.

I thought about it being a separate module and it doesn't look like color picking functionality is necessary for a "good text editor out of the box". I may change my mind in the future, but most certainly not until all currently planned modules are implemented.

Closing as "not planned in 'mini.colors', but maybe planned in the future separate module; we'll see".

ndavd commented 1 month ago

Thank you !!