themer/cli/packages/colors-github-universe/README.md

16 lines
605 B
Markdown
Raw Normal View History

2020-04-24 13:17:01 +00:00
# @themer/colors-github-universe
2017-11-08 03:10:06 +00:00
A [themer](https://github.com/mjswensen/themer) color set based on the 2017 [GitHub Universe](https://githubuniverse.com/) color palette.
2020-04-15 12:44:01 +00:00
![swatch preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-github-universe-dark-swatch.svg)
2017-11-08 03:27:27 +00:00
2017-11-08 03:10:06 +00:00
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-24 13:17:01 +00:00
npm install @themer/colors-github-universe
2017-11-08 03:10:06 +00:00
2020-04-24 13:17:01 +00:00
Then pass `@themer/colors-github-universe` as a `-c` (`--colors`) arg to `themer`:
2017-11-08 03:10:06 +00:00
2020-04-24 13:17:01 +00:00
themer -c @themer/colors-github-universe ...