Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (17 loc) · 1.12 KB

Unmaintained. Is not up-to-date with the latest CSS color syntaxes.

If you have any questions, please feel free to contact me at @kevscript.

Features

VSColors is a VS Code extension helping you with color type conversions. It handles basic HEX, RGB and HSL colors, alongside their Alpha formats for opacity.

How it Works

Highlight your color, and right-click it. You should see options to convert your colors in the navigation.

how it works

Extension Settings

This extension contributes the following settings:

  • vscolors.color2Hex: converts highlighted color to a HEX value
  • vscolors.color2Rgb: converts highlighted color to an RGB value
  • vscolors.color2Hsl: converts highlighted color to an HSL value

Additional Informations

Extension doesn't handle implicit alpha values.

For example rgba(255, 255, 0) will yield an error as RGBA format expects an alpha value.

Others

Check VSColors on the MarketPlace.