Sublime Forum

Indentation guide colors

#1

I have a custom theme, and I have NOT defined either guide or activeGuide in the file:

// what normally should be defined, but I did NOT
<key>guide</key>
    <string>#5e6469</string>
<key>activeGuide</key>
   <string>#798188</string>

Nonetheless I can see the indentation lines (if I active them).
Is there any default place (besides the theme file) where they are defined?

0 Likes

#2

I think that Sublime uses the default colouring if they aren’t defined in your colour scheme (so that text mate color schemes not tweaked for sublime text still show something).

Try turning the guide lines off in your user preferences:

"draw_indent_guides": false
0 Likes

#3

[quote=“jbjornson”]I think that Sublime uses the default colouring if they aren’t defined in your colour scheme (so that text mate color schemes not tweaked for sublime text still show something).

Try turning the guide lines off in your user preferences:

"draw_indent_guides": false

I see, thanks. Well, actually I do want to show the indent guides, but I just wanted to tweak a little beat the default color, but it seems I can’t find it…

0 Likes