Scope Lucid colors package

This commit is contained in:
Matt Swensen 2020-04-25 06:17:11 -06:00
parent 4e9abec03b
commit 1ec44c06c6
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
10 changed files with 9 additions and 9 deletions

@ -130,7 +130,7 @@ npx \
| Name | Dark Preview | Light Preview |
| --- | --- | --- |
| [themer-colors-one](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-one) | ![themer-colors-one dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-one-dark-swatch.svg) | ![themer-colors-one light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-one-light-swatch.svg) |
| [themer-colors-lucid](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-lucid) | ![themer-colors-lucid dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-lucid-dark-swatch.svg) | ![themer-colors-lucid light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-lucid-light-swatch.svg) |
| [@themer/colors-lucid](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-lucid) | ![@themer/colors-lucid dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-lucid-dark-swatch.svg) | ![@themer/colors-lucid light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-lucid-light-swatch.svg) |
| [themer-colors-solarized](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-solarized) | ![themer-colors-solarized dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-solarized-dark-swatch.svg) | ![themer-colors-solarized light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-solarized-light-swatch.svg) |
| [@themer/colors-github-universe](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-github-universe) | ![!themer/colors-github-universe preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-github-universe-dark-swatch.svg) | (dark only) |
| [themer-colors-nova](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-nova) | ![themer-colors-nova preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-nova-dark-swatch.svg) | (dark only) |

@ -0,0 +1,2 @@
version-tag-prefix @themer/colors-lucid-v
version-git-message @themer/colors-lucid-v%s

@ -1,4 +1,4 @@
# themer-colors-lucid
# @themer/colors-lucid
A [themer](https://github.com/mjswensen/themer) color set based on the [Lucidchart editor](https://lucidchart.com/demo).
@ -8,8 +8,8 @@ A [themer](https://github.com/mjswensen/themer) color set based on the [Lucidcha
Install this module wherever you have `themer` installed:
npm install themer-colors-lucid
npm install @themer/colors-lucid
Then pass `themer-colors-lucid` as a `-c` (`--colors`) arg to `themer`:
Then pass `@themer/colors-lucid` as a `-c` (`--colors`) arg to `themer`:
themer -c themer-colors-lucid ...
themer -c @themer/colors-lucid ...

Before

Width:  |  Height:  |  Size: 487 KiB

After

Width:  |  Height:  |  Size: 487 KiB

@ -1,5 +1,5 @@
{
"name": "themer-colors-lucid",
"name": "@themer/colors-lucid",
"version": "1.0.3",
"description": "A color set for themer based on the Lucidchart editor.",
"main": "lib/index.js",
@ -28,7 +28,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-lucid#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-lucid#readme",
"devDependencies": {},
"dependencies": {}
}

@ -1,2 +0,0 @@
version-tag-prefix themer-colors-lucid-v
version-git-message themer-colors-lucid-v%s