Sublime Text 3的Material主题
这个主题 为你的Sublime Text带来了 Material Design 可视化语言。
Screenshots
More screenshots here
Easy installation
You can install this awesome theme through the Package Control. Search for "Material Theme", install, restart Sublime Text and enjoy!
Manual installation
-
Download the latest release, extract and rename the folder to "Material Theme".
-
Move the folder inside your sublime Packages directory. (Preferences > Browse packages...)
-
Activate the theme with the following preferences at (Preferences > Setting - User):
"theme": "Material-Theme.sublime-theme", "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
Note : Remember to restart Sublime Text after activating the theme.
Theme styles
This theme provides a second style version:
Darker
"theme": "Material-Theme-Darker.sublime-theme", "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
Lighter
"theme": "Material-Theme-Lighter.sublime-theme", "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Lighter.tmTheme",
Known issues
Please see the issue #67 if you can't see the bottom panel (find/replace, rename, move, can't see the box inputs in SidebarEnhancement, etc..). here the quick fix:
White panels
If you want to enable the white panels and inputs you can install the addon package through Package Control, search for "Material theme white panels". You have to disable it if you want to use theLightertheme style.