Last active
April 1, 2023 19:04
-
-
Save matheus-souza/0641e9fcfb84cccab8c20148224729b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"theme": "Material-Theme-Palenight.sublime-theme", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme", | |
"draw_white_space": "all", | |
"font_face": "Fira Code", | |
"font_size": 14, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false, | |
"always_show_minimap_viewport" : true, | |
"bold_folder_labels" : true, | |
"font_options" : ["gray_antialias", "subpixel_antialias"], // On retina Mac & Windows | |
"indent_guide_options" : ["draw_normal", "draw_active"], // Highlight active indent | |
"line_padding_bottom" : 3, | |
"line_padding_top" : 3, | |
"overlay_scroll_bars" : "enabled", | |
// Panels | |
"material_theme_accent_scrollbars" : true, // Enable accent color for scrollbars | |
"material_theme_accent_titlebar" : true, // Enable accent color for titlebar | |
"material_theme_bright_scrollbars" : true, // Bright scrollbars puck color | |
"material_theme_contrast_mode" : true, // Enable sidebar and panels contrast mode | |
"material_theme_panel_separator" : true, // Show bottom panel separator | |
"material_theme_titlebar" : true, // Enable title bar (OS X 10.10+) | |
// Sidebar | |
"material_theme_big_fileicons" : true, // Show bigger file type icons | |
// Tabs | |
"material_theme_tabs_autowidth" : true, // Enable autowidth for tabs | |
"material_theme_tabs_separator" : true, // Show tabs separator, this disables tab hover animation | |
// If you use Material Theme - Appbar addon, you can use this setting: | |
"material_theme_tree_headings" : true, // Show sidebar headings | |
"dictionary": "Dictionaries/pt_BR.dic", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment