Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colors for active indent guide option #153

Open
serkanyersen opened this issue Jul 24, 2013 · 1 comment
Open

Colors for active indent guide option #153

serkanyersen opened this issue Jul 24, 2013 · 1 comment

Comments

@serkanyersen
Copy link
Contributor

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
Copy link

mhulse commented Oct 20, 2013

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.

👍

randy3k pushed a commit to randy3k/Wombat that referenced this issue Jun 6, 2014
To enable indent guides add this to your settings:

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

See also Soda Theme issue buymeasoda/soda-theme#153
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants