Scope Nova colors package

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

@ -133,7 +133,7 @@ npx \
| [@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) |
| [@themer/colors-nova](https://github.com/mjswensen/themer/tree/master/cli/packages/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/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) |

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

@ -1,4 +1,4 @@
# themer-colors-nova
# @themer/colors-nova
A [themer](https://github.com/mjswensen/themer) color set ported from the [Nova project](https://trevordmiller.com/projects/nova) by [@trevordmiller](https://github.com/trevordmiller).
@ -6,8 +6,8 @@ A [themer](https://github.com/mjswensen/themer) color set ported from the [Nova
Install this module wherever you have `themer` installed:
npm install themer-colors-nova
npm install @themer/colors-nova
Then pass `themer-colors-nova` as a `-c` (`--colors`) arg to `themer`:
Then pass `@themer/colors-nova` as a `-c` (`--colors`) arg to `themer`:
themer -c themer-colors-nova ...
themer -c @themer/colors-nova ...

@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`themer-colors-nova should export valid themer color set 1`] = `
exports[`colors-nova should export valid themer color set 1`] = `
Object {
"dark": Object {
"accent0": "#DF8C8C",

@ -1,6 +1,6 @@
const { colors } = require('./index');
describe('themer-colors-nova', () => {
describe('colors-nova', () => {
it('should export valid themer color set', () => {
expect(colors).toMatchSnapshot();
});

@ -1,5 +1,5 @@
{
"name": "themer-colors-nova",
"name": "@themer/colors-nova",
"version": "1.0.3",
"description": "A themer port of the beautiful Nova color set.",
"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-nova#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-nova#readme",
"dependencies": {
"color": "^3.0.0",
"nova-colors": "^2.1.5"

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