Skip to content

Instantly share code, notes, and snippets.

@resting
Last active October 11, 2015 03:48
Show Gist options
  • Save resting/3798137 to your computer and use it in GitHub Desktop.
Save resting/3798137 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_centered": true,
"font_size": 10.0,
"gutter": true,
"ignored_packages":
[
"SyncedSideBar"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"scroll_past_end": true,
"word_wrap": true
}
Monkai theme to make the indent guide more prominent.
<key>activeGuide</key>
<string>#49ECEC</string> <!-- #9D550FB0 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment