Skip to content

Commit 1b0efc1

Browse files
authored
Lighten zinc 900 and 1000 (#49)
* fix: lighten zinc 900 and 1000 * Update output configs --------- Co-authored-by: johanekhager <johanekhager@users.noreply.github.com>
1 parent 64b46f8 commit 1b0efc1

13 files changed

+40
-40
lines changed

dist/output/colors.spectrum.react.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Tue, 21 May 2024 06:44:12 GMT
4+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"black": "#000000",
@@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
2121
"700": "#3f3f46",
2222
"750": "#34353a",
2323
"800": "#28282b",
24-
"900": "#1c1c1e",
25-
"1000": "#0f0f10"
24+
"900": "#202022",
25+
"1000": "#151516"
2626
},
2727
"pink": {
2828
"50": "#fff0f5",

dist/output/colors.spectrum.tailwind.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Tue, 21 May 2024 06:44:12 GMT
4+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"black": "#000000",
@@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
2121
"700": "#3f3f46",
2222
"750": "#34353a",
2323
"800": "#28282b",
24-
"900": "#1c1c1e",
25-
"1000": "#0f0f10"
24+
"900": "#202022",
25+
"1000": "#151516"
2626
},
2727
"pink": {
2828
"50": "#fff0f5",

dist/output/colors.theme.dark.react.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Tue, 21 May 2024 06:44:12 GMT
4+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {
88
"mono": "#ffffff",
9-
"canvas": "#0f0f10",
9+
"canvas": "#151516",
1010
"neutral": {
11-
"default": "#1c1c1e",
11+
"default": "#202022",
1212
"hover": "#28282b",
13-
"weak": "#1c1c1e",
13+
"weak": "#202022",
1414
"weakHover": "#28282b",
1515
"medium": "#34353a",
1616
"mediumHover": "#57595f",
17-
"strong": "#0f0f10",
18-
"strongHover": "#1c1c1e"
17+
"strong": "#151516",
18+
"strongHover": "#202022"
1919
},
2020
"success": {
2121
"default": "#0c310e",
@@ -38,7 +38,7 @@ module.exports = /** @type {const} */ {
3838
"strongHover": "#d7256d",
3939
"strongActive": "#8e104a",
4040
"strongDisabled": "rgba(244,63,133, 0.5)",
41-
"medium": "#1c1c1e",
41+
"medium": "#202022",
4242
"mediumHover": "#28282b",
4343
"mediumActive": "#3f3f46",
4444
"weakHover": "#34353a",

dist/output/colors.theme.light.react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Tue, 21 May 2024 06:44:12 GMT
4+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {

dist/output/colors.theme.tailwind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Tue, 21 May 2024 06:44:12 GMT
4+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {

src/output/colors.spectrum.react.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 21 May 2024 06:44:12 GMT
3+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
44
*/
55

66
module.exports = /** @type {const} */ {
@@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
2121
"700": "#3f3f46",
2222
"750": "#34353a",
2323
"800": "#28282b",
24-
"900": "#1c1c1e",
25-
"1000": "#0f0f10"
24+
"900": "#202022",
25+
"1000": "#151516"
2626
},
2727
"pink": {
2828
"50": "#fff0f5",

src/output/colors.spectrum.tailwind.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 21 May 2024 06:44:12 GMT
3+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
44
*/
55

66
module.exports = /** @type {const} */ {
@@ -21,8 +21,8 @@ module.exports = /** @type {const} */ {
2121
"700": "#3f3f46",
2222
"750": "#34353a",
2323
"800": "#28282b",
24-
"900": "#1c1c1e",
25-
"1000": "#0f0f10"
24+
"900": "#202022",
25+
"1000": "#151516"
2626
},
2727
"pink": {
2828
"50": "#fff0f5",

src/output/colors.theme.dark.react.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 21 May 2024 06:44:12 GMT
3+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
44
*/
55

66
module.exports = /** @type {const} */ {
77
"background": {
88
"mono": "#ffffff",
9-
"canvas": "#0f0f10",
9+
"canvas": "#151516",
1010
"neutral": {
11-
"default": "#1c1c1e",
11+
"default": "#202022",
1212
"hover": "#28282b",
13-
"weak": "#1c1c1e",
13+
"weak": "#202022",
1414
"weakHover": "#28282b",
1515
"medium": "#34353a",
1616
"mediumHover": "#57595f",
17-
"strong": "#0f0f10",
18-
"strongHover": "#1c1c1e"
17+
"strong": "#151516",
18+
"strongHover": "#202022"
1919
},
2020
"success": {
2121
"default": "#0c310e",
@@ -38,7 +38,7 @@ module.exports = /** @type {const} */ {
3838
"strongHover": "#d7256d",
3939
"strongActive": "#8e104a",
4040
"strongDisabled": "rgba(244,63,133, 0.5)",
41-
"medium": "#1c1c1e",
41+
"medium": "#202022",
4242
"mediumHover": "#28282b",
4343
"mediumActive": "#3f3f46",
4444
"weakHover": "#34353a",

src/output/colors.theme.light.react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 21 May 2024 06:44:12 GMT
3+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
44
*/
55

66
module.exports = /** @type {const} */ {

src/output/colors.theme.tailwind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 21 May 2024 06:44:12 GMT
3+
* Generated on Fri, 13 Sep 2024 08:15:42 GMT
44
*/
55

66
module.exports = /** @type {const} */ {

src/output/theme-dark.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.theme-dark {
22
--color-background-mono: rgb(255, 255, 255);
3-
--color-background-canvas: rgb(15, 15, 16);
4-
--color-background-neutral-default: rgb(28, 28, 30);
3+
--color-background-canvas: rgb(21, 21, 22);
4+
--color-background-neutral-default: rgb(32, 32, 34);
55
--color-background-neutral-hover: rgb(40, 40, 43);
6-
--color-background-neutral-weak: rgb(28, 28, 30);
6+
--color-background-neutral-weak: rgb(32, 32, 34);
77
--color-background-neutral-weak-hover: rgb(40, 40, 43);
88
--color-background-neutral-medium: rgb(52, 53, 58);
99
--color-background-neutral-medium-hover: rgb(87, 89, 95);
10-
--color-background-neutral-strong: rgb(15, 15, 16);
11-
--color-background-neutral-strong-hover: rgb(28, 28, 30);
10+
--color-background-neutral-strong: rgb(21, 21, 22);
11+
--color-background-neutral-strong-hover: rgb(32, 32, 34);
1212
--color-background-success-default: rgb(12, 49, 14);
1313
--color-background-success-strong: rgb(22, 101, 26);
1414
--color-background-danger-default: rgb(79, 18, 18);
@@ -21,7 +21,7 @@
2121
--color-background-action-strong-hover: rgb(215, 37, 109);
2222
--color-background-action-strong-active: rgb(142, 16, 74);
2323
--color-background-action-strong-disabled: rgba(244,63,133, 0.5);
24-
--color-background-action-medium: rgb(28, 28, 30);
24+
--color-background-action-medium: rgb(32, 32, 34);
2525
--color-background-action-medium-hover: rgb(40, 40, 43);
2626
--color-background-action-medium-active: rgb(63, 63, 70);
2727
--color-background-action-weak-hover: rgb(52, 53, 58);

tokens.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"type": "color"
6868
},
6969
"900": {
70-
"value": "#1c1c1e",
70+
"value": "#202022",
7171
"type": "color"
7272
},
7373
"1000": {
74-
"value": "#0f0f10",
74+
"value": "#151516",
7575
"type": "color"
7676
}
7777
},

tokens/spectrum.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
"type": "color"
6767
},
6868
"900": {
69-
"value": "#1c1c1e",
69+
"value": "#202022",
7070
"type": "color"
7171
},
7272
"1000": {
73-
"value": "#0f0f10",
73+
"value": "#151516",
7474
"type": "color"
7575
}
7676
},

0 commit comments

Comments
 (0)