Skip to content

Instantly share code, notes, and snippets.

@PallCreaker
Created December 23, 2013 13:26
Show Gist options
  • Save PallCreaker/8097091 to your computer and use it in GitHub Desktop.
Save PallCreaker/8097091 to your computer and use it in GitHub Desktop.
sublime text のインデントの色。
<!-- 通常のインデント -->
<key>guide</key>
<string>#444444</string>
<!-- 自分が今いるインデント -->
<key>activeGuide</key>
<string>#E48254</string>
<!-- 自分が今いるインデントの親 -->
<key>stackGuide</key>
<string>#607b60</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment