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

Twilightcyanide Colorscheme

by Centril ALL

Sublime Text: Twilightcyanide is Cyanide-ified Twilight: darker background & lighter foregrounds.

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

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:

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]
> <div align="center">The gruntfile that builds the colorschemes.</div>

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

## 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:

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:

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: 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.