Skip to content

Instantly share code, notes, and snippets.

@czarneckid
Created December 16, 2013 18:50
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 czarneckid/7992218 to your computer and use it in GitHub Desktop.
Save czarneckid/7992218 to your computer and use it in GitHub Desktop.
iTG + Monokai
{
"auto_complete": false,
"color_scheme": "Packages/Theme - itg.flat/itg.Monokai.tmTheme",
"detect_slow_plugins": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.rdb",
"*.sqlite3",
"*.log",
"ascp",
"*.gz"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".yardoc",
"coverage",
"pkg",
"tmp",
"logs",
"db/mongo",
".vagrant",
"build",
"_site"
],
"font_face": "Source Code Pro",
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"itg_small_tabs": true,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_blue": true,
"phoenix_folder_icons": true,
"phoenix_highlight_current_tab": true,
"phoenix_solid_current_tab": true,
"tab_size": 2,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"itg_sidebar_tree_medium": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment