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.
The preferred method of installation is Package Control.
Ctrl/Command + Shift + P
to open the Command Palette
Select Package Control: Install Package
Search for monokai++
Press Enter
Go to Menu > Preferences > Color Scheme...
and select MonokaiFree.
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
CSS
HTML
PHP
XML
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"
}
]
}
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
).
Released under the BSD 3-Clause License.