A Sublime Text color scheme inspired by vim-molokai.
- Tested extensively using ColorSchemeUnit
- Supported plugins: GitGutter, SublimeLinter, NeoVintageous
ColorSchemeUnit is a testing framework for Sublime Text color schemes, it helps improve the quality of color schemes.
Classic Monokai has been moved to MonokaiFree.
The preferred method of installation is Package Control.
Close Sublime Text, then download or clone this repository to a directory named molokai
in the Sublime Text Packages directory for your platform:
- Linux:
git clone https://github.com/gerardroche/sublime-molokai.git ~/.config/sublime-text-3/Packages/molokai
- OSX:
git clone https://github.com/gerardroche/sublime-molokai.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/molokai
- Windows:
git clone https://github.com/gerardroche/sublime-molokai.git %APPDATA%\Sublime/ Text/ 3/Packages/molokai
Go to Menu > Preferences > Color Scheme...
and select the Molokai color scheme.
To run the tests:
- Install ColorSchemeUnit (a framework for testing Sublime Text color schemes)
- Open the Command Palette (press
Ctrl+Shift+P
) - Type "ColorSchemeUnit: Test Suite" and press
Enter
All screenshot code samples can found at Screenshot Code.
Released under the BSD 3-Clause License.