Skip to content

Commit

Permalink
Merge pull request #105 from daylerees/new-generator
Browse files Browse the repository at this point in the history
New generator
  • Loading branch information
daylerees committed Feb 12, 2014
2 parents 7964940 + 56a1928 commit 3b31f93
Show file tree
Hide file tree
Showing 217 changed files with 2,130 additions and 4,443 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
§# Colour Schemes by Dayle Rees.
# Colour Schemes by Dayle Rees.

[![Support via Gittip](https://rawgithub.com/twolfson/gittip-badge/0.1.0/dist/gittip.png)](https://www.gittip.com/daylerees)

Expand All @@ -22,6 +22,21 @@ Instead of spamming this readme file with a thousand screenshots, I've created a

[Colour Schemes Demo Page](http://daylerees.github.io/)

## Compatibility

Themes in this package are generated from a custom theme file. They must be mapped once for each editor. The mapping process varies upon the editor, and for that reason some editors are considered very WIP. Don't worry. We'll get there.

Scheme type | Compatibility %
------------------------------------------ | ------------------------
Sublime Text (Colour Schemes) | 98%
Sublime Text (UI Themes) | 90%
Coda | 90%
Jetbrains (inc PHPStorm) | 60%
Bootstrap (Variables) | 80%
VIM | 70%
Google Pretty Print | 95%
HTML Previews | 100%

## Installation

Installation of the colour schemes depends greatly upon the type of software that you intend to use them with. Here are the guides for common editors and libraries.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Generate themes. -->
<target name="generate" depends="clean">
<exec dir="${basedir}/build" executable="php" failonerror="true">
<arg line="schemes.php"></arg>
<arg line="run.php raincolour --ansi"></arg>
</exec>
</target>

Expand Down
13 changes: 13 additions & 0 deletions build/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{

"require": {
"illuminate/console": "v4.1.21",
"twig/twig": "v1.15.0"
},

"require-dev": {
"phpunit/phpunit": "3.7.*"
},

"autoload": {
"psr-0": {
"Raincolour": "src"
}
}

}
Loading

0 comments on commit 3b31f93

Please sign in to comment.