Sublime Forum

ST3 Guide colors not working

#1

Mojave can’t color my Guides. Has Sublime disabled Guide color? Help please.

Settings
“draw_indent_guides”: true,
“indent_guide_options”:
[
“draw_normal”,
“draw_active”
],
Theme (any theme!)
<dict>
<key>guide</key>
<string>#0000FF</string>
<key>activeguide</key>
<string>#00CC00</string>
<key>stackguide</key>
<string>#FFFF00</string>

Result: NO GUIDE COLORS


Sodarized was the last theme to allow Guide colors in High sierra, when it crashed and looked like this. Mojave mentioned to confirm continuing Guide problem.

Redo-redo-redo, same tmTheme code, finally only Guide color is working.

Sort of?

Maybe?

0 Likes