A LCH-based theme centered around a single hue that produces nine colors eventually spaced around the color wheel at nine levels of brightness.
examples | ||
src | ||
.editorconfig | ||
.envrc | ||
.gitignore | ||
.npmignore | ||
.prettierignore | ||
CODE_OF_CONDUCT.md | ||
DCO.md | ||
flake.lock | ||
flake.nix | ||
Justfile | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md |
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 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 for logging and (relatively) minor output. The CLI will produce no output unless the DEBUG
environment variable is set, such as:
export DEBUG="*"