https://github.com/keith/color-builder
base16 builder with solarized templates
https://github.com/keith/color-builder
Last synced: 4 days ago
JSON representation
base16 builder with solarized templates
- Host: GitHub
- URL: https://github.com/keith/color-builder
- Owner: keith
- License: other
- Created: 2014-07-12T17:40:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T06:13:33.000Z (almost 10 years ago)
- Last Synced: 2025-01-22T03:35:21.778Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 296 KB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Color Builder
Easily build color variations of Solarized with YAML scheme definitions and ERB templates.
I'm currently using this to generate
[parsec](https://github.com/Keithbsmiley/parsec). You could create your
own
[scheme](https://github.com/Keithbsmiley/color-builder/blob/master/schemes/parsec.yml)
though.
## Usage
$ ./build
Build all schemes
$ ./build default.yml
Build only the "default" theme
$ ./build https://awesome-schemes.com/my-scheme.yml
Build a scheme from a URL (note, these are not the same as base16
schemes)
## Templates
- iTerm 2
- Vim
- Xcode
### Adding templates
- Grab the corresponding
[solarzied](https://github.com/altercation/solarized) colorscheme and
extract the colors out as variables. You can see some examples
[here](https://github.com/Keithbsmiley/color-builder/tree/master/templates)
or look at the
[base16-builder](https://github.com/chriskempson/base16-builder/tree/master/templates)
templates. If there isn't any difference between the solarized and
base16 templates besides the colors than you can just grab the
base16 version and add that.
- Otherwise create [an
issue](https://github.com/Keithbsmiley/color-builder/issues) and I
will get to it as soon as I have a chance.
---
This is entirely copied from
[base16-builder](https://github.com/chriskempson/base16-builder) and
[solarized](https://github.com/altercation/solarized)