- Git
- GitGutter
- GitStatusBar
- SidebarEnhancement
- SublimeLinter
- SublimeLinter-php
- Theme Soda
- Theme Spacegray
- Theme Material
- Theme FlatLand
- Theme Ayu
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme", | |
"extra_folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"/mnt/appfinance/vendor/" | |
], | |
"font_face": "Source Code Pro", | |
"font_options": | |
[ | |
"gray_antialias", | |
"subpixel_antialias" | |
], | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Phpcs", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"theme": "ayu-mirage.sublime-theme", | |
"ui_separator": false, // separators between panels | |
"ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc) | |
"ui_big_tabs": true, // increased tab height | |
"ui_fix_tab_labels": true, // to fix tab labels if they look not right | |
"ui_font_source_code_pro": true, // use [Source Code Pro](https://fonts.google.com/specimen/Source+Code+Pro) for UI | |
"ui_wide_scrollbars": true, // wider scrollbars | |
"ui_sidebar_highlight_row": true // to highlight whole row for current item in sidebar | |
} |