Scope monkey colors package

This commit is contained in:
Matt Swensen 2020-04-25 06:29:52 -06:00
parent 658e87b816
commit bb50fe6cc4
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
9 changed files with 11 additions and 11 deletions

@ -122,7 +122,7 @@ npx \
| [themer-colors-night-sky](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-night-sky) | ![themer-colors-night-sky dark preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/assets/preview/themer-colors-night-sky-dark-swatch.svg) | (dark only) |
| [themer-colors-polar-ice](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-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/themer-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-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) |
### Ports from third-party themes

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

@ -1,4 +1,4 @@
# themer-colors-monkey
# @themer/colors-monkey
A [themer](https://github.com/mjswensen/themer) color set based on the image in [this tweet](https://twitter.com/pwnela/status/908823633283502080).
@ -6,8 +6,8 @@ A [themer](https://github.com/mjswensen/themer) color set based on the image in
Install this module wherever you have `themer` installed:
npm install themer-colors-monkey
npm install @themer/colors-monkey
Then pass `themer-colors-monkey` as a `-c` (`--colors`) arg to `themer`:
Then pass `@themer/colors-monkey` as a `-c` (`--colors`) arg to `themer`:
themer -c themer-colors-monkey ...
themer -c @themer/colors-monkey ...

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

@ -1,5 +1,5 @@
{
"name": "themer-colors-monkey",
"name": "@themer/colors-monkey",
"version": "2.0.0",
"description": "A color set for themer based on https://twitter.com/pwnela/status/908823633283502080.",
"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-monkey#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-monkey#readme",
"peerDependencies": {
"themer": "^3"
},

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

@ -1,6 +1,6 @@
# themer-wallpaper-shirts
A wallpaper template for [themer](https://github.com/mjswensen/themer). Here's a preview rendered using the [themer-colors-monkey](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-monkey) color set:
A wallpaper template for [themer](https://github.com/mjswensen/themer). Here's a preview rendered using the [@themer/colors-monkey](https://github.com/mjswensen/themer/tree/master/cli/packages/colors-monkey) color set:
![desktop dark](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/cli/packages/themer-wallpaper-shirts/assets/desktop-dark.svg)
![desktop light](https://cdn.jsdelivr.net/gh/mjswensen/themer@399430ac7b58691dc436761b1a03614898df92ba/cli/packages/themer-wallpaper-shirts/assets/desktop-light.svg)