Created
December 6, 2013 07:46
-
-
Save cdl/7820039 to your computer and use it in GitHub Desktop.
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
{ | |
// Theme and Color Scheme | |
// Color Scheme: Tomorrow Night – https://github.com/chriskempson/tomorrow-theme | |
// Theme: Soda – https://github.com/buymeasoda/soda-theme/ | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme", | |
"theme": "Soda Dark 3.sublime-theme", | |
"soda_classic_tabs": true, // Classic tabs instead of boxy tabs | |
"soda_folder_icons": true, // Folders in the sidebar, instead of arrows | |
// Typeface and Typesetting | |
"font_face": "Ubuntu Mono", // Ubuntu Mono typeface: http://font.ubuntu.com/ | |
"font_size": 17, | |
"line_padding_bottom": 3, // Some padding because it's nice. | |
"line_padding_top": 1, // (See above.) | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
// Visual Tweaks | |
"margin": 6, // Margin between line numbers and text | |
"scroll_past_end": true, // Lets you center code in Sublime. | |
// Keyboard Shortcuts | |
// For keyboard shortcut definitions, check | |
// Sublime Text > Preferences > Key Bindings - User | |
"ignored_packages": | |
["Vintage"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment