Scope Right in the Teals colors package

This commit is contained in:
Matt Swensen 2020-04-25 07:00:58 -06:00
parent f1144b03f9
commit 328362e3ba
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
10 changed files with 10 additions and 10 deletions

@ -123,7 +123,7 @@ npx \
| [@themer/colors-polar-ice](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-polar-ice) | ![@themer/colors-polar-ice dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-polar-ice-dark-swatch.svg) | ![@themer/colors-polar-ice light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-polar-ice-light-swatch.svg) |
| [@themer/colors-finger-paint](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-finger-paint) | ![@themer/colors-finger-paint dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-finger-paint-dark-swatch.svg) | ![@themer/colors-finger-paint light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-finger-paint-light-swatch.svg) |
| [@themer/colors-monkey](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-monkey) | ![@themer/colors-monkey dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-monkey-dark-swatch.svg) | ![@themer/colors-monkey light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-monkey-light-swatch.svg) |
| [themer-colors-right-in-the-teals](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-right-in-the-teals) | ![themer-colors-right-in-the-teals dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-right-in-the-teals-dark-swatch.svg) | ![themer-colors-right-in-the-teals light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-right-in-the-teals-light-swatch.svg) |
| [@themer/colors-right-in-the-teals](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-right-in-the-teals) | ![@themer/colors-right-in-the-teals dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-right-in-the-teals-dark-swatch.svg) | ![@themer/colors-right-in-the-teals light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-right-in-the-teals-light-swatch.svg) |
### Ports from third-party themes

@ -0,0 +1,2 @@
version-tag-prefix @themer/colors-right-in-the-teals-v
version-git-message @themer/colors-right-in-the-teals-v%s

@ -1,4 +1,4 @@
# themer-colors-right-in-the-teals
# @themer/colors-right-in-the-teals
A [themer](https://github.com/mjswensen/themer) color set based on shades of teal.
@ -26,8 +26,8 @@ A [themer](https://github.com/mjswensen/themer) color set based on shades of tea
Install this module wherever you have `themer` installed:
npm install themer-colors-right-in-the-teals
npm install @themer/colors-right-in-the-teals
Then pass `themer-colors-right-in-the-teals` as a `-c` (`--colors`) arg to `themer`:
Then pass `@themer/colors-right-in-the-teals` as a `-c` (`--colors`) arg to `themer`:
themer -c themer-colors-right-in-the-teals ...
themer -c @themer/colors-right-in-the-teals ...

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

@ -1,6 +1,6 @@
const { colors } = require('./index');
describe('themer-colors-right-in-the-teals', () => {
describe('colors-right-in-the-teals', () => {
it('should define all required colors', () => {
const prefixes = [
'accent0',

@ -1,5 +1,5 @@
{
"name": "themer-colors-right-in-the-teals",
"name": "@themer/colors-right-in-the-teals",
"version": "1.0.0",
"description": "A themer color set based on shades of teal.",
"main": "lib/index.js",
@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-right-in-the-teals#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-right-in-the-teals#readme",
"peerDependencies": {
"themer": "^3"
},

@ -1,2 +0,0 @@
version-tag-prefix themer-colors-right-in-the-teals-v
version-git-message themer-colors-right-in-the-teals-v%s