Theme - Monokai Pro
Professional theme and matching icons, from the author of the original Monokai color scheme.
Details
Installs
- Total 90K
- Win 47K
- Mac 24K
- Linux 19K
Jun 6 | Jun 5 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 20 | 13 | 18 | 16 | 16 | 24 | 27 | 17 | 17 | 12 | 19 | 26 | 16 | 18 | 20 | 20 | 20 | 17 | 18 | 19 | 26 | 19 | 16 | 15 | 13 | 26 | 24 | 24 | 28 | 26 | 23 | 27 | 26 | 26 | 19 | 12 | 17 | 15 | 25 | 18 | 15 | 15 | 20 | 23 | 16 | 8 |
Mac | 16 | 8 | 5 | 11 | 10 | 11 | 11 | 14 | 3 | 1 | 7 | 2 | 6 | 6 | 15 | 10 | 8 | 7 | 15 | 7 | 6 | 10 | 12 | 8 | 4 | 7 | 4 | 15 | 10 | 12 | 1 | 10 | 20 | 11 | 8 | 6 | 2 | 3 | 7 | 4 | 9 | 9 | 13 | 7 | 7 | 4 |
Linux | 11 | 8 | 6 | 10 | 5 | 8 | 5 | 10 | 11 | 7 | 5 | 5 | 9 | 9 | 7 | 4 | 7 | 8 | 6 | 11 | 7 | 9 | 13 | 4 | 9 | 5 | 6 | 11 | 10 | 13 | 8 | 8 | 9 | 14 | 12 | 10 | 7 | 5 | 5 | 7 | 13 | 7 | 9 | 6 | 8 | 6 |
Readme
- Source
- raw.githubusercontent.com
Monokai Pro for Sublime Text
Beautiful functionality for professional developers
Monokai Pro is a color scheme, customized user interface theme and complete icon set for Sublime Text. It has been designed by the author of the original Monokai colors. Carefully selected shades of colors are the foundation of an uncompromising, non-distractive user interface. The single goal of Monokai Pro is to let you focus on your code.
☞ How to install free evaluation for Sublime Text:
1. Package Control ‣ Install Package ‣ Theme - Monokai Pro
2. Command Palette ‣ Monokai Pro: select theme
Find out more here: monokai.pro
Pixel-perfect file icons
The icons of Monokai Pro have all been created from scratch to ensure they are easily recognizable on small sizes in the side bar. They are designed to help you quickly find the right files in your project.
Supported plugins
Sublime Linter
Place this in your Sublime Linter User preferences:
{
"gutter_theme": "Packages/Theme - Monokai Pro/Monokai Pro.gutter-theme",
"styles": [
{
"mark_style": "none",
"priority": 1,
"scope": "region.orangish",
"icon": "warning",
"types": [
"warning"
]
},
{
"mark_style": "none",
"priority": 1,
"scope": "region.redish",
"icon": "error",
"types": [
"error"
]
}
]
}
It will automatically match the gutter icon colors to the selected color filter of Monokai Pro.