Skip to content

harrybawsac/VSCode-Hex-To-RGBA

 
 

Repository files navigation

Hex-To-RGBA Extension

Visual Studio Marketplace Downloads Visual Studio Marketplace Installs Visual Studio Marketplace Version Visual Studio Marketplace Rating (Stars)

Hex-to-RGBA Allows designers to convert selected Hex Code to RGBA and vice-versa.

demo gif

Shortcuts

converts selected text to RGBA

  • Windows/Linux: ctrl-alt-r
  • MacOS: cmd-alt-r

converts selected text to HEX

  • Windows/Linux: ctrl-alt-h
  • MacOS: cmd-alt-h

Toggle between hex and rgba

  • Windows/Linux: ctrl-shift-t
  • MacOS: cmd-shift-t

Awesome Tip: Postfix the opacity to the hex followed by _ to add the opacity to the converted rgba.

Example: #333333_86 to generate rgba(51, 51, 51, 0.86).

About

Hex-to-RGBA Allows designers to convert selected Hex Code to RGBA on VSCode easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%