Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/gerardroche/sublime-molokai

A port of tomasr/molokai colorscheme for Sublime Text.
https://github.com/gerardroche/sublime-molokai

color-scheme molokai sublime-text

Last synced: 3 months ago
JSON representation

A port of tomasr/molokai colorscheme for Sublime Text.

Lists

README

        

# Molokai

A Sublime Text color scheme inspired by [vim-molokai](https://github.com/tomasr/molokai).

[![Build Status](https://img.shields.io/travis/gerardroche/sublime-molokai/master.svg?style=flat-square)](https://travis-ci.org/gerardroche/sublime-molokai) [![Build status](https://img.shields.io/appveyor/ci/gerardroche/sublime-molokai/master.svg?style=flat-square)](https://ci.appveyor.com/project/gerardroche/sublime-molokai/branch/master) [![Minimum Sublime Version](https://img.shields.io/badge/sublime-%3E%3D%203.0-brightgreen.svg?style=flat-square)](https://sublimetext.com) [![Latest Stable Version](https://img.shields.io/github/tag/gerardroche/sublime-molokai.svg?style=flat-square&label=stable)](https://github.com/gerardroche/sublime-molokai/tags) [![GitHub stars](https://img.shields.io/github/stars/gerardroche/sublime-molokai.svg?style=flat-square)](https://github.com/gerardroche/sublime-molokai/stargazers) [![Downloads](https://img.shields.io/packagecontrol/dt/molokai.svg?style=flat-square)](https://packagecontrol.io/packages/molokai) [![Author](https://img.shields.io/badge/twitter-gerardroche-blue.svg?style=flat-square)](https://twitter.com/gerardroche)

* Tested extensively using [ColorSchemeUnit](https://github.com/gerardroche/sublime-color-scheme-unit)
* Supported plugins: [GitGutter](https://github.com/jisaacks/GitGutter), [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3), [NeoVintageous](https://github.com/NeoVintageous/NeoVintageous)

[ColorSchemeUnit](https://github.com/gerardroche/sublime-color-scheme-unit) is a testing framework for Sublime Text color schemes, it helps improve the quality of color schemes.

**Classic Monokai has been moved to [MonokaiFree](https://github.com/gerardroche/sublime-monokai-free).**

## INSTALLATION

### Package Control installation

The preferred method of installation is [Package Control](https://packagecontrol.io/browse/authors/gerardroche).

### 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](https://github.com/gerardroche/sublime-color-scheme-unit) (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](https://github.com/gerardroche/screenshot-code).

### PHP

![PHP screenshot](screenshot-php.png)

## LICENSE

Released under the [BSD 3-Clause License](LICENSE).