Skip to content

gerardroche/sublime-molokai

Repository files navigation

Molokai

A Sublime Text color scheme inspired by vim-molokai.

Build Status Build status Minimum Sublime Version Latest Stable Version GitHub stars Downloads Author

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.

INSTALLATION

Package Control installation

The preferred method of installation is Package Control.

Manual installation

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

ACTIVATE

Go to Menu > Preferences > Color Scheme... and select the Molokai color scheme.

CONTRIBUTING

Tests

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

Screenshots

All screenshot code samples can found at Screenshot Code.

PHP

PHP screenshot

LICENSE

Released under the BSD 3-Clause License.