Skip to content

Instantly share code, notes, and snippets.

@chrislopresto
Created March 11, 2015 05:49
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 chrislopresto/0d2c574f7ecabc1707b4 to your computer and use it in GitHub Desktop.
Save chrislopresto/0d2c574f7ecabc1707b4 to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
// Themes
// Oceanic Next
// https://github.com/voronianski/oceanic-next-theme
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"theme": "Spacegray.sublime-theme",
// Predawn
// https://github.com/jamiewilson/predawn
// "theme": "predawn-DEV.sublime-theme",
// "color_scheme": "Packages/Predawn/predawn.tmTheme",
// "findreplace_small": true,
// "sidebar_small": true, // default, xsmall, small, medium, large or xlarge
// "tabs_small": true,
// Spacegray
// https://github.com/kkga/spacegray
// Spacegray
// "theme": "Spacegray.sublime-theme",
// "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
// Spacegray Light
// "theme": "Spacegray Light.sublime-theme",
// "color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme",
// Spacegray Eighties
// "theme": "Spacegray Eighties.sublime-theme",
// "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
// Typography
"caret_style": "phase",
"font_face": "Source Code Pro",
"font_size": 12,
"highlight_line": true,
"word_wrap": false,
// Whitespace, Matching, Copy & Auto-Complete
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// Interface & Behavior
"bold_folder_labels": true,
"close_windows_when_empty": false,
"ensure_newline_at_eof_on_save": true,
"highlight_modified_tabs": true,
"overlay_scroll_bars": "enabled",
"use_simple_full_screen": true,
"rulers": [100],
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment