Last active
September 2, 2015 20:07
-
-
Save hatemzidi/a43658da11c84bab6336 to your computer and use it in GitHub Desktop.
My Sublime Text 3's user preferences
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
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"draw_indent_guides": false, | |
"enable_tab_scrolling": false, | |
"fade_fold_buttons": false, | |
"gutter": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"margin": 18, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"save_on_focus_lost": true, | |
"open_files_in_new_window": false, | |
"scroll_past_end": true, | |
"tab_size": 2, | |
// soda theme | |
//"soda_classic_tabs": false, | |
//"soda_folder_icons": true, | |
//"color_scheme": "Packages/color Scheme - Default/Twilight.tmTheme", | |
//"theme": "Soda Dark 3.sublime-theme", | |
// SpaceGray theme | |
"theme": "Spacegray.sublime-theme", | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment