Skip to content

Commit

Permalink
Lighter neutral on dark (#51)
Browse files Browse the repository at this point in the history
* fix: lighter neutral on dark

* Update output configs

---------

Co-authored-by: johanekhager <[email protected]>
  • Loading branch information
johanekhager and johanekhager authored Sep 16, 2024
1 parent 5cf0b95 commit 2d01b4f
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion 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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
2 changes: 1 addition & 1 deletion 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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
6 changes: 3 additions & 3 deletions dist/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
"use strict";
/**
* Do not edit directly
* Generated on Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/
module.exports = /** @type {const} */ {
"background": {
"mono": "#ffffff",
"canvas": "#202022",
"neutral": {
"default": "#202022",
"hover": "#28282b",
"default": "#28282b",
"hover": "#34353a",
"weak": "#28282b",
"weakHover": "#34353a",
"medium": "#3f3f46",
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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion 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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion 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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
6 changes: 3 additions & 3 deletions src/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* Do not edit directly
* Generated on Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/

module.exports = /** @type {const} */ {
"background": {
"mono": "#ffffff",
"canvas": "#202022",
"neutral": {
"default": "#202022",
"hover": "#28282b",
"default": "#28282b",
"hover": "#34353a",
"weak": "#28282b",
"weakHover": "#34353a",
"medium": "#3f3f46",
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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 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 Fri, 13 Sep 2024 13:09:04 GMT
* Generated on Mon, 16 Sep 2024 06:19:50 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
4 changes: 2 additions & 2 deletions src/output/theme-dark.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.theme-dark {
--color-background-mono: rgb(255, 255, 255);
--color-background-canvas: rgb(32, 32, 34);
--color-background-neutral-default: rgb(32, 32, 34);
--color-background-neutral-hover: rgb(40, 40, 43);
--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);
Expand Down
8 changes: 4 additions & 4 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2692,14 +2692,14 @@
},
"neutral": {
"DEFAULT": {
"value": "{color.zinc.900}",
"value": "{color.zinc.800}",
"type": "color",
"description": "{color.zinc.900}"
"description": "{color.zinc.800}"
},
"hover": {
"value": "{color.zinc.800}",
"value": "{color.zinc.750}",
"type": "color",
"description": "{color.zinc.800}"
"description": "{color.zinc.750}"
},
"weak": {
"value": "{color.zinc.800}",
Expand Down
8 changes: 4 additions & 4 deletions tokens/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"neutral": {
"DEFAULT": {
"value": "{color.zinc.900}",
"value": "{color.zinc.800}",
"type": "color",
"description": "{color.zinc.900}",
"description": "{color.zinc.800}",
"failedToResolve": true
},
"hover": {
"value": "{color.zinc.800}",
"value": "{color.zinc.750}",
"type": "color",
"description": "{color.zinc.800}",
"description": "{color.zinc.750}",
"failedToResolve": true
},
"weak": {
Expand Down

0 comments on commit 2d01b4f

Please sign in to comment.