Skip to content

Commit

Permalink
Bring back zinc 900 (#52)
Browse files Browse the repository at this point in the history
* fix: bring back zinc 900

* Update output configs

* bring back zinc 1000

* Update output configs

---------

Co-authored-by: johanekhager <[email protected]>
  • Loading branch information
johanekhager and johanekhager authored Sep 16, 2024
1 parent 4faa6d1 commit ccc4f60
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions dist/output/colors.spectrum.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand All @@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"1000": "#151516"
"900": "#1C1C1E",
"1000": "#0f0f10"
},
"pink": {
"50": "#fff0f5",
Expand Down
6 changes: 3 additions & 3 deletions dist/output/colors.spectrum.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand All @@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"1000": "#151516"
"900": "#1C1C1E",
"1000": "#0f0f10"
},
"pink": {
"50": "#fff0f5",
Expand Down
10 changes: 5 additions & 5 deletions dist/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/
module.exports = /** @type {const} */ {
"background": {
"mono": "#ffffff",
"canvas": "#202022",
"canvas": "#1C1C1E",
"neutral": {
"default": "#28282b",
"hover": "#34353a",
"weak": "#28282b",
"weakHover": "#34353a",
"medium": "#3f3f46",
"mediumHover": "#57595f",
"strong": "#151516",
"strongHover": "#202022"
"strong": "#0f0f10",
"strongHover": "#1C1C1E"
},
"success": {
"default": "#0c310e",
Expand All @@ -38,7 +38,7 @@ module.exports = /** @type {const} */ {
"strongHover": "#d7256d",
"strongActive": "#8e104a",
"strongDisabled": "rgba(244,63,133, 0.5)",
"medium": "#202022",
"medium": "#1C1C1E",
"mediumHover": "#28282b",
"mediumActive": "#3f3f46",
"weakHover": "#34353a",
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.theme.light.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.theme.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
6 changes: 3 additions & 3 deletions src/output/colors.spectrum.react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/

module.exports = /** @type {const} */ {
Expand All @@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"1000": "#151516"
"900": "#1C1C1E",
"1000": "#0f0f10"
},
"pink": {
"50": "#fff0f5",
Expand Down
6 changes: 3 additions & 3 deletions src/output/colors.spectrum.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/

module.exports = /** @type {const} */ {
Expand All @@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
"700": "#3f3f46",
"750": "#34353a",
"800": "#28282b",
"900": "#202022",
"1000": "#151516"
"900": "#1C1C1E",
"1000": "#0f0f10"
},
"pink": {
"50": "#fff0f5",
Expand Down
10 changes: 5 additions & 5 deletions src/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/

module.exports = /** @type {const} */ {
"background": {
"mono": "#ffffff",
"canvas": "#202022",
"canvas": "#1C1C1E",
"neutral": {
"default": "#28282b",
"hover": "#34353a",
"weak": "#28282b",
"weakHover": "#34353a",
"medium": "#3f3f46",
"mediumHover": "#57595f",
"strong": "#151516",
"strongHover": "#202022"
"strong": "#0f0f10",
"strongHover": "#1C1C1E"
},
"success": {
"default": "#0c310e",
Expand All @@ -38,7 +38,7 @@ module.exports = /** @type {const} */ {
"strongHover": "#d7256d",
"strongActive": "#8e104a",
"strongDisabled": "rgba(244,63,133, 0.5)",
"medium": "#202022",
"medium": "#1C1C1E",
"mediumHover": "#28282b",
"mediumActive": "#3f3f46",
"weakHover": "#34353a",
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.theme.light.react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.theme.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
* Generated on Mon, 16 Sep 2024 07:15:31 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
8 changes: 4 additions & 4 deletions src/output/theme-dark.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.theme-dark {
--color-background-mono: rgb(255, 255, 255);
--color-background-canvas: rgb(32, 32, 34);
--color-background-canvas: rgb(28, 28, 30);
--color-background-neutral-default: rgb(40, 40, 43);
--color-background-neutral-hover: rgb(52, 53, 58);
--color-background-neutral-weak: rgb(40, 40, 43);
--color-background-neutral-weak-hover: rgb(52, 53, 58);
--color-background-neutral-medium: rgb(63, 63, 70);
--color-background-neutral-medium-hover: rgb(87, 89, 95);
--color-background-neutral-strong: rgb(21, 21, 22);
--color-background-neutral-strong-hover: rgb(32, 32, 34);
--color-background-neutral-strong: rgb(15, 15, 16);
--color-background-neutral-strong-hover: rgb(28, 28, 30);
--color-background-success-default: rgb(12, 49, 14);
--color-background-success-strong: rgb(22, 101, 26);
--color-background-danger-default: rgb(79, 18, 18);
Expand All @@ -21,7 +21,7 @@
--color-background-action-strong-hover: rgb(215, 37, 109);
--color-background-action-strong-active: rgb(142, 16, 74);
--color-background-action-strong-disabled: rgba(244,63,133, 0.5);
--color-background-action-medium: rgb(32, 32, 34);
--color-background-action-medium: rgb(28, 28, 30);
--color-background-action-medium-hover: rgb(40, 40, 43);
--color-background-action-medium-active: rgb(63, 63, 70);
--color-background-action-weak-hover: rgb(52, 53, 58);
Expand Down
4 changes: 2 additions & 2 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"type": "color"
},
"900": {
"value": "#202022",
"value": "#1C1C1E",
"type": "color"
},
"1000": {
"value": "#151516",
"value": "#0f0f10",
"type": "color"
}
},
Expand Down
4 changes: 2 additions & 2 deletions tokens/spectrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"type": "color"
},
"900": {
"value": "#202022",
"value": "#1C1C1E",
"type": "color"
},
"1000": {
"value": "#151516",
"value": "#0f0f10",
"type": "color"
}
},
Expand Down

0 comments on commit ccc4f60

Please sign in to comment.