dexxiez / shadcn-hsl-preview

shadcn HSL Preview extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=dexxiez.shadcn-color-preview
MIT License
2 stars 1 forks source link

Feature request — convert HEX to HSL #3

Closed innocenzi closed 1 week ago

innocenzi commented 2 weeks ago

Would be nice to be able to paste some HEX like that:

--background: #0C0A09;

And be able to run a "Convert to HSL" command that would convert it to that:

--background: 20 14.3% 4.1%;
dexxiez commented 1 week ago

@innocenzi, Thanks for the feature request. This has been merged and published. Hopefully this covers your use case. Let me know how you go.

Convert Demo

innocenzi commented 1 week ago

Awesome, works perfectly. Thank you!