Color Scheme - Thunderstorm
A Sublime Text 3 color scheme for Web Developers
Labels color scheme
Details
Installs
- Total 18K
- Win 12K
- Mac 3K
- Linux 3K
Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 2 | 0 | 1 | 5 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | 1 | 2 | 1 | 0 | 2 | 4 | 2 | 0 | 2 | 2 | 2 | 3 | 5 | 3 | 3 | 2 | 2 | 1 | 1 | 3 | 2 | 2 | 1 | 1 | 5 | 1 | 1 | 0 | 1 | 2 | 2 |
Mac | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 0 | 0 |
Linux | 0 | 0 | 3 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
thunderstorm-sublime-theme
Introducing Thunderstorm - the Sublime Text 3 color scheme for Web Developers.
Supported Languages
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.
PHP
HTML
CSS
Javascript
Installation
Using Package Control
- 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
Thunderstorm
to bring it up in the packages list. - Select
Thunderstorm
from Preferences -> Color Scheme -> Color Scheme - Thunderstorm
Using Git
- 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 Packages
to open your Packages directory. - Copy the .tmTheme file to the
Packages/User
directory - Select
Thunderstorm
from Preferences -> Color Scheme -> User
Recommendations
Font
Browse the excellent codeface for fonts that make your source code look beautiful.
I recommend using one of the following fonts:
User Settings
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
UI Themes
Thunderstorm works well with the phenomenally awesome Material Design UI Theme for Sublime Text 3.
License
MIT