Monnoroch / ColorHighlighter

ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. Documentation: https://monnoroch.github.io/ColorHighlighter.
https://sublime.wbond.net/packages/Color%20Highlighter
1.31k stars 130 forks source link

add support for the new RGBa format #467

Open OmlineEditor opened 6 years ago

OmlineEditor commented 6 years ago

Need add support for the new RGBa format (R, G, B, a) where all variables are from 0 to 255. Now there is support when only R, G, B from 0 to 255. variable a (alpha) - from 0 to 1. need a variable a (alpha) - from 0 to 255.