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

not working with normal color words #440

Closed mIcHyAmRaNe closed 6 years ago

mIcHyAmRaNe commented 6 years ago

Hello i'm using the latest version of sublime text 3 (build 3157)

i installed Color Highlighter package and it's working with rgb color code and hex color code:

   background-color: rgb(66, 134, 244);  //... working
   background-color: #42b983;   //... working

but when i use simple color words it's not working:

   background-color: blue;  //... not working

tested in different file extensions ... and always same problem 😞

screenshot

Monnoroch commented 6 years ago

Duplicate of #381.