GutterColor
GutterColor copied to clipboard
A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.
Update path to image magick for Linux users ```json { "convert_path" : "/usr/bin/convert" } ```
When i type "#FFFFFF" it gives me annoying yellow box but if I type "#ffffff" than it works perfectly, also uppercase with any other color works, I have issue only...
All shades become it's basic color (ex: all shades of red are presented as f00, all shades of green as 0f0, blues as 00f, etc). I did update GutterColor's user...
Hi there, I recently installed the GutterColor ST3 plugin and I'm getting the following exception in the console, every time the plugin tries to run: ``` Traceback (most recent call...

Any chance you can provide an update that does not have the naming issue with CSS colors such as `blue` or `white`. The colors do not render properly if you...
The README.md instructs _To manually update a color scheme, open the Command Palette and select `GutterColor: Fix Current Color Scheme`. Alternatively, the plugin can run this process automatically via the...
I am using this plugin but it's not working ..displaying only parallel lines in gutter instead of colors. here is my System configuration - Ubuntu **14.04** - Sublime Text 3...
The fix doesn't seem to work, I still view icons in an almost black dark color when using light themes.
closes ggordan/GutterColor#109