-
Hello and thank you all for this amazing tool.
I was wondering if there's an interest in adding different color function outputs (particularly for HSL, for now). I was thinking of making a PR, but …
-
```
RGB components : This is the primary need. Web workers manipulate #rrggbb a
lot, and even I remember some #rgb from my Amiga time. I propose a specific
setting that causes all display of R G B v…
-
```
RGB components : This is the primary need. Web workers manipulate #rrggbb a
lot, and even I remember some #rgb from my Amiga time. I propose a specific
setting that causes all display of R G B v…
-
The HSL Values are wrong.
HSL definition is:
Hue(degrees °)
Saturation (percent 0-100%)
Lightness (percent 0-100%)
TW uses 0-255 values for HSL.
i think the Color Picker should use the defa…
-
Color white is represented in HSV and HSL as `[0 0 1]` (as per https://en.wikipedia.org/wiki/HSL_and_HSV#Examples)
While `rgb->hsv` works perfectly fine, `hsv->rgb` (and `hsl->rgb`) return for whit…
-
Hi,
Thanks alot for sharing your great NNW themes!
It would be great to have a Dracula theme for NetNewsWire.
https://spec.draculatheme.com/
Palette Hex RGB HSL
Background #282a36 40 42 54 2…
-
Have you though about have this plugin as switcher not only from rgb to hex, but between all 3 ways of representation - rgb, hsl, hex?
-
This requests feels rather petty, but it's a minor annoyance of mine, especially since the addition of HSV.
I always use HSL, and since HSV was added in the position HSL was before I keep going to …
-
We have `hex(::Colorant)`, but it would be nice to have functions to convert colors to the other formats accepted by `parse`, specifically CSS's `rgb(...)`, `rgba(...)`, and `hsl(...)`.
-
Installed the plugin and restarted Sublime Text 3. (3.2.2, Build 3211)
I notice that whitespace highlight works for any .cpp, .c and .h and unsaved/unnamed files that I open, but e.g. .py files do …