Skip to content

Instantly share code, notes, and snippets.

@joynal
Last active December 27, 2016 10:00
Show Gist options
  • Save joynal/eade325bffb4da533288a8f76eb066b7 to your computer and use it in GitHub Desktop.
Save joynal/eade325bffb4da533288a8f76eb066b7 to your computer and use it in GitHub Desktop.
Sublime text settings with material theme
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Operator mono book",
"font_options":
[
"no_round"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"word_wrap": false
}
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"font_face": "Source Code Pro",
"font_options":
[
"no_round"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment