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

color names not highlighted #449

Open iNETTechnik opened 6 years ago

iNETTechnik commented 6 years ago

we have css.

color: #243772; is highlighted correct, but color: red; is not. or color:yellow; is not

Why? Fresh Sublime Text 3 Build 3143 installed Imagemagick colorhighlighter 8.0.9

Thanks.