Skip to content

Instantly share code, notes, and snippets.

@irfanfadilah
Last active November 17, 2020 03:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irfanfadilah/55c91a8d6844ca7a2b9552bb768449c7 to your computer and use it in GitHub Desktop.
Save irfanfadilah/55c91a8d6844ca7a2b9552bb768449c7 to your computer and use it in GitHub Desktop.
Sublime Text 3 - Preferences
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_line_ending": "unix",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"ignored_packages": ["Vintage"],
"line_padding_bottom": 1.5,
"line_padding_top": 1.5,
"material_theme_accent_scrollbars": true,
"material_theme_accent_yellow": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
@irfanfadilah
Copy link
Author

irfanfadilah commented May 9, 2016

You need to install Material Theme package first to use this preferences:

  1. Ctrl + Shift + P
  2. Select Package Control: Install Package
  3. Select Material Theme

Also install A File Icon package to add file icon in sidebar:

  1. Ctrl + Shift + P
  2. Select Package Control: Install Package
  3. Select A File Icon

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