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

14 lines
373 B
Markdown
Raw Normal View History

2020-04-25 12:24:24 +00:00
# @themer/colors-mojave
2019-03-29 04:30:17 +00:00
A [themer](https://github.com/mjswensen/themer) color set based on the macOS Mojave light and dark UI modes.
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 12:24:24 +00:00
npm install @themer/colors-mojave
2019-03-29 04:30:17 +00:00
2020-04-25 12:24:24 +00:00
Then pass `@themer/colors-mojave` as a `-c` (`--colors`) arg to `themer`:
2019-03-29 04:30:17 +00:00
2020-04-25 12:24:24 +00:00
themer -c @themer/colors-mojave ...