Skip to content

Instantly share code, notes, and snippets.

@ritcheyer
Created March 19, 2014 14:51
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 ritcheyer/9643296 to your computer and use it in GitHub Desktop.
Save ritcheyer/9643296 to your computer and use it in GitHub Desktop.
SublimeText 2 Settings
// SolarizedToggle.sublime-settings
{
"color_scheme_dark": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"color_scheme_light": "Packages/Github Color Theme/GitHub.tmTheme",
"enable_theme_switching": true,
"solarized_toggle_mode": "light",
"theme_dark": "Flatland Dark.sublime-theme",
"theme_light": "AppKit.sublime-theme"
}
// User Preferences
{
"color_scheme": "Packages/Github Color Theme/GitHub.tmTheme",
"ensure_newline_at_eof_on_save": true,
"flatland_sidebar_tree_xlarge": true,
"flatland_square_tabs": true,
"font_face": "Menlo",
"font_size": 13.5,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"Colorcoder"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"tab_size": 4,
"theme": "AppKit.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment