Last active
January 2, 2016 09:59
-
-
Save jbub/8286906 to your computer and use it in GitHub Desktop.
Sublime Text 3 user settings.
This file contains hidden or 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
{ | |
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme", | |
"draw_white_space": "selection", | |
"find_selected_text": true, | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 13.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
99 | |
], | |
"soda_classic_tabs": true, | |
"soda_folder_icons": false, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"show_encoding": true | |
} |
Author
jbub
commented
Jan 19, 2014
- https://github.com/buymeasoda/soda-theme/
- https://github.com/chriskempson/tomorrow-theme/tree/master/textmate
- http://font.ubuntu.com/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment