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

14 lines
466 B
Markdown
Raw Normal View History

2020-04-25 13:07:05 +00:00
# @themer/colors-seti
2020-04-19 00:58:15 +00:00
A [themer](https://github.com/mjswensen/themer) color set based on the popular Seti theme for Atom ([UI theme](https://github.com/jesseweed/seti-ui) / [syntax theme](https://github.com/jesseweed/seti-syntax)).
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 13:07:05 +00:00
npm install @themer/colors-seti
2020-04-19 00:58:15 +00:00
2020-04-25 13:07:05 +00:00
Then pass `@themer/colors-seti` as a `-c` (`--colors`) arg to `themer`:
2020-04-19 00:58:15 +00:00
2020-04-25 13:07:05 +00:00
themer -c @themer/colors-seti ...