Skip to content

Instantly share code, notes, and snippets.

@hoangddt
Last active September 9, 2015 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoangddt/e33f2d8fff5c68f42b59 to your computer and use it in GitHub Desktop.
Save hoangddt/e33f2d8fff5c68f42b59 to your computer and use it in GitHub Desktop.
setting material theme in sublime-text
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_options":
[
"gray_antialias"
],
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"line_padding_top": 3,
"line_padding_bottom": 3,
"font_options": [ "gray_antialias" ], // On retina Mac
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment