Color Scheme - Thunderstorm
A Sublime Text 3 color scheme for Web Developers
Labels color scheme
Details
Installs
- Total 19K
- Win 12K
- Mac 3K
- Linux 3K
Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 2 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
Mac | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 |
Linux | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 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