ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Monocyanide Colorscheme

by Centril ALL

Sublime Text: Monocyanide is Cyanide-ified Monokai Extended: darker background & lighter foregrounds.

Details

Installs

  • Total 13K
  • Win 8K
  • Mac 3K
  • Linux 3K
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10
Windows 1 2 1 0 0 1 1 2 1 1 1 0 0 0 3 0 0 0 0 0 0 0 0 2 0 0 0 3 1 1 1 0 0 0 1 0 1 3 2 1 0 2 0 0 3
Mac 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 1 0
Linux 1 1 1 3 0 2 1 1 1 1 0 0 0 0 1 1 1 1 2 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 2 0 0 1 0 0 1 1 0

Readme

Source
raw.​githubusercontent.​com

Monocyanide ColorScheme
for Sublime Text

Extends Monokai Extended with a darker background, and lighter but slightly more saturated colors, as well as boldness added for functions, classnames, and a differentiated style for doc-block comments (e.g: javadocs).

A companion to the Cyanide Theme.

Getting Started

1. Installation

Package Control

If you already have Package Control installed in Sublime Text:

  • Select “Install Package” from the Command Palette:
    • Ctrl+Shift+P on Windows and Linux
    • ⇧⌘P on OS X
  • Search for “Monocyanide Colorscheme” and hit ENTER.

Manual Installation

Go to Preferences -> Browse Packages, and then either download and unzip this plugin into that directory, or:

git clone https://github.com/centril/sublime-monocyanide-colorscheme.git "sublime-monocyanide-colorscheme"

2. Switch Themes

Then inside Sublime Text, go to: “ Preferences -> Color Scheme -> Monocyanide ColorScheme

Here you can pick the variation that you like.

## Monokai Extended Enhancements

Adds scopes, support and/or improves styling for:

* JSON, syntax highlighting added.
* Keyword control: bold
* Primitives are differently colored.
* Comments are entirely desaturated.
* Documentation comments: lighter than normal comments.
* Documentation tags (@param, ...): bold
* {@link <ref>}, <ref> is now bold
* Method calls, bold
* Variations on the background

## Sneak peak

![screenshot: gruntfile.js]
> <div align="center">The gruntfile that builds the colorschemes.</div>

![screenshot: groovy]
> <div align="center">A groovy file.</div>

## Background variations

[Monocyanide ColorScheme] comes in 5 flavors where the background of each is different. The variations that are available are:
+ Default (the one with no suffix): `#0a0a0a`
+ Black: `#000000`
+ Contrasted: `#121212`
+ Contrasted Semi: `#191919`
+ Contrasted Light: `#282828`

When words are not enough:

![screenshot: bg-variations]

## [Monocyanide ColorScheme] Builder

*You must install the Monocyanide ColorScheme if you want to use the Monocyanide ColorScheme Builder.*

Create your own custom Monocyanide ColorScheme with the builder. If you don't have [grunt] installed, do that first.

Go to your Monocyanide ColorScheme Theme folder and run:

```shell
npm install

Edit the backgrounds.json file to add your own custom backgrounds.

Save the file, and run:

grunt build

Your new colorschemes are generated. Update the Sublime Text settings to use it.

Plugins support

The following Sublime Text plugins are currently supported by Cyanide Theme:

Changelog

See the messages folder.

Bugs / Issues / Feature requests / Contribution

Want to contribute? Great stuff! Please use the issue system that github provides to report bugs/issues or request an enhancement. Pull requests are also more than welcome.

Author

Mazdak Farrokhzad / Centril <twingoow@gmail.com>

Copyright & License

Licensed under the MIT License. Copyright 2014 Mazdak Farrokhzad for the modified parts. Original parts: Jon Schlinkert.

Acknowledgements

This color scheme is based on Monokai Extended by Jon Schlinkert and has been modified to fit the Cyanide Theme by Lefoy and my self. The tools that have been used are Color Scheme Editor by Borislav Peev, and Scope Hunter by facelessuser.