Last active
December 15, 2015 14:09
-
-
Save jamescarlos/5272536 to your computer and use it in GitHub Desktop.
Sublime Text - 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
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
"detect_indentation": false, | |
"detect_slow_plugins": false, | |
"draw_white_space": "all", | |
"font_face": "Source Code Pro", | |
"font_size": 11.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"soda_classic_tabs": false, | |
"soda_folder_icons": false, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source Code Pro font: http://blogs.adobe.com/typblography/2012/09/source-code-pro.html
Solarized Color Scheme: http://ethanschoonover.com/solarized