Skip to content

Instantly share code, notes, and snippets.

@guycalledseven
Last active October 20, 2015 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guycalledseven/a720f1417db2020b608e to your computer and use it in GitHub Desktop.
Save guycalledseven/a720f1417db2020b608e to your computer and use it in GitHub Desktop.
sublime settings (for OSX MBP13" + Win10 Wide)
{
"atomic_save": false,
"bold_folder_labels": true,
// OSX
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
// "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Bright.tmTheme",
"fade_fold_buttons": false,
"font_face": "Monaco",
"font_size": 13,
// "font_face": "Consolas",
// "font_size": 14,
// "font_face": "monokai",
// "font_size": 13,
// "font_face": "Inconsolata",
// "font_size": 18,
// "line_padding_bottom": 1,
// "line_padding_top": 1,
// Windows10
// "color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
// "font_face": "Inconsolata",
// "font_size": 12,
// "font_face": "Source Code Pro",
// "font_size": 11,
// "font_options":
// [
// "directwrite"
// ],
"atomic_save": false,
"bold_folder_labels": true,
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignore_inodes": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"remember_open_files": false,
"spacegray_tabs_font_xlarge": true,
"spacegray_tabs_xlarge": true,
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment