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

14 lines
441 B
Markdown
Raw Normal View History

2020-04-25 12:37:49 +00:00
# @themer/colors-nova
2018-01-23 14:00:25 +00:00
A [themer](https://github.com/mjswensen/themer) color set ported from the [Nova project](https://trevordmiller.com/projects/nova) by [@trevordmiller](https://github.com/trevordmiller).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 12:37:49 +00:00
npm install @themer/colors-nova
2018-01-23 14:00:25 +00:00
2020-04-25 12:37:49 +00:00
Then pass `@themer/colors-nova` as a `-c` (`--colors`) arg to `themer`:
2018-01-23 14:00:25 +00:00
2020-04-25 12:37:49 +00:00
themer -c @themer/colors-nova ...