Skip to content

Instantly share code, notes, and snippets.

@jobsamuel
Last active March 7, 2017 13:40
Show Gist options
  • Select an option

  • Save jobsamuel/b723f55878bdec645070 to your computer and use it in GitHub Desktop.

Select an option

Save jobsamuel/b723f55878bdec645070 to your computer and use it in GitHub Desktop.
Configuration File - Material Theme for Sublime Text 3
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"font_options":
[
"gray_antialias"
],
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "disabled",
"reveal_in_side_bar": true,
"tab_size": 2,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true,
"ui_big_tabs": true,
"ui_fix_tab_labels": true,
"ui_font_size_small": true,
"ui_font_source_code_pro": true,
"ui_separator": true,
"ui_sidebar_highlight_row": true,
"ui_wide_scrollbars": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment