buymeasoda / soda-theme

Dark and light custom UI themes for Sublime Text
https://buymeasoda.github.io/soda-theme/
4.33k stars 517 forks source link

Colors for active indent guide option #153

Open serkanyersen opened 11 years ago

serkanyersen commented 11 years ago

Hi, I saw this tutorial recently http://wesbos.com/sublime-text-indentation-guide-lines/

I wanted use it but modified version of Monokai doesn't have colors for guide lines.

I select few colors and I think it looks good screen shot 2013-07-25 at 2 09 39

Just add these settings to Monokai Soda.tmTheme file in settings dictionary, displayed in screenshot

<key>guide</key>
<string>#92003b</string>
<key>activeGuide</key>
<string>#7fb11b</string>
<key>stackGuide</key>
<string>#635f2d</string>
mhulse commented 10 years ago

Love this feature. Thanks for sharing. Like the colors too.

Just wanted to point out to others, that you'll need to enable "draw_active", in user prefs, like so:

"indent_guide_options":
[
    "draw_normal",
    "draw_active"
],

That article linked to in first post above has the details.

:+1: