color-builder icon indicating copy to clipboard operation
color-builder copied to clipboard

base16 builder with solarized templates

Color Builder

Easily build color variations of Solarized with YAML scheme definitions and ERB templates.

I'm currently using this to generate parsec. You could create your own scheme 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 colorscheme and extract the colors out as variables. You can see some examples here or look at the base16-builder 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 and I will get to it as soon as I have a chance.

This is entirely copied from base16-builder and solarized