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

Alpha-hex colors error #461

Closed fabiocaccamo closed 3 years ago

fabiocaccamo commented 6 years ago

The following color should be a transparent white:

schermata 2018-06-06 alle 16 12 16

In this case the color is 0xFFFFFF and the alpha channel is 00, but the color is treated as 0x00FFFF.