Last active
October 11, 2015 03:48
-
-
Save resting/3798137 to your computer and use it in GitHub Desktop.
Sublime User Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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