facelessuser / ColorHelper

Sublime plugin that provides helpful color previews and tooltips
https://facelessuser.github.io/ColorHelper/
MIT License
256 stars 31 forks source link

Allow custom color types #141

Closed facelessuser closed 4 years ago

facelessuser commented 4 years ago

Add the ability to define custom color types. This would require an extensive rework of the code to be more flexible.

The current project was mainly designed for CSS/HTML, but this would generally be helpful to abstract this to something more general.

There is currently no time frame set for this to happen, nor is there a promise yet that this will be implemented, only that it would be nice to have assuming motivation to get the work done is there.

This feature would potentially include user defined named colors.

@gir-bot add T: feature, P: maybe @gir-bot lgtm

facelessuser commented 4 years ago

This will be possible in #158. This was is a huge overhaul, and will allow this to be done while making ColorHelper easier to maintain.