Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerardroche/sublime-molokai
Molokai color scheme.
https://github.com/gerardroche/sublime-molokai
color-scheme molokai sublime-text
Last synced: 23 days ago
JSON representation
Molokai color scheme.
- Host: GitHub
- URL: https://github.com/gerardroche/sublime-molokai
- Owner: gerardroche
- License: bsd-3-clause
- Created: 2016-05-15T10:35:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T07:51:47.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T05:20:10.652Z (3 months ago)
- Topics: color-scheme, molokai, sublime-text
- Language: CSS
- Homepage: https://blog.gerardroche.com
- Size: 368 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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).