You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 setting fix_color_schemes.
ST3 + GutterColor installed and working correctly.
Run GutterColor: Fix Current Color Scheme from ST3 Command Palette
ST3 custom colour scheme corrupts. Inverted Error scheme and error dialog windows appear.
Solution
Found that GutterColor is editing Preferences: Package Settings > Color Sheme...
Found ~/.config/sublime-text-3/Packages/Gutter Color/$CustomJSON.gcfix.sublime-color-scheme was the override file GutterColor was using.
Found GutterColor writes updates to scheme in wrong syntax.
ST3 Colour Scheme are in JSON, common practice.
For Example
This old ST scheme key still generated by GutterColor for ST3
Set the convert_path in Preferences: Package Settings > GutterColor > Settings – User to the location of the ImageMagick convert script: "/usr/local/bin/convert". Verify contents of directory do contain|link "/usr/local/bin/convert".
Restart ST3
Please consolidate Issues on this... way too many with dead-ends exisiting in other issues.
The text was updated successfully, but these errors were encountered:
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 settingfix_color_schemes
.GutterColor: Fix Current Color Scheme
from ST3 Command PaletteSolution
Preferences: Package Settings > Color Sheme...
~/.config/sublime-text-3/Packages/Gutter Color/$CustomJSON.gcfix.sublime-color-scheme
was the override file GutterColor was using.ST3 Colour Scheme are in JSON, common practice.
For Example
This old ST scheme key still generated by GutterColor for ST3
Should be:
Other Troubleshooting
Saw other issues recommend fixes #80 etc. Was not a fix, only useful if persisting after the first fix there is strange Colour Icons filled Red&Green in a glitchy-looking fallback.
convert_path
inPreferences: Package Settings > GutterColor > Settings – User
to the location of the ImageMagickconvert
script: "/usr/local/bin/convert". Verify contents of directory do contain|link "/usr/local/bin/convert".Please consolidate Issues on this... way too many with dead-ends exisiting in other issues.
The text was updated successfully, but these errors were encountered: