You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customize the appearance (add a white border), so that it looks identical to the regular VS Code color preview.
Use the native VS Code color picker you get when hovering over the color or clicking the color preview.
The native color picker also allows clicking on the color code to swap between color formats (e.g. hex to HSL), though it uses the long HSL syntax of hsl(220, 70%, 50%), hopefully could be changed to match the shadcn HSL version.
The text was updated successfully, but these errors were encountered:
@KamilDev Version v2.0.0 which addresses this has been released as pre-release. Please enable the pre-release in VSCode and let me know if you're happy with it.
Would it be possible to:
Add an option to show color on left side.
Customize the appearance (add a white border), so that it looks identical to the regular VS Code color preview.
Use the native VS Code color picker you get when hovering over the color or clicking the color preview.
The native color picker also allows clicking on the color code to swap between color formats (e.g. hex to HSL), though it uses the long HSL syntax of
hsl(220, 70%, 50%)
, hopefully could be changed to match the shadcn HSL version.The text was updated successfully, but these errors were encountered: