sublime-monokai-free
sublime-monokai-free copied to clipboard
Monokai color scheme.
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.