Created
October 9, 2020 08:41
-
-
Save aliemo/13a5a2e5ae9fd21321304726bb0a56ac to your computer and use it in GitHub Desktop.
SublimeText3 User Configs (Material-Theme Based Configs)
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
{ | |
// Disable automatic loading of last session | |
// https://forum.sublimetext.com/t/disable-automatic-loading-of-last-session/4132 | |
"hot_exit": false, | |
"remember_open_files": false, | |
// Simple and Lovely Theme and Configs | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"material_theme_accent_scrollbars": true, | |
"material_theme_accent_titlebar": true, | |
"material_theme_accent_tomato": true, | |
"material_theme_arrow_folders": true, | |
"material_theme_big_fileicons": true, | |
"material_theme_bold_tab": true, | |
"material_theme_bright_scrollbars": true, | |
"material_theme_bullet_tree_indicator": true, | |
"material_theme_compact_panel": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_disable_fileicons": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": true, | |
"material_theme_titlebar": true, | |
"material_theme_tree_headings": true, | |
"theme": "Material-Theme-Darker.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment