Skip to content

Instantly share code, notes, and snippets.

@M4rkux
Created September 27, 2016 14:31
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 M4rkux/2a53e9607438d99729e14499ab02fa1f to your computer and use it in GitHub Desktop.
Save M4rkux/2a53e9607438d99729e14499ab02fa1f to your computer and use it in GitHub Desktop.
The preferences I like to use in sublime (they may depend of a certain packages)
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Fira Code",
"font_options":
[
"gray_antialias"
],
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"show_panel_on_build": true,
"theme": "Material-Theme.sublime-theme",
"use_simple_full_screen": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment