themer/cli/packages/vscode/README.md

16 lines
450 B
Markdown
Raw Normal View History

2020-04-25 19:45:18 +00:00
# @themer/vscode
2017-08-05 20:42:29 +00:00
A VS Code theme generator for [themer](https://github.com/mjswensen/themer).
## Installation & usage
Install this module wherever you have `themer^2.1.0` installed:
2020-04-25 19:45:18 +00:00
npm install @themer/vscode
2017-08-05 20:42:29 +00:00
2020-04-25 19:45:18 +00:00
Then pass `@themer/vscode` as a `-t` (`--template`) argument to `themer`:
2017-08-05 20:42:29 +00:00
2020-04-25 19:45:18 +00:00
themer -c my-colors.js -t @themer/vscode -o gen
2017-08-05 20:42:29 +00:00
Installation instructions for the generated theme package will be included in `<output dir>/README.md`.