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

16 lines
574 B
Markdown
Raw Normal View History

2020-04-24 13:00:25 +00:00
# @themer/colors-dracula
A [themer](https://github.com/mjswensen/themer) color set based on the [Dracula theme](https://github.com/dracula/dracula-theme) by [Zeno Rocha](https://zenorocha.com/).
This theme is ported from the original open-source Dracula—see [draculatheme.com/pro](https://draculatheme.com/pro) for Dracula Pro.
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-24 13:00:25 +00:00
npm install @themer/colors-dracula
2020-04-24 13:00:25 +00:00
Then pass `@themer/colors-dracula` as a `-c` (`--colors`) arg to `themer`:
2020-04-24 13:00:25 +00:00
themer -c @themer/colors-dracula ...