Skip to content

Instantly share code, notes, and snippets.

@helisoncruz
Created February 13, 2020 22:03
Show Gist options
  • Save helisoncruz/25cc1470899993c52820a69078de8a66 to your computer and use it in GitHub Desktop.
Save helisoncruz/25cc1470899993c52820a69078de8a66 to your computer and use it in GitHub Desktop.
Minha configuração do Sublime Text 3
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"fade_fold_buttons": false,
"font_face": "Anonymous Pro",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_red": true,
"material_theme_small_tab": true,
"theme": "Adaptive.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment