Skip to content

Instantly share code, notes, and snippets.

@RJNY
Last active September 17, 2015 18:34
Show Gist options
  • Save RJNY/0db2e990f7935b7f9388 to your computer and use it in GitHub Desktop.
Save RJNY/0db2e990f7935b7f9388 to your computer and use it in GitHub Desktop.
sublime_defaults
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "inconsolata",
"font_size": 19,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Numix Dark Blue.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment