themer/cli/packages/colors-default/README.md

18 lines
655 B
Markdown
Raw Normal View History

2020-04-24 12:56:56 +00:00
# @themer/colors-default
2017-01-24 01:07:36 +00:00
2016-11-29 14:02:17 +00:00
A default color set for [themer](https://github.com/mjswensen/themer).
2016-11-27 05:48:41 +00:00
2020-04-15 12:44:01 +00:00
![dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-default-dark-swatch.svg)
2017-09-27 11:51:23 +00:00
2020-04-15 12:44:01 +00:00
![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:
2020-04-24 12:56:56 +00:00
npm install @themer/colors-default
2020-04-24 12:56:56 +00:00
Then pass `@themer/colors-default` as a `-c` (`--colors`) arg to `themer`:
2020-04-24 12:56:56 +00:00
themer -c @themer/colors-default ...