Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save milkbottlelough/9518ee05a2236fb07fdefc8d418b6a31 to your computer and use it in GitHub Desktop.
Save milkbottlelough/9518ee05a2236fb07fdefc8d418b6a31 to your computer and use it in GitHub Desktop.
Sublime 3 Preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/Materialize/schemes/Material Stereokai.tmTheme",
"font_face": "Fira Code",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 12,
"ignored_packages":
[
"CSS",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 0,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"theme": "Material-Theme-Darker.sublime-theme",
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment