MonokaiFree
A beautiful, modern, high quality, Monokai theme for Sublime Text 3.
Details
Installs
- Total 6K
- Win 3K
- Mac 1K
- Linux 1K
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 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 3 | 1 | 1 | 3 | 2 | 2 | 1 | 3 | 0 | 1 | 2 | 0 | 3 | 2 | 1 | 0 | 2 | 0 | 0 | 3 | 1 | 0 | 1 | 0 | 0 | 1 | 2 | 1 | 1 | 2 | 0 | 1 | 2 | 1 | 1 | 1 | 0 | 2 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 1 | 0 | 2 | 0 | 2 | 1 | 2 | 1 | 1 | 0 | 1 | 0 | 4 | 1 | 0 | 3 | 1 | 0 | 0 | 1 | 3 | 0 | 3 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
MonokaiFree
A beautiful, modern, high quality, Monokai theme for Sublime Text. Enhanced syntax highlighting for PHP, HTML, CSS, Markdown, JavaScript, Ruby, Python, etc., and includes support for GitGutter, SublimeLinter, NeoVintageous, PHPUnitKit.
Installation
Package Control installation
The preferred method of installation is Package Control.
Ctrl/Command + Shift + P
to open the Command Palette
Select Package Control: Install Package
Search for MonokaiFree
Press Enter
Go to Menu > Preferences > Color Scheme...
and select MonokaiFree.
Manual installation
Close Sublime Text, then download or clone this repository to a directory named MonokaiFree
in the Sublime Text Packages directory for your platform:
- Linux:
git clone https://github.com/gerardroche/sublime-monokai-free.git ~/.config/sublime-text-3/Packages/MonokaiFree
- OSX:
git clone https://github.com/gerardroche/sublime-monokai-free.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/MonokaiFree
- Windows:
git clone https://github.com/gerardroche/sublime-monokai-free.git %APPDATA%\Sublime/ Text/ 3/Packages/MonokaiFree
Screenshots
CSS
HTML
PHP
XML
Customise to taste
To custom any colors create a color scheme override named “MonokaiFree.sublime-color-scheme” in your Sublime Text User directory (Menu > Preferences > Browse Packages). An example override:
{
"globals": {
"block_caret": "yellow",
"caret": "yellow",
"selection_corner_style": "square",
},
"rules":
[
{
"scope": "comment, punctuation.definition.comment",
"foreground": "#7e8e91"
}
]
}
Contributing
To run the tests install ColorSchemeUnit (a framework for testing Sublime Text color schemes), and run the ColorSchemeUnit: Test Suite
command via the Command Palette (Ctrl+Shift+P
).
License
Released under the BSD 3-Clause License.