[![Build Status]][url: Build Status] [![License]][url: License] [![Semver]][url: Semver] [![Gittip]][url: Gittip]
# [Twilightcyanide ColorScheme]
for [Sublime Text]
> Extends [Predawn Twilight] 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 "**Twilightcyanide Colorscheme**" and hit ENTER.
#### Manual Installation
Go to `Preferences -> Browse Packages`, and then either download and unzip this plugin into that directory, or:
```shell
git clone https://github.com/centril/sublime-twilightcyanide-colorscheme.git "sublime-twilightcyanide-colorscheme"
```
### 2. Switch Themes
Then inside Sublime Text, go to:
```
Preferences -> Color Scheme -> Twilightcyanide ColorScheme
```
Here you can pick the variation that you like.
## Predawn Twilight Enhancements
Adds scopes, support and/or improves styling for:
* Markdown scopes.
* SublimeLinter scopes.
* 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]
>
The gruntfile that builds the colorschemes.
![screenshot: groovy]
> A groovy file.
## Background variations
[Twilightcyanide 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]
## [Twilightcyanide ColorScheme] Builder
*You must install the Twilightcyanide ColorScheme if you want to use the Twilightcyanide ColorScheme Builder.*
Create your own custom Twilightcyanide ColorScheme with the builder. If you don't have [grunt] installed, do that first.
Go to your Twilightcyanide ColorScheme Theme folder and run:
```shell
npm install
```
Edit the `backgrounds.json` file to add your own custom backgrounds.
Save the file, and run:
```shell
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 [Twilightcyanide ColorScheme]:
* [GitGutter]
* [SublimeLinter3]
## Changelog
See the **[messages folder][CHANGES]**.
## 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>]**
+ [twitter]
+ [github]
## Copyright & License
Licensed under the **[MIT License]**.
Copyright 2014 Mazdak Farrokhzad for the modified parts.
Original parts: [James Newell].
## Acknowledgements
This color scheme is based on **[Predawn Twilight]** by [James Newell] 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].
[Build Status]: http://img.shields.io/travis/Centril/sublime-twilightcyanide-colorscheme.svg?style=flat
[url: Build Status]: https://travis-ci.org/Centril/sublime-twilightcyanide-colorscheme
[Gittip]: http://img.shields.io/gittip/Centril.svg?style=flat
[url: Gittip]: https://www.gittip.com/Centril/
[License]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[url: License]: LICENSE.md
[Semver]: http://img.shields.io/badge/semver-2.0.0-blue.svg?style=flat
[url: Semver]: http://semver.org/spec/v2.0.0.html
[Twilightcyanide ColorScheme]: https://github.com/centril/sublime-twilightcyanide-colorscheme
[Predawn Twilight]: https://github.com/jrnewell/predawn-twilight-theme
[Sublime Text]: http://www.sublimetext.com/
[Cyanide Theme]: https://github.com/lefoy/cyanide-theme
[Package Control]: http://wbond.net/sublime_packages/package_control/
[grunt]: http://gruntjs.com/
[screenshot: gruntfile.js]: https://github.com/Centril/sublime-twilightcyanide-colorscheme/blob/screenshots/gruntfile.js.png?raw=true "The gruntfile that builds the colorschemes."
[screenshot: groovy]: https://github.com/Centril/sublime-twilightcyanide-colorscheme/blob/screenshots/groovy.png?raw=true "A .groovy file"
[screenshot: bg-variations]: https://github.com/Centril/sublime-twilightcyanide-colorscheme/blob/screenshots/bg-variations.png?raw=true "Background variations"
[GitGutter]: https://sublime.wbond.net/packages/GitGutter
[SublimeLinter3]: https://github.com/SublimeLinter/SublimeLinter3
[twitter]: http://twitter.com/CenoRIX
[github]: http://github.com/centril
[<twingoow@gmail.com>]: mailto:twingoow@gmail.com
[CHANGES]: messages/
[MIT License]: LICENSE.md
[Lefoy]: https://github.com/lefoy
[James Newell]: https://github.com/jrnewell
[Color Scheme Editor]: https://github.com/bobef/ColorSchemeEditor)
[Borislav Peev]: https://github.com/bobef
[Scope Hunter]: https://github.com/facelessuser/ScopeHunter
[facelessuser]: https://github.com/facelessuser