Home

Awesome

Base16 Builder

Easily build color variations of Base16 with YAML scheme definitions and ERB templates. See the Base16 repository for more information. Requires Ruby 1.9 or greater.

About the fork

It seems that original repo is no longer maintained.

There've been a lot of pull requests with fixes and enhancements that should have been merged so I decided to create a fork and merge them.

Usage

Build all schemes:

> ./base16

Build only the "default" theme:

> ./base16 -s schemes/default.yml

Build only the terminal-app termplate:

> ./base16 -t templates/terminal-app

Build a scheme stored on some webspace:

> ./base16 https://awesome-schemes.com/my-scheme.yml

Templates

Maintainers

License

Base16 Builder is released under the MIT License