Skip to content

Instantly share code, notes, and snippets.

@Demwunz
Last active December 22, 2015 05:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Demwunz/6422212 to your computer and use it in GitHub Desktop.
Save Demwunz/6422212 to your computer and use it in GitHub Desktop.
My sublime settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
"draw_minimap_border": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
"*.lib",
"*.log"
],
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache",
".svn",
".hg"
],
"font_face": "Sauna Mono Pro",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"CSScomb JS",
"AngularJS",
"Handlebars"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"itg_small_tabs": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"remember_open_files": true,
"remember_open_folders": true,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 4,
"theme": "Spacefunk (Grey Tuesday).sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true
}
@Demwunz
Copy link
Author

Demwunz commented Sep 3, 2013

@Demwunz
Copy link
Author

Demwunz commented Feb 13, 2014

Recently changed the GUI scheme:

removed:

Changed fonts:

from: Source Code Pro
to: Sauna Mono Pro regular

@Demwunz
Copy link
Author

Demwunz commented May 13, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment