@diskette/palette 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/commands/generate.d.ts +0 -10
- package/dist/cli/commands/generate.js +22 -23
- package/dist/colors/amber.d.ts +12 -112
- package/dist/colors/amber.js +115 -114
- package/dist/colors/blue.d.ts +12 -112
- package/dist/colors/blue.js +115 -114
- package/dist/colors/bronze.d.ts +12 -112
- package/dist/colors/bronze.js +115 -114
- package/dist/colors/brown.d.ts +12 -112
- package/dist/colors/brown.js +115 -114
- package/dist/colors/crimson.d.ts +12 -112
- package/dist/colors/crimson.js +115 -114
- package/dist/colors/cyan.d.ts +12 -112
- package/dist/colors/cyan.js +115 -114
- package/dist/colors/gold.d.ts +12 -112
- package/dist/colors/gold.js +115 -114
- package/dist/colors/grass.d.ts +12 -112
- package/dist/colors/grass.js +115 -114
- package/dist/colors/gray.d.ts +12 -112
- package/dist/colors/gray.js +115 -114
- package/dist/colors/green.d.ts +12 -112
- package/dist/colors/green.js +115 -114
- package/dist/colors/indigo.d.ts +12 -112
- package/dist/colors/indigo.js +115 -114
- package/dist/colors/iris.d.ts +12 -112
- package/dist/colors/iris.js +115 -114
- package/dist/colors/jade.d.ts +12 -112
- package/dist/colors/jade.js +115 -114
- package/dist/colors/lime.d.ts +12 -112
- package/dist/colors/lime.js +115 -114
- package/dist/colors/mauve.d.ts +12 -112
- package/dist/colors/mauve.js +115 -114
- package/dist/colors/mint.d.ts +12 -112
- package/dist/colors/mint.js +115 -114
- package/dist/colors/olive.d.ts +12 -112
- package/dist/colors/olive.js +115 -114
- package/dist/colors/orange.d.ts +12 -112
- package/dist/colors/orange.js +115 -114
- package/dist/colors/pink.d.ts +12 -112
- package/dist/colors/pink.js +115 -114
- package/dist/colors/plum.d.ts +12 -112
- package/dist/colors/plum.js +115 -114
- package/dist/colors/purple.d.ts +12 -112
- package/dist/colors/purple.js +115 -114
- package/dist/colors/red.d.ts +12 -112
- package/dist/colors/red.js +115 -114
- package/dist/colors/ruby.d.ts +12 -112
- package/dist/colors/ruby.js +115 -114
- package/dist/colors/sage.d.ts +12 -112
- package/dist/colors/sage.js +115 -114
- package/dist/colors/sand.d.ts +12 -112
- package/dist/colors/sand.js +115 -114
- package/dist/colors/sky.d.ts +12 -112
- package/dist/colors/sky.js +115 -114
- package/dist/colors/slate.d.ts +12 -112
- package/dist/colors/slate.js +115 -114
- package/dist/colors/teal.d.ts +12 -112
- package/dist/colors/teal.js +115 -114
- package/dist/colors/tomato.d.ts +12 -112
- package/dist/colors/tomato.js +115 -114
- package/dist/colors/violet.d.ts +12 -112
- package/dist/colors/violet.js +115 -114
- package/dist/colors/yellow.d.ts +12 -112
- package/dist/colors/yellow.js +115 -114
- package/dist/css.d.ts +2 -2
- package/dist/css.js +6 -5
- package/dist/index.d.ts +314 -3414
- package/dist/index.js +1 -2
- package/dist/types.d.ts +9 -12
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +8 -0
- package/package.json +1 -1
package/dist/colors/gold.d.ts
CHANGED
|
@@ -1,125 +1,25 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
light: {
|
|
4
|
-
gold1: string;
|
|
5
|
-
gold2: string;
|
|
6
|
-
gold3: string;
|
|
7
|
-
gold4: string;
|
|
8
|
-
gold5: string;
|
|
9
|
-
gold6: string;
|
|
10
|
-
gold7: string;
|
|
11
|
-
gold8: string;
|
|
12
|
-
gold9: string;
|
|
13
|
-
gold10: string;
|
|
14
|
-
gold11: string;
|
|
15
|
-
gold12: string;
|
|
16
|
-
goldA1: string;
|
|
17
|
-
goldA2: string;
|
|
18
|
-
goldA3: string;
|
|
19
|
-
goldA4: string;
|
|
20
|
-
goldA5: string;
|
|
21
|
-
goldA6: string;
|
|
22
|
-
goldA7: string;
|
|
23
|
-
goldA8: string;
|
|
24
|
-
goldA9: string;
|
|
25
|
-
goldA10: string;
|
|
26
|
-
goldA11: string;
|
|
27
|
-
goldA12: string;
|
|
28
|
-
};
|
|
29
|
-
dark: {
|
|
30
|
-
gold1: string;
|
|
31
|
-
gold2: string;
|
|
32
|
-
gold3: string;
|
|
33
|
-
gold4: string;
|
|
34
|
-
gold5: string;
|
|
35
|
-
gold6: string;
|
|
36
|
-
gold7: string;
|
|
37
|
-
gold8: string;
|
|
38
|
-
gold9: string;
|
|
39
|
-
gold10: string;
|
|
40
|
-
gold11: string;
|
|
41
|
-
gold12: string;
|
|
42
|
-
goldA1: string;
|
|
43
|
-
goldA2: string;
|
|
44
|
-
goldA3: string;
|
|
45
|
-
goldA4: string;
|
|
46
|
-
goldA5: string;
|
|
47
|
-
goldA6: string;
|
|
48
|
-
goldA7: string;
|
|
49
|
-
goldA8: string;
|
|
50
|
-
goldA9: string;
|
|
51
|
-
goldA10: string;
|
|
52
|
-
goldA11: string;
|
|
53
|
-
goldA12: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
gold1: string;
|
|
59
|
-
gold2: string;
|
|
60
|
-
gold3: string;
|
|
61
|
-
gold4: string;
|
|
62
|
-
gold5: string;
|
|
63
|
-
gold6: string;
|
|
64
|
-
gold7: string;
|
|
65
|
-
gold8: string;
|
|
66
|
-
gold9: string;
|
|
67
|
-
gold10: string;
|
|
68
|
-
gold11: string;
|
|
69
|
-
gold12: string;
|
|
70
|
-
goldA1: string;
|
|
71
|
-
goldA2: string;
|
|
72
|
-
goldA3: string;
|
|
73
|
-
goldA4: string;
|
|
74
|
-
goldA5: string;
|
|
75
|
-
goldA6: string;
|
|
76
|
-
goldA7: string;
|
|
77
|
-
goldA8: string;
|
|
78
|
-
goldA9: string;
|
|
79
|
-
goldA10: string;
|
|
80
|
-
goldA11: string;
|
|
81
|
-
goldA12: string;
|
|
82
|
-
};
|
|
83
|
-
dark: {
|
|
84
|
-
gold1: string;
|
|
85
|
-
gold2: string;
|
|
86
|
-
gold3: string;
|
|
87
|
-
gold4: string;
|
|
88
|
-
gold5: string;
|
|
89
|
-
gold6: string;
|
|
90
|
-
gold7: string;
|
|
91
|
-
gold8: string;
|
|
92
|
-
gold9: string;
|
|
93
|
-
gold10: string;
|
|
94
|
-
gold11: string;
|
|
95
|
-
gold12: string;
|
|
96
|
-
goldA1: string;
|
|
97
|
-
goldA2: string;
|
|
98
|
-
goldA3: string;
|
|
99
|
-
goldA4: string;
|
|
100
|
-
goldA5: string;
|
|
101
|
-
goldA6: string;
|
|
102
|
-
goldA7: string;
|
|
103
|
-
goldA8: string;
|
|
104
|
-
goldA9: string;
|
|
105
|
-
goldA10: string;
|
|
106
|
-
goldA11: string;
|
|
107
|
-
goldA12: string;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
contrast: string;
|
|
2
|
+
name: "gold";
|
|
111
3
|
indicator: string;
|
|
4
|
+
contrast: string;
|
|
112
5
|
track: string;
|
|
113
6
|
surface: {
|
|
114
|
-
|
|
7
|
+
p3: {
|
|
115
8
|
light: string;
|
|
116
9
|
dark: string;
|
|
117
10
|
};
|
|
118
|
-
|
|
11
|
+
srgb: {
|
|
119
12
|
light: string;
|
|
120
13
|
dark: string;
|
|
121
14
|
};
|
|
122
15
|
};
|
|
123
|
-
|
|
16
|
+
srgb: {
|
|
17
|
+
light: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
18
|
+
dark: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
19
|
+
};
|
|
20
|
+
p3: {
|
|
21
|
+
light: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
22
|
+
dark: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
23
|
+
};
|
|
124
24
|
};
|
|
125
25
|
export default _default;
|
package/dist/colors/gold.js
CHANGED
|
@@ -1,124 +1,125 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
light: {
|
|
4
|
-
gold1: '#fdfdfc',
|
|
5
|
-
gold2: '#faf9f2',
|
|
6
|
-
gold3: '#f2f0e7',
|
|
7
|
-
gold4: '#eae6db',
|
|
8
|
-
gold5: '#e1dccf',
|
|
9
|
-
gold6: '#d8d0bf',
|
|
10
|
-
gold7: '#cbc0aa',
|
|
11
|
-
gold8: '#b9a88d',
|
|
12
|
-
gold9: '#978365',
|
|
13
|
-
gold10: '#8c7a5e',
|
|
14
|
-
gold11: '#71624b',
|
|
15
|
-
gold12: '#3b352b',
|
|
16
|
-
goldA1: '#55550003',
|
|
17
|
-
goldA2: '#9d8a000d',
|
|
18
|
-
goldA3: '#75600018',
|
|
19
|
-
goldA4: '#6b4e0024',
|
|
20
|
-
goldA5: '#60460030',
|
|
21
|
-
goldA6: '#64440040',
|
|
22
|
-
goldA7: '#63420055',
|
|
23
|
-
goldA8: '#633d0072',
|
|
24
|
-
goldA9: '#5332009a',
|
|
25
|
-
goldA10: '#492d00a1',
|
|
26
|
-
goldA11: '#362100b4',
|
|
27
|
-
goldA12: '#130c00d4',
|
|
28
|
-
},
|
|
29
|
-
dark: {
|
|
30
|
-
gold1: '#121211',
|
|
31
|
-
gold2: '#1b1a17',
|
|
32
|
-
gold3: '#24231f',
|
|
33
|
-
gold4: '#2d2b26',
|
|
34
|
-
gold5: '#38352e',
|
|
35
|
-
gold6: '#444039',
|
|
36
|
-
gold7: '#544f46',
|
|
37
|
-
gold8: '#696256',
|
|
38
|
-
gold9: '#978365',
|
|
39
|
-
gold10: '#a39073',
|
|
40
|
-
gold11: '#cbb99f',
|
|
41
|
-
gold12: '#e8e2d9',
|
|
42
|
-
goldA1: '#91911102',
|
|
43
|
-
goldA2: '#f9e29d0b',
|
|
44
|
-
goldA3: '#f8ecbb15',
|
|
45
|
-
goldA4: '#ffeec41e',
|
|
46
|
-
goldA5: '#feecc22a',
|
|
47
|
-
goldA6: '#feebcb37',
|
|
48
|
-
goldA7: '#ffedcd48',
|
|
49
|
-
goldA8: '#fdeaca5f',
|
|
50
|
-
goldA9: '#ffdba690',
|
|
51
|
-
goldA10: '#fedfb09d',
|
|
52
|
-
goldA11: '#fee7c6c8',
|
|
53
|
-
goldA12: '#fef7ede7',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
gold1: 'color(display-p3 0.992 0.992 0.989)',
|
|
59
|
-
gold2: 'color(display-p3 0.98 0.976 0.953)',
|
|
60
|
-
gold3: 'color(display-p3 0.947 0.94 0.909)',
|
|
61
|
-
gold4: 'color(display-p3 0.914 0.904 0.865)',
|
|
62
|
-
gold5: 'color(display-p3 0.88 0.865 0.816)',
|
|
63
|
-
gold6: 'color(display-p3 0.84 0.818 0.756)',
|
|
64
|
-
gold7: 'color(display-p3 0.788 0.753 0.677)',
|
|
65
|
-
gold8: 'color(display-p3 0.715 0.66 0.565)',
|
|
66
|
-
gold9: 'color(display-p3 0.579 0.517 0.41)',
|
|
67
|
-
gold10: 'color(display-p3 0.538 0.479 0.38)',
|
|
68
|
-
gold11: 'color(display-p3 0.433 0.386 0.305)',
|
|
69
|
-
gold12: 'color(display-p3 0.227 0.209 0.173)',
|
|
70
|
-
goldA1: 'color(display-p3 0.349 0.349 0.024 / 0.012)',
|
|
71
|
-
goldA2: 'color(display-p3 0.592 0.514 0.024 / 0.048)',
|
|
72
|
-
goldA3: 'color(display-p3 0.4 0.357 0.012 / 0.091)',
|
|
73
|
-
goldA4: 'color(display-p3 0.357 0.298 0.008 / 0.134)',
|
|
74
|
-
goldA5: 'color(display-p3 0.345 0.282 0.004 / 0.185)',
|
|
75
|
-
goldA6: 'color(display-p3 0.341 0.263 0.004 / 0.244)',
|
|
76
|
-
goldA7: 'color(display-p3 0.345 0.235 0.004 / 0.322)',
|
|
77
|
-
goldA8: 'color(display-p3 0.345 0.22 0.004 / 0.436)',
|
|
78
|
-
goldA9: 'color(display-p3 0.286 0.18 0 / 0.589)',
|
|
79
|
-
goldA10: 'color(display-p3 0.255 0.161 0 / 0.62)',
|
|
80
|
-
goldA11: 'color(display-p3 0.433 0.386 0.305)',
|
|
81
|
-
goldA12: 'color(display-p3 0.227 0.209 0.173)',
|
|
82
|
-
},
|
|
83
|
-
dark: {
|
|
84
|
-
gold1: 'color(display-p3 0.071 0.071 0.067)',
|
|
85
|
-
gold2: 'color(display-p3 0.104 0.101 0.09)',
|
|
86
|
-
gold3: 'color(display-p3 0.141 0.136 0.122)',
|
|
87
|
-
gold4: 'color(display-p3 0.177 0.17 0.152)',
|
|
88
|
-
gold5: 'color(display-p3 0.217 0.207 0.185)',
|
|
89
|
-
gold6: 'color(display-p3 0.265 0.252 0.225)',
|
|
90
|
-
gold7: 'color(display-p3 0.327 0.31 0.277)',
|
|
91
|
-
gold8: 'color(display-p3 0.407 0.384 0.342)',
|
|
92
|
-
gold9: 'color(display-p3 0.579 0.517 0.41)',
|
|
93
|
-
gold10: 'color(display-p3 0.628 0.566 0.463)',
|
|
94
|
-
gold11: 'color(display-p3 0.784 0.728 0.635)',
|
|
95
|
-
gold12: 'color(display-p3 0.906 0.887 0.855)',
|
|
96
|
-
goldA1: 'color(display-p3 0.855 0.855 0.071 / 0.005)',
|
|
97
|
-
goldA2: 'color(display-p3 0.98 0.89 0.616 / 0.043)',
|
|
98
|
-
goldA3: 'color(display-p3 1 0.949 0.753 / 0.08)',
|
|
99
|
-
goldA4: 'color(display-p3 1 0.933 0.8 / 0.118)',
|
|
100
|
-
goldA5: 'color(display-p3 1 0.949 0.804 / 0.16)',
|
|
101
|
-
goldA6: 'color(display-p3 1 0.925 0.8 / 0.215)',
|
|
102
|
-
goldA7: 'color(display-p3 1 0.945 0.831 / 0.278)',
|
|
103
|
-
goldA8: 'color(display-p3 1 0.937 0.82 / 0.366)',
|
|
104
|
-
goldA9: 'color(display-p3 0.996 0.882 0.69 / 0.551)',
|
|
105
|
-
goldA10: 'color(display-p3 1 0.894 0.725 / 0.601)',
|
|
106
|
-
goldA11: 'color(display-p3 0.784 0.728 0.635)',
|
|
107
|
-
goldA12: 'color(display-p3 0.906 0.887 0.855)',
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
contrast: 'white',
|
|
3
|
+
name: 'gold',
|
|
111
4
|
indicator: 'gold9',
|
|
5
|
+
contrast: 'white',
|
|
112
6
|
track: 'gold9',
|
|
113
7
|
surface: {
|
|
114
|
-
srgb: {
|
|
115
|
-
light: '#f9f8efcc',
|
|
116
|
-
dark: '#25231d80',
|
|
117
|
-
},
|
|
118
8
|
p3: {
|
|
119
9
|
light: 'color(display-p3 0.9765 0.9725 0.9412 / 0.8)',
|
|
120
10
|
dark: 'color(display-p3 0.1412 0.1333 0.1098 / 0.5)',
|
|
121
11
|
},
|
|
12
|
+
srgb: {
|
|
13
|
+
light: '#f9f8efcc',
|
|
14
|
+
dark: '#25231d80',
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
srgb: {
|
|
18
|
+
light: [
|
|
19
|
+
'#fdfdfc',
|
|
20
|
+
'#faf9f2',
|
|
21
|
+
'#f2f0e7',
|
|
22
|
+
'#eae6db',
|
|
23
|
+
'#e1dccf',
|
|
24
|
+
'#d8d0bf',
|
|
25
|
+
'#cbc0aa',
|
|
26
|
+
'#b9a88d',
|
|
27
|
+
'#978365',
|
|
28
|
+
'#8c7a5e',
|
|
29
|
+
'#71624b',
|
|
30
|
+
'#3b352b',
|
|
31
|
+
'#55550003',
|
|
32
|
+
'#9d8a000d',
|
|
33
|
+
'#75600018',
|
|
34
|
+
'#6b4e0024',
|
|
35
|
+
'#60460030',
|
|
36
|
+
'#64440040',
|
|
37
|
+
'#63420055',
|
|
38
|
+
'#633d0072',
|
|
39
|
+
'#5332009a',
|
|
40
|
+
'#492d00a1',
|
|
41
|
+
'#362100b4',
|
|
42
|
+
'#130c00d4',
|
|
43
|
+
],
|
|
44
|
+
dark: [
|
|
45
|
+
'#121211',
|
|
46
|
+
'#1b1a17',
|
|
47
|
+
'#24231f',
|
|
48
|
+
'#2d2b26',
|
|
49
|
+
'#38352e',
|
|
50
|
+
'#444039',
|
|
51
|
+
'#544f46',
|
|
52
|
+
'#696256',
|
|
53
|
+
'#978365',
|
|
54
|
+
'#a39073',
|
|
55
|
+
'#cbb99f',
|
|
56
|
+
'#e8e2d9',
|
|
57
|
+
'#91911102',
|
|
58
|
+
'#f9e29d0b',
|
|
59
|
+
'#f8ecbb15',
|
|
60
|
+
'#ffeec41e',
|
|
61
|
+
'#feecc22a',
|
|
62
|
+
'#feebcb37',
|
|
63
|
+
'#ffedcd48',
|
|
64
|
+
'#fdeaca5f',
|
|
65
|
+
'#ffdba690',
|
|
66
|
+
'#fedfb09d',
|
|
67
|
+
'#fee7c6c8',
|
|
68
|
+
'#fef7ede7',
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
p3: {
|
|
72
|
+
light: [
|
|
73
|
+
'color(display-p3 0.992 0.992 0.989)',
|
|
74
|
+
'color(display-p3 0.98 0.976 0.953)',
|
|
75
|
+
'color(display-p3 0.947 0.94 0.909)',
|
|
76
|
+
'color(display-p3 0.914 0.904 0.865)',
|
|
77
|
+
'color(display-p3 0.88 0.865 0.816)',
|
|
78
|
+
'color(display-p3 0.84 0.818 0.756)',
|
|
79
|
+
'color(display-p3 0.788 0.753 0.677)',
|
|
80
|
+
'color(display-p3 0.715 0.66 0.565)',
|
|
81
|
+
'color(display-p3 0.579 0.517 0.41)',
|
|
82
|
+
'color(display-p3 0.538 0.479 0.38)',
|
|
83
|
+
'color(display-p3 0.433 0.386 0.305)',
|
|
84
|
+
'color(display-p3 0.227 0.209 0.173)',
|
|
85
|
+
'color(display-p3 0.349 0.349 0.024 / 0.012)',
|
|
86
|
+
'color(display-p3 0.592 0.514 0.024 / 0.048)',
|
|
87
|
+
'color(display-p3 0.4 0.357 0.012 / 0.091)',
|
|
88
|
+
'color(display-p3 0.357 0.298 0.008 / 0.134)',
|
|
89
|
+
'color(display-p3 0.345 0.282 0.004 / 0.185)',
|
|
90
|
+
'color(display-p3 0.341 0.263 0.004 / 0.244)',
|
|
91
|
+
'color(display-p3 0.345 0.235 0.004 / 0.322)',
|
|
92
|
+
'color(display-p3 0.345 0.22 0.004 / 0.436)',
|
|
93
|
+
'color(display-p3 0.286 0.18 0 / 0.589)',
|
|
94
|
+
'color(display-p3 0.255 0.161 0 / 0.62)',
|
|
95
|
+
'color(display-p3 0.433 0.386 0.305)',
|
|
96
|
+
'color(display-p3 0.227 0.209 0.173)',
|
|
97
|
+
],
|
|
98
|
+
dark: [
|
|
99
|
+
'color(display-p3 0.071 0.071 0.067)',
|
|
100
|
+
'color(display-p3 0.104 0.101 0.09)',
|
|
101
|
+
'color(display-p3 0.141 0.136 0.122)',
|
|
102
|
+
'color(display-p3 0.177 0.17 0.152)',
|
|
103
|
+
'color(display-p3 0.217 0.207 0.185)',
|
|
104
|
+
'color(display-p3 0.265 0.252 0.225)',
|
|
105
|
+
'color(display-p3 0.327 0.31 0.277)',
|
|
106
|
+
'color(display-p3 0.407 0.384 0.342)',
|
|
107
|
+
'color(display-p3 0.579 0.517 0.41)',
|
|
108
|
+
'color(display-p3 0.628 0.566 0.463)',
|
|
109
|
+
'color(display-p3 0.784 0.728 0.635)',
|
|
110
|
+
'color(display-p3 0.906 0.887 0.855)',
|
|
111
|
+
'color(display-p3 0.855 0.855 0.071 / 0.005)',
|
|
112
|
+
'color(display-p3 0.98 0.89 0.616 / 0.043)',
|
|
113
|
+
'color(display-p3 1 0.949 0.753 / 0.08)',
|
|
114
|
+
'color(display-p3 1 0.933 0.8 / 0.118)',
|
|
115
|
+
'color(display-p3 1 0.949 0.804 / 0.16)',
|
|
116
|
+
'color(display-p3 1 0.925 0.8 / 0.215)',
|
|
117
|
+
'color(display-p3 1 0.945 0.831 / 0.278)',
|
|
118
|
+
'color(display-p3 1 0.937 0.82 / 0.366)',
|
|
119
|
+
'color(display-p3 0.996 0.882 0.69 / 0.551)',
|
|
120
|
+
'color(display-p3 1 0.894 0.725 / 0.601)',
|
|
121
|
+
'color(display-p3 0.784 0.728 0.635)',
|
|
122
|
+
'color(display-p3 0.906 0.887 0.855)',
|
|
123
|
+
],
|
|
122
124
|
},
|
|
123
|
-
name: 'gold',
|
|
124
125
|
};
|
package/dist/colors/grass.d.ts
CHANGED
|
@@ -1,125 +1,25 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
light: {
|
|
4
|
-
grass1: string;
|
|
5
|
-
grass2: string;
|
|
6
|
-
grass3: string;
|
|
7
|
-
grass4: string;
|
|
8
|
-
grass5: string;
|
|
9
|
-
grass6: string;
|
|
10
|
-
grass7: string;
|
|
11
|
-
grass8: string;
|
|
12
|
-
grass9: string;
|
|
13
|
-
grass10: string;
|
|
14
|
-
grass11: string;
|
|
15
|
-
grass12: string;
|
|
16
|
-
grassA1: string;
|
|
17
|
-
grassA2: string;
|
|
18
|
-
grassA3: string;
|
|
19
|
-
grassA4: string;
|
|
20
|
-
grassA5: string;
|
|
21
|
-
grassA6: string;
|
|
22
|
-
grassA7: string;
|
|
23
|
-
grassA8: string;
|
|
24
|
-
grassA9: string;
|
|
25
|
-
grassA10: string;
|
|
26
|
-
grassA11: string;
|
|
27
|
-
grassA12: string;
|
|
28
|
-
};
|
|
29
|
-
dark: {
|
|
30
|
-
grass1: string;
|
|
31
|
-
grass2: string;
|
|
32
|
-
grass3: string;
|
|
33
|
-
grass4: string;
|
|
34
|
-
grass5: string;
|
|
35
|
-
grass6: string;
|
|
36
|
-
grass7: string;
|
|
37
|
-
grass8: string;
|
|
38
|
-
grass9: string;
|
|
39
|
-
grass10: string;
|
|
40
|
-
grass11: string;
|
|
41
|
-
grass12: string;
|
|
42
|
-
grassA1: string;
|
|
43
|
-
grassA2: string;
|
|
44
|
-
grassA3: string;
|
|
45
|
-
grassA4: string;
|
|
46
|
-
grassA5: string;
|
|
47
|
-
grassA6: string;
|
|
48
|
-
grassA7: string;
|
|
49
|
-
grassA8: string;
|
|
50
|
-
grassA9: string;
|
|
51
|
-
grassA10: string;
|
|
52
|
-
grassA11: string;
|
|
53
|
-
grassA12: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
grass1: string;
|
|
59
|
-
grass2: string;
|
|
60
|
-
grass3: string;
|
|
61
|
-
grass4: string;
|
|
62
|
-
grass5: string;
|
|
63
|
-
grass6: string;
|
|
64
|
-
grass7: string;
|
|
65
|
-
grass8: string;
|
|
66
|
-
grass9: string;
|
|
67
|
-
grass10: string;
|
|
68
|
-
grass11: string;
|
|
69
|
-
grass12: string;
|
|
70
|
-
grassA1: string;
|
|
71
|
-
grassA2: string;
|
|
72
|
-
grassA3: string;
|
|
73
|
-
grassA4: string;
|
|
74
|
-
grassA5: string;
|
|
75
|
-
grassA6: string;
|
|
76
|
-
grassA7: string;
|
|
77
|
-
grassA8: string;
|
|
78
|
-
grassA9: string;
|
|
79
|
-
grassA10: string;
|
|
80
|
-
grassA11: string;
|
|
81
|
-
grassA12: string;
|
|
82
|
-
};
|
|
83
|
-
dark: {
|
|
84
|
-
grass1: string;
|
|
85
|
-
grass2: string;
|
|
86
|
-
grass3: string;
|
|
87
|
-
grass4: string;
|
|
88
|
-
grass5: string;
|
|
89
|
-
grass6: string;
|
|
90
|
-
grass7: string;
|
|
91
|
-
grass8: string;
|
|
92
|
-
grass9: string;
|
|
93
|
-
grass10: string;
|
|
94
|
-
grass11: string;
|
|
95
|
-
grass12: string;
|
|
96
|
-
grassA1: string;
|
|
97
|
-
grassA2: string;
|
|
98
|
-
grassA3: string;
|
|
99
|
-
grassA4: string;
|
|
100
|
-
grassA5: string;
|
|
101
|
-
grassA6: string;
|
|
102
|
-
grassA7: string;
|
|
103
|
-
grassA8: string;
|
|
104
|
-
grassA9: string;
|
|
105
|
-
grassA10: string;
|
|
106
|
-
grassA11: string;
|
|
107
|
-
grassA12: string;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
contrast: string;
|
|
2
|
+
name: "grass";
|
|
111
3
|
indicator: string;
|
|
4
|
+
contrast: string;
|
|
112
5
|
track: string;
|
|
113
6
|
surface: {
|
|
114
|
-
|
|
7
|
+
p3: {
|
|
115
8
|
light: string;
|
|
116
9
|
dark: string;
|
|
117
10
|
};
|
|
118
|
-
|
|
11
|
+
srgb: {
|
|
119
12
|
light: string;
|
|
120
13
|
dark: string;
|
|
121
14
|
};
|
|
122
15
|
};
|
|
123
|
-
|
|
16
|
+
srgb: {
|
|
17
|
+
light: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
18
|
+
dark: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
19
|
+
};
|
|
20
|
+
p3: {
|
|
21
|
+
light: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
22
|
+
dark: [string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string];
|
|
23
|
+
};
|
|
124
24
|
};
|
|
125
25
|
export default _default;
|