themer/cli/packages/colors-default/README.md
2020-04-24 10:30:09 -06:00

18 lines
655 B
Markdown

# @themer/colors-default
A default color set for [themer](https://github.com/mjswensen/themer).
![dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-default-dark-swatch.svg)
![light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-default-light-swatch.svg)
## Installation & usage
Install this module wherever you have `themer` installed:
npm install @themer/colors-default
Then pass `@themer/colors-default` as a `-c` (`--colors`) arg to `themer`:
themer -c @themer/colors-default ...