themer/cli/packages/colors-night-sky/README.md

16 lines
634 B
Markdown
Raw Normal View History

2020-04-25 12:34:35 +00:00
# @themer/colors-night-sky
2017-01-24 01:18:11 +00:00
2016-12-20 03:10:23 +00:00
A dark blue theme for [themer](https://github.com/mjswensen/themer), with colors sampled from [this photo](https://unsplash.com/photos/oMpAz-DN-9I) by [Greg Rakozy](https://unsplash.com/@grakozy).
2020-04-15 12:44:01 +00:00
![swatch preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-night-sky-dark-swatch.svg)
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 12:34:35 +00:00
npm install @themer/colors-night-sky
2020-04-25 12:34:35 +00:00
Then pass `@themer/colors-night-sky` as a `-c` (`--colors`) arg to `themer`:
2020-04-25 12:34:35 +00:00
themer -c @themer/colors-night-sky ...