priduck-color-theme-cli-js/README.md

14 lines
654 B
Markdown

# Priduck Theme CLI
_A CLI for generating a tri-color theme based on a single hue and an even rotation around the color wheel._
Priduck (name is nonscense) is a color theme originally designed for [Fedran](https://fedran.com) where the base color is a hue (in degrees, 0-360) with with nine colors based on an even distribution around the wheel with nine-levels of brightness ranging from a near-black to a near-white.
## Debugging
The CLI uses [debug](https://github.com/debug-js/debug) for logging and (relatively) minor output. The CLI will produce no output unless the `DEBUG` environment variable is set, such as:
```shell
export DEBUG="*"
```