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 Highlighter #482

Open mardi789 opened 3 years ago

mardi789 commented 3 years ago

By installing package control Color Highlighter, I notice no change in my color codes

mardi789 commented 3 years ago

body{ background: #BB4747; }

NQUARE commented 3 years ago

+1 I have this problem too.

reznov11 commented 3 years ago

Color Highlighter - Screenshot

I've found a solution, download Color Scheme - Default folder from this url: Color Scheme - Default

To bypass fatal: repository Not Found error while pulling the directory, replace tree/master/ with trunk/ and use svn to download it:

svn checkout https://github.com/twolfson/sublime-files/trunk/Packages/Color%20Scheme%20-%20Default

Now move the folder to Packages and rename it from Color Scheme - Default to Color Scheme

On Linux: ~/.config/sublime-text/Packages/

On Windows: %appdata%\Sublime Text 3\Packages

On MacOS: ~/Library/Application Support/Sublime Text 3/Packages

Re-open sublime text and you should be ready to go)