Skip to content

Instantly share code, notes, and snippets.

@djs070
Last active December 12, 2015 04:59
Show Gist options
  • Save djs070/4718572 to your computer and use it in GitHub Desktop.
Save djs070/4718572 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"font_face": "Consolas",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"scroll_speed": 1.8,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
// "translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment