Releases: lefoy/cyanide-theme
Releases · lefoy/cyanide-theme
v3.0.1
ES6 Rewrite (partially)
Merge pull request #36 from Centril/master Fix XML Declaration + ES6 rewrite (partially)
v2.3.6
v2.3.5
v2.3.0
Cyanide 2.3.0
- Now supporting the generation of background variations. These are defined in
colors.json
in thebackgrounds
property. Fixes #8. - Rewrote process of getting external color schemes, it extendable if you follow the templates outlined in Monocyanide Colorscheme. It also supports the generation of background variations for the color schemes being generated.
- Added Twilightcyanide Colorscheme which is an adation of the Predawn Twilight colorscheme. Fixes #20.
v2.2.0
Cyanide 2.2.0
-
Added Monocyanide Colorscheme.
Extends sublime-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). -
Added sidebar icons for:
- R (statistical computation)
- AppleScript
- Clojure
- D
- Graphviz
- Haml
- Illustrator
- Photoshop
- Swift (apple)
- Textile
-
And modified for: Rust, SCSS, Stylus. These are all a bit lighter now.
-
Added dummy syntax highlightning to the best matching syntax. This will allow you to view the sidebar icons even if you don't have any syntax highlighing defined for that particular language. The added syntaxes:
- Adobe Illustrator
- Adobe Photoshop
- SVG (Scalable Vector Graphics)
- CoffeScript
- Gradle
- Jade
- Ruby Slim
- Less
- SCSS
- Sass
- Puppet
- Stylus
- Mustache
- Rust
- Swift
- Git
v2.1.0
v2.0.0
Cyanide 2.0.0
- Create custom theme color with the new grunt Cyanide Theme Builder.
See https://github.com/lefoy/cyanide-theme#cyanide-theme-builder for more information. - Add travis-ci support