Skip to content

Instantly share code, notes, and snippets.

@xeron
Last active March 5, 2016 06:32
Show Gist options
  • Save xeron/9355fd92a136f32d5bc3 to your computer and use it in GitHub Desktop.
Save xeron/9355fd92a136f32d5bc3 to your computer and use it in GitHub Desktop.
Sublime Text 3 Material Theme w/ Appbar and Tomorrow Dark syntax theme
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Monaco",
"font_options":
[
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": false,
"ignored_packages":
[
"Vintage"
],
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"rulers":
[
80,
100,
120
],
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"ensure_newline_at_eof_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment