Introducing Thunderstorm - the Sublime Text 3 color scheme for Web Developers.
The theme is designed by ensuring the colours are set for base defaults which are inherited by languages not explicitly defined.
Thunderstorm has been specifically created for and tested against PHP, HTML, CSS and JavaScript with added support for YAML and XML.
- If you haven't already, install Sublime Package Control
- Bring up the Command Palette (Ctrl+Shift+P on Windows/Linux, ⌘+⇧+P on OS X) and type
Install Package - Type
Thunderstormto bring it up in the packages list. - Select
Thunderstormfrom Preferences -> Color Scheme -> Color Scheme - Thunderstorm
- Clone this repo to your local machine
- Bring up the Command Palette (Ctrl+Shift+P on Windows/Linux, ⌘+⇧+P on OS X) and type
Browse Packagesto open your Packages directory. - Copy the .tmTheme file to the
Packages/Userdirectory - Select
Thunderstormfrom Preferences -> Color Scheme -> User
Browse the excellent codeface for fonts that make your source code look beautiful.
I recommend using one of the following fonts:
To get the absolute best visuals I recommend the following Sublime Text 3 User Settings:
"caret_style": "phase",
"font_face": "Source Code Pro",
"font_options":
[
"gray_antialias" // For Retina screens
],
"font_size": 15,
"highlight_line": true,
"line_padding_bottom": 3,
"line_padding_top": 3
Thunderstorm works well with the phenomenally awesome Material Design UI Theme for Sublime Text 3.
MIT



