color are not showing in gutter but parallel lines
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 Build 3114
- ImageMagick version 7.0.5-3 Q16 x86_64
-
convert --versionoutputs Version: ImageMagick 7.0.5-3 Q16 x86_64 -
which convertoutputs /usr/local/bin/convert -
type convertoutputs /usr/local/lib/convert
and tried with below 3 variants ( one by one) in Gutter Color > Settings - User
"convert_path": "usr/local/lib/convert"
"convert_path": "usr/local/bin/convert"
"convert_path": "convert"
and restart Sublime Text multiple times but no color displayed but only these parallel lines ( see attached image)
any solution so far?

alternatively using Color Highlighter plugin which is better over this
I found the error in windows
-
Go to %appdata%;
-
Open "Sublime Text 3" folder;
-
Open "Packages" folder;
-
Open "Gutter Color" folder;
-
Open "line.py" with any text editor and find: if ( platform.system()=="Windows"): delimiter = ";" convert_name = "convert.exe" else: delimiter = ":" convert_name = "convert"
-
Change convert_name = "convert.exe" to convert_name = "magick.exe" convert_name = "convert" to convert_name = "magick"
I am on ubuntu and this will not help me anymore
I have spent a couple of hours trying to solve this on Windows 10. I tried many things claimed to fix it but none worked for me. I have gone back to the Color Highlighter package, which isn't without its own issues, but works after messing with the settings. Also, it's not fighting with Sublime Linter for the same spot in the gutter.
I had the same issue on Mac OSx. Have removed the plugin.