Scope Mojave colors package

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

@ -134,7 +134,7 @@ npx \
| [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) |
| [themer-colors-mojave](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-mojave) | ![themer-colors-mojave dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-mojave-dark-swatch.svg) | ![themer-colors-mojave light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-mojave-light-swatch.svg) |
| [@themer/colors-mojave](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-mojave) | ![@themer/colors-mojave dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-mojave-dark-swatch.svg) | ![@themer/colors-mojave light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-mojave-light-swatch.svg) |
| [themer-colors-rivet](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-rivet) | ![themer-colors-rivet dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-rivet-dark-swatch.svg) | ![themer-colors-rivet light preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-rivet-light-swatch.svg) |
| [@themer/colors-dracula](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-dracula) | ![@themer/colors-dracula preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@0a1c71ce1fd01ec56daca72be8b04db6d81b16b5/assets/preview/themer-colors-dracula-dark-swatch.svg) | (dark only) |
| [themer-colors-seti](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-seti) | ![themer-colors-seti preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@a0deeb0588fd67dec53ad506b302df9e493ad837/assets/preview/themer-colors-seti-dark-swatch.svg) | (dark only) |

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

@ -1,4 +1,4 @@
# themer-colors-mojave
# @themer/colors-mojave
A [themer](https://github.com/mjswensen/themer) color set based on the macOS Mojave light and dark UI modes.
@ -6,8 +6,8 @@ A [themer](https://github.com/mjswensen/themer) color set based on the macOS Moj
Install this module wherever you have `themer` installed:
npm install themer-colors-mojave
npm install @themer/colors-mojave
Then pass `themer-colors-mojave` as a `-c` (`--colors`) arg to `themer`:
Then pass `@themer/colors-mojave` as a `-c` (`--colors`) arg to `themer`:
themer -c themer-colors-mojave ...
themer -c @themer/colors-mojave ...

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

@ -1,5 +1,5 @@
{
"name": "themer-colors-mojave",
"name": "@themer/colors-mojave",
"version": "1.0.0",
"description": "A color set for themer based on macOS Mojave.",
"main": "lib/index.js",
@ -22,7 +22,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-mojave#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-mojave#readme",
"peerDependencies": {
"themer": "^3"
},

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