facelessuser / ColorHelper

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

Bring over latest ColorAide and maybe add Okhsl and Okhsv color pickers #193

Closed facelessuser closed 3 years ago

facelessuser commented 3 years ago

The latest ColorAide will be 0.1.0 (no more alpha). It may require some changes to custom plugins, but nothing huge.

It adds the ability to use some new spaces, such as Okhsl and Okhsv. Look into possibly adding them and see how they end up working out. I Will probably cut a new release after this, regardless of whether we add the new pickers or not.

facelessuser commented 3 years ago

Okhsl color picker vs HSL

Screen Shot 2021-10-05 at 7 44 19 PM Screen Shot 2021-10-05 at 7 44 28 PM

I may implement HSV and Okhsv 🙂.

facelessuser commented 3 years ago

Okhsv and Okhsl color pickers. ColorPickers generally now show more colors now, but HSV pickers (HSV and Okhsv) will use a different layout than HSL.

Screen Shot 2021-10-06 at 2 22 51 PM Screen Shot 2021-10-06 at 2 23 07 PM
facelessuser commented 3 years ago

Additionally, the enabled modes are now configurable. You can also prefer a specific "mode" over the others, and you can control whether ColorHelper will load up a color in an enabled picker of the same space automatically over the preferred mode.