Skip to content

Instantly share code, notes, and snippets.

@joerx
Last active September 23, 2015 11:21
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 joerx/dce446af220199f7b98f to your computer and use it in GitHub Desktop.
Save joerx/dce446af220199f7b98f to your computer and use it in GitHub Desktop.
Sublime preferences
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"font_face": "Source Code Pro",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"rulers":
[
100
],
"tab_completion": false,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false,
"preview_on_click": false
}
@joerx
Copy link
Author

joerx commented Jun 29, 2014

@joerx
Copy link
Author

joerx commented Jan 21, 2015

  • Install theme via package control.
  • Font on Fedora: sudo yum install adobe-source-code-pro-fonts

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