@diskette/palette 0.18.0 → 0.20.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/README.md +90 -70
- package/dist/cli/cli.d.ts +1 -1
- package/dist/cli/cli.js +59 -9
- package/dist/colors/amber.d.ts +21 -109
- package/dist/colors/amber.js +126 -109
- package/dist/colors/blue.d.ts +21 -109
- package/dist/colors/blue.js +126 -109
- package/dist/colors/bronze.d.ts +21 -109
- package/dist/colors/bronze.js +126 -109
- package/dist/colors/brown.d.ts +21 -109
- package/dist/colors/brown.js +126 -109
- package/dist/colors/crimson.d.ts +21 -109
- package/dist/colors/crimson.js +126 -109
- package/dist/colors/cyan.d.ts +21 -109
- package/dist/colors/cyan.js +126 -109
- package/dist/colors/gold.d.ts +21 -109
- package/dist/colors/gold.js +126 -109
- package/dist/colors/grass.d.ts +21 -109
- package/dist/colors/grass.js +126 -109
- package/dist/colors/gray.d.ts +21 -109
- package/dist/colors/gray.js +126 -109
- package/dist/colors/green.d.ts +21 -109
- package/dist/colors/green.js +126 -109
- package/dist/colors/indigo.d.ts +21 -109
- package/dist/colors/indigo.js +126 -109
- package/dist/colors/iris.d.ts +21 -109
- package/dist/colors/iris.js +126 -109
- package/dist/colors/jade.d.ts +21 -109
- package/dist/colors/jade.js +126 -109
- package/dist/colors/lime.d.ts +21 -109
- package/dist/colors/lime.js +126 -109
- package/dist/colors/mauve.d.ts +21 -109
- package/dist/colors/mauve.js +126 -109
- package/dist/colors/mint.d.ts +21 -109
- package/dist/colors/mint.js +126 -109
- package/dist/colors/olive.d.ts +21 -109
- package/dist/colors/olive.js +126 -109
- package/dist/colors/orange.d.ts +21 -109
- package/dist/colors/orange.js +126 -109
- package/dist/colors/pink.d.ts +21 -109
- package/dist/colors/pink.js +126 -109
- package/dist/colors/plum.d.ts +21 -109
- package/dist/colors/plum.js +126 -109
- package/dist/colors/purple.d.ts +21 -109
- package/dist/colors/purple.js +126 -109
- package/dist/colors/red.d.ts +21 -109
- package/dist/colors/red.js +126 -109
- package/dist/colors/ruby.d.ts +21 -109
- package/dist/colors/ruby.js +126 -109
- package/dist/colors/sage.d.ts +21 -109
- package/dist/colors/sage.js +126 -109
- package/dist/colors/sand.d.ts +21 -109
- package/dist/colors/sand.js +126 -109
- package/dist/colors/sky.d.ts +21 -109
- package/dist/colors/sky.js +126 -109
- package/dist/colors/slate.d.ts +21 -109
- package/dist/colors/slate.js +126 -109
- package/dist/colors/teal.d.ts +21 -109
- package/dist/colors/teal.js +126 -109
- package/dist/colors/tomato.d.ts +21 -109
- package/dist/colors/tomato.js +126 -109
- package/dist/colors/violet.d.ts +21 -109
- package/dist/colors/violet.js +126 -109
- package/dist/colors/yellow.d.ts +21 -109
- package/dist/colors/yellow.js +126 -109
- package/dist/css.d.ts +3 -2
- package/dist/css.js +28 -9
- package/dist/index.d.ts +716 -3444
- package/dist/index.js +2 -3
- package/dist/types.d.ts +24 -23
- package/dist/utils.d.ts +9 -0
- package/dist/utils.js +44 -0
- package/package.json +4 -3
- package/dist/cli/commands/generate.d.ts +0 -64
- package/dist/cli/commands/generate.js +0 -87
- package/dist/cli/commands/list.d.ts +0 -48
- package/dist/cli/commands/list.js +0 -33
package/dist/colors/pink.js
CHANGED
|
@@ -1,124 +1,141 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
+
name: 'pink',
|
|
4
|
+
indicator: 9,
|
|
5
|
+
contrast: 'white',
|
|
6
|
+
track: 9,
|
|
7
|
+
surface: {
|
|
3
8
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
pink3: '#fee9f5',
|
|
7
|
-
pink4: '#fbdcef',
|
|
8
|
-
pink5: '#f6cee7',
|
|
9
|
-
pink6: '#efbfdd',
|
|
10
|
-
pink7: '#e7acd0',
|
|
11
|
-
pink8: '#dd93c2',
|
|
12
|
-
pink9: '#d6409f',
|
|
13
|
-
pink10: '#cf3897',
|
|
14
|
-
pink11: '#c2298a',
|
|
15
|
-
pink12: '#651249',
|
|
16
|
-
pinkA1: '#ff00aa03',
|
|
17
|
-
pinkA2: '#e0008008',
|
|
18
|
-
pinkA3: '#f4008c16',
|
|
19
|
-
pinkA4: '#e2008b23',
|
|
20
|
-
pinkA5: '#d1008331',
|
|
21
|
-
pinkA6: '#c0007840',
|
|
22
|
-
pinkA7: '#b6006f53',
|
|
23
|
-
pinkA8: '#af006f6c',
|
|
24
|
-
pinkA9: '#c8007fbf',
|
|
25
|
-
pinkA10: '#c2007ac7',
|
|
26
|
-
pinkA11: '#b60074d6',
|
|
27
|
-
pinkA12: '#59003bed',
|
|
9
|
+
srgb: '#fef5facc',
|
|
10
|
+
p3: 'color(display-p3 0.9922 0.9608 0.9804 / 0.8)',
|
|
28
11
|
},
|
|
29
12
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
pink3: '#37172f',
|
|
33
|
-
pink4: '#4b143d',
|
|
34
|
-
pink5: '#591c47',
|
|
35
|
-
pink6: '#692955',
|
|
36
|
-
pink7: '#833869',
|
|
37
|
-
pink8: '#a84885',
|
|
38
|
-
pink9: '#d6409f',
|
|
39
|
-
pink10: '#de51a8',
|
|
40
|
-
pink11: '#ff8dcc',
|
|
41
|
-
pink12: '#fdd1ea',
|
|
42
|
-
pinkA1: '#f412bc09',
|
|
43
|
-
pinkA2: '#f420bb12',
|
|
44
|
-
pinkA3: '#fe37cc29',
|
|
45
|
-
pinkA4: '#fc1ec43f',
|
|
46
|
-
pinkA5: '#fd35c24e',
|
|
47
|
-
pinkA6: '#fd51c75f',
|
|
48
|
-
pinkA7: '#fd62c87b',
|
|
49
|
-
pinkA8: '#ff68c8a2',
|
|
50
|
-
pinkA9: '#fe49bcd4',
|
|
51
|
-
pinkA10: '#ff5cc0dc',
|
|
52
|
-
pinkA11: '#ff8dcc',
|
|
53
|
-
pinkA12: '#ffd3ecfd',
|
|
13
|
+
srgb: '#31132980',
|
|
14
|
+
p3: 'color(display-p3 0.1725 0.0784 0.149 / 0.5)',
|
|
54
15
|
},
|
|
55
16
|
},
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
17
|
+
light: {
|
|
18
|
+
srgb: {
|
|
19
|
+
solid: [
|
|
20
|
+
'#fffcfe',
|
|
21
|
+
'#fef7fb',
|
|
22
|
+
'#fee9f5',
|
|
23
|
+
'#fbdcef',
|
|
24
|
+
'#f6cee7',
|
|
25
|
+
'#efbfdd',
|
|
26
|
+
'#e7acd0',
|
|
27
|
+
'#dd93c2',
|
|
28
|
+
'#d6409f',
|
|
29
|
+
'#cf3897',
|
|
30
|
+
'#c2298a',
|
|
31
|
+
'#651249',
|
|
32
|
+
],
|
|
33
|
+
alpha: [
|
|
34
|
+
'#ff00aa03',
|
|
35
|
+
'#e0008008',
|
|
36
|
+
'#f4008c16',
|
|
37
|
+
'#e2008b23',
|
|
38
|
+
'#d1008331',
|
|
39
|
+
'#c0007840',
|
|
40
|
+
'#b6006f53',
|
|
41
|
+
'#af006f6c',
|
|
42
|
+
'#c8007fbf',
|
|
43
|
+
'#c2007ac7',
|
|
44
|
+
'#b60074d6',
|
|
45
|
+
'#59003bed',
|
|
46
|
+
],
|
|
82
47
|
},
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
48
|
+
p3: {
|
|
49
|
+
solid: [
|
|
50
|
+
'color(display-p3 0.998 0.989 0.996)',
|
|
51
|
+
'color(display-p3 0.992 0.97 0.985)',
|
|
52
|
+
'color(display-p3 0.981 0.917 0.96)',
|
|
53
|
+
'color(display-p3 0.963 0.867 0.932)',
|
|
54
|
+
'color(display-p3 0.939 0.815 0.899)',
|
|
55
|
+
'color(display-p3 0.907 0.756 0.859)',
|
|
56
|
+
'color(display-p3 0.869 0.683 0.81)',
|
|
57
|
+
'color(display-p3 0.825 0.59 0.751)',
|
|
58
|
+
'color(display-p3 0.775 0.297 0.61)',
|
|
59
|
+
'color(display-p3 0.748 0.27 0.581)',
|
|
60
|
+
'color(display-p3 0.698 0.219 0.528)',
|
|
61
|
+
'color(display-p3 0.363 0.101 0.279)',
|
|
62
|
+
],
|
|
63
|
+
alpha: [
|
|
64
|
+
'color(display-p3 0.675 0.024 0.675 / 0.012)',
|
|
65
|
+
'color(display-p3 0.757 0.02 0.51 / 0.032)',
|
|
66
|
+
'color(display-p3 0.765 0.008 0.529 / 0.083)',
|
|
67
|
+
'color(display-p3 0.737 0.008 0.506 / 0.134)',
|
|
68
|
+
'color(display-p3 0.663 0.004 0.451 / 0.185)',
|
|
69
|
+
'color(display-p3 0.616 0.004 0.424 / 0.244)',
|
|
70
|
+
'color(display-p3 0.596 0.004 0.412 / 0.318)',
|
|
71
|
+
'color(display-p3 0.573 0.004 0.404 / 0.412)',
|
|
72
|
+
'color(display-p3 0.682 0 0.447 / 0.702)',
|
|
73
|
+
'color(display-p3 0.655 0 0.424 / 0.73)',
|
|
74
|
+
'color(display-p3 0.698 0.219 0.528)',
|
|
75
|
+
'color(display-p3 0.363 0.101 0.279)',
|
|
76
|
+
],
|
|
108
77
|
},
|
|
109
78
|
},
|
|
110
|
-
|
|
111
|
-
indicator: 'pink9',
|
|
112
|
-
track: 'pink9',
|
|
113
|
-
surface: {
|
|
79
|
+
dark: {
|
|
114
80
|
srgb: {
|
|
115
|
-
|
|
116
|
-
|
|
81
|
+
solid: [
|
|
82
|
+
'#191117',
|
|
83
|
+
'#21121d',
|
|
84
|
+
'#37172f',
|
|
85
|
+
'#4b143d',
|
|
86
|
+
'#591c47',
|
|
87
|
+
'#692955',
|
|
88
|
+
'#833869',
|
|
89
|
+
'#a84885',
|
|
90
|
+
'#d6409f',
|
|
91
|
+
'#de51a8',
|
|
92
|
+
'#ff8dcc',
|
|
93
|
+
'#fdd1ea',
|
|
94
|
+
],
|
|
95
|
+
alpha: [
|
|
96
|
+
'#f412bc09',
|
|
97
|
+
'#f420bb12',
|
|
98
|
+
'#fe37cc29',
|
|
99
|
+
'#fc1ec43f',
|
|
100
|
+
'#fd35c24e',
|
|
101
|
+
'#fd51c75f',
|
|
102
|
+
'#fd62c87b',
|
|
103
|
+
'#ff68c8a2',
|
|
104
|
+
'#fe49bcd4',
|
|
105
|
+
'#ff5cc0dc',
|
|
106
|
+
'#ff8dcc',
|
|
107
|
+
'#ffd3ecfd',
|
|
108
|
+
],
|
|
117
109
|
},
|
|
118
110
|
p3: {
|
|
119
|
-
|
|
120
|
-
|
|
111
|
+
solid: [
|
|
112
|
+
'color(display-p3 0.093 0.068 0.089)',
|
|
113
|
+
'color(display-p3 0.121 0.073 0.11)',
|
|
114
|
+
'color(display-p3 0.198 0.098 0.179)',
|
|
115
|
+
'color(display-p3 0.271 0.095 0.231)',
|
|
116
|
+
'color(display-p3 0.32 0.127 0.273)',
|
|
117
|
+
'color(display-p3 0.382 0.177 0.326)',
|
|
118
|
+
'color(display-p3 0.477 0.238 0.405)',
|
|
119
|
+
'color(display-p3 0.612 0.304 0.51)',
|
|
120
|
+
'color(display-p3 0.775 0.297 0.61)',
|
|
121
|
+
'color(display-p3 0.808 0.356 0.645)',
|
|
122
|
+
'color(display-p3 1 0.535 0.78)',
|
|
123
|
+
'color(display-p3 0.964 0.826 0.912)',
|
|
124
|
+
],
|
|
125
|
+
alpha: [
|
|
126
|
+
'color(display-p3 0.984 0.071 0.855 / 0.03)',
|
|
127
|
+
'color(display-p3 1 0.2 0.8 / 0.059)',
|
|
128
|
+
'color(display-p3 1 0.294 0.886 / 0.139)',
|
|
129
|
+
'color(display-p3 1 0.192 0.82 / 0.219)',
|
|
130
|
+
'color(display-p3 1 0.282 0.827 / 0.274)',
|
|
131
|
+
'color(display-p3 1 0.396 0.835 / 0.337)',
|
|
132
|
+
'color(display-p3 1 0.459 0.831 / 0.442)',
|
|
133
|
+
'color(display-p3 1 0.478 0.827 / 0.585)',
|
|
134
|
+
'color(display-p3 1 0.373 0.784 / 0.761)',
|
|
135
|
+
'color(display-p3 1 0.435 0.792 / 0.795)',
|
|
136
|
+
'color(display-p3 1 0.535 0.78)',
|
|
137
|
+
'color(display-p3 0.964 0.826 0.912)',
|
|
138
|
+
],
|
|
121
139
|
},
|
|
122
140
|
},
|
|
123
|
-
name: 'pink',
|
|
124
141
|
};
|
package/dist/colors/plum.d.ts
CHANGED
|
@@ -1,125 +1,37 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
name: "plum";
|
|
3
|
+
indicator: number;
|
|
4
|
+
contrast: string;
|
|
5
|
+
track: number;
|
|
6
|
+
surface: {
|
|
3
7
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
plum3: string;
|
|
7
|
-
plum4: string;
|
|
8
|
-
plum5: string;
|
|
9
|
-
plum6: string;
|
|
10
|
-
plum7: string;
|
|
11
|
-
plum8: string;
|
|
12
|
-
plum9: string;
|
|
13
|
-
plum10: string;
|
|
14
|
-
plum11: string;
|
|
15
|
-
plum12: string;
|
|
16
|
-
plumA1: string;
|
|
17
|
-
plumA2: string;
|
|
18
|
-
plumA3: string;
|
|
19
|
-
plumA4: string;
|
|
20
|
-
plumA5: string;
|
|
21
|
-
plumA6: string;
|
|
22
|
-
plumA7: string;
|
|
23
|
-
plumA8: string;
|
|
24
|
-
plumA9: string;
|
|
25
|
-
plumA10: string;
|
|
26
|
-
plumA11: string;
|
|
27
|
-
plumA12: string;
|
|
8
|
+
srgb: string;
|
|
9
|
+
p3: string;
|
|
28
10
|
};
|
|
29
11
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
plum3: string;
|
|
33
|
-
plum4: string;
|
|
34
|
-
plum5: string;
|
|
35
|
-
plum6: string;
|
|
36
|
-
plum7: string;
|
|
37
|
-
plum8: string;
|
|
38
|
-
plum9: string;
|
|
39
|
-
plum10: string;
|
|
40
|
-
plum11: string;
|
|
41
|
-
plum12: string;
|
|
42
|
-
plumA1: string;
|
|
43
|
-
plumA2: string;
|
|
44
|
-
plumA3: string;
|
|
45
|
-
plumA4: string;
|
|
46
|
-
plumA5: string;
|
|
47
|
-
plumA6: string;
|
|
48
|
-
plumA7: string;
|
|
49
|
-
plumA8: string;
|
|
50
|
-
plumA9: string;
|
|
51
|
-
plumA10: string;
|
|
52
|
-
plumA11: string;
|
|
53
|
-
plumA12: string;
|
|
12
|
+
srgb: string;
|
|
13
|
+
p3: string;
|
|
54
14
|
};
|
|
55
15
|
};
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
plum3: string;
|
|
61
|
-
plum4: string;
|
|
62
|
-
plum5: string;
|
|
63
|
-
plum6: string;
|
|
64
|
-
plum7: string;
|
|
65
|
-
plum8: string;
|
|
66
|
-
plum9: string;
|
|
67
|
-
plum10: string;
|
|
68
|
-
plum11: string;
|
|
69
|
-
plum12: string;
|
|
70
|
-
plumA1: string;
|
|
71
|
-
plumA2: string;
|
|
72
|
-
plumA3: string;
|
|
73
|
-
plumA4: string;
|
|
74
|
-
plumA5: string;
|
|
75
|
-
plumA6: string;
|
|
76
|
-
plumA7: string;
|
|
77
|
-
plumA8: string;
|
|
78
|
-
plumA9: string;
|
|
79
|
-
plumA10: string;
|
|
80
|
-
plumA11: string;
|
|
81
|
-
plumA12: string;
|
|
16
|
+
light: {
|
|
17
|
+
srgb: {
|
|
18
|
+
solid: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
19
|
+
alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
82
20
|
};
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
plum3: string;
|
|
87
|
-
plum4: string;
|
|
88
|
-
plum5: string;
|
|
89
|
-
plum6: string;
|
|
90
|
-
plum7: string;
|
|
91
|
-
plum8: string;
|
|
92
|
-
plum9: string;
|
|
93
|
-
plum10: string;
|
|
94
|
-
plum11: string;
|
|
95
|
-
plum12: string;
|
|
96
|
-
plumA1: string;
|
|
97
|
-
plumA2: string;
|
|
98
|
-
plumA3: string;
|
|
99
|
-
plumA4: string;
|
|
100
|
-
plumA5: string;
|
|
101
|
-
plumA6: string;
|
|
102
|
-
plumA7: string;
|
|
103
|
-
plumA8: string;
|
|
104
|
-
plumA9: string;
|
|
105
|
-
plumA10: string;
|
|
106
|
-
plumA11: string;
|
|
107
|
-
plumA12: string;
|
|
21
|
+
p3: {
|
|
22
|
+
solid: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
23
|
+
alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
108
24
|
};
|
|
109
25
|
};
|
|
110
|
-
|
|
111
|
-
indicator: string;
|
|
112
|
-
track: string;
|
|
113
|
-
surface: {
|
|
26
|
+
dark: {
|
|
114
27
|
srgb: {
|
|
115
|
-
|
|
116
|
-
|
|
28
|
+
solid: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
29
|
+
alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
117
30
|
};
|
|
118
31
|
p3: {
|
|
119
|
-
|
|
120
|
-
|
|
32
|
+
solid: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
33
|
+
alpha: [string, string, string, string, string, string, string, string, string, string, string, string];
|
|
121
34
|
};
|
|
122
35
|
};
|
|
123
|
-
name: "plum";
|
|
124
36
|
};
|
|
125
37
|
export default _default;
|
package/dist/colors/plum.js
CHANGED
|
@@ -1,124 +1,141 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
+
name: 'plum',
|
|
4
|
+
indicator: 9,
|
|
5
|
+
contrast: 'white',
|
|
6
|
+
track: 9,
|
|
7
|
+
surface: {
|
|
3
8
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
plum3: '#fbebfb',
|
|
7
|
-
plum4: '#f7def8',
|
|
8
|
-
plum5: '#f2d1f3',
|
|
9
|
-
plum6: '#e9c2ec',
|
|
10
|
-
plum7: '#deade3',
|
|
11
|
-
plum8: '#cf91d8',
|
|
12
|
-
plum9: '#ab4aba',
|
|
13
|
-
plum10: '#a144af',
|
|
14
|
-
plum11: '#953ea3',
|
|
15
|
-
plum12: '#53195d',
|
|
16
|
-
plumA1: '#aa00ff03',
|
|
17
|
-
plumA2: '#c000c008',
|
|
18
|
-
plumA3: '#cc00cc14',
|
|
19
|
-
plumA4: '#c200c921',
|
|
20
|
-
plumA5: '#b700bd2e',
|
|
21
|
-
plumA6: '#a400b03d',
|
|
22
|
-
plumA7: '#9900a852',
|
|
23
|
-
plumA8: '#9000a56e',
|
|
24
|
-
plumA9: '#89009eb5',
|
|
25
|
-
plumA10: '#7f0092bb',
|
|
26
|
-
plumA11: '#730086c1',
|
|
27
|
-
plumA12: '#40004be6',
|
|
9
|
+
srgb: '#fdf5fdcc',
|
|
10
|
+
p3: 'color(display-p3 0.9843 0.9647 0.9843 / 0.8)',
|
|
28
11
|
},
|
|
29
12
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
plum3: '#351a35',
|
|
33
|
-
plum4: '#451d47',
|
|
34
|
-
plum5: '#512454',
|
|
35
|
-
plum6: '#5e3061',
|
|
36
|
-
plum7: '#734079',
|
|
37
|
-
plum8: '#92549c',
|
|
38
|
-
plum9: '#ab4aba',
|
|
39
|
-
plum10: '#b658c4',
|
|
40
|
-
plum11: '#e796f3',
|
|
41
|
-
plum12: '#f4d4f4',
|
|
42
|
-
plumA1: '#f112f108',
|
|
43
|
-
plumA2: '#f22ff211',
|
|
44
|
-
plumA3: '#fd4cfd27',
|
|
45
|
-
plumA4: '#f646ff3a',
|
|
46
|
-
plumA5: '#f455ff48',
|
|
47
|
-
plumA6: '#f66dff56',
|
|
48
|
-
plumA7: '#f07cfd70',
|
|
49
|
-
plumA8: '#ee84ff95',
|
|
50
|
-
plumA9: '#e961feb6',
|
|
51
|
-
plumA10: '#ed70ffc0',
|
|
52
|
-
plumA11: '#f19cfef3',
|
|
53
|
-
plumA12: '#feddfef4',
|
|
13
|
+
srgb: '#2f152f80',
|
|
14
|
+
p3: 'color(display-p3 0.1647 0.0863 0.1725 / 0.5)',
|
|
54
15
|
},
|
|
55
16
|
},
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
17
|
+
light: {
|
|
18
|
+
srgb: {
|
|
19
|
+
solid: [
|
|
20
|
+
'#fefcff',
|
|
21
|
+
'#fdf7fd',
|
|
22
|
+
'#fbebfb',
|
|
23
|
+
'#f7def8',
|
|
24
|
+
'#f2d1f3',
|
|
25
|
+
'#e9c2ec',
|
|
26
|
+
'#deade3',
|
|
27
|
+
'#cf91d8',
|
|
28
|
+
'#ab4aba',
|
|
29
|
+
'#a144af',
|
|
30
|
+
'#953ea3',
|
|
31
|
+
'#53195d',
|
|
32
|
+
],
|
|
33
|
+
alpha: [
|
|
34
|
+
'#aa00ff03',
|
|
35
|
+
'#c000c008',
|
|
36
|
+
'#cc00cc14',
|
|
37
|
+
'#c200c921',
|
|
38
|
+
'#b700bd2e',
|
|
39
|
+
'#a400b03d',
|
|
40
|
+
'#9900a852',
|
|
41
|
+
'#9000a56e',
|
|
42
|
+
'#89009eb5',
|
|
43
|
+
'#7f0092bb',
|
|
44
|
+
'#730086c1',
|
|
45
|
+
'#40004be6',
|
|
46
|
+
],
|
|
82
47
|
},
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
48
|
+
p3: {
|
|
49
|
+
solid: [
|
|
50
|
+
'color(display-p3 0.995 0.988 0.999)',
|
|
51
|
+
'color(display-p3 0.988 0.971 0.99)',
|
|
52
|
+
'color(display-p3 0.973 0.923 0.98)',
|
|
53
|
+
'color(display-p3 0.953 0.875 0.966)',
|
|
54
|
+
'color(display-p3 0.926 0.825 0.945)',
|
|
55
|
+
'color(display-p3 0.89 0.765 0.916)',
|
|
56
|
+
'color(display-p3 0.84 0.686 0.877)',
|
|
57
|
+
'color(display-p3 0.775 0.58 0.832)',
|
|
58
|
+
'color(display-p3 0.624 0.313 0.708)',
|
|
59
|
+
'color(display-p3 0.587 0.29 0.667)',
|
|
60
|
+
'color(display-p3 0.543 0.263 0.619)',
|
|
61
|
+
'color(display-p3 0.299 0.114 0.352)',
|
|
62
|
+
],
|
|
63
|
+
alpha: [
|
|
64
|
+
'color(display-p3 0.675 0.024 1 / 0.012)',
|
|
65
|
+
'color(display-p3 0.58 0.024 0.58 / 0.028)',
|
|
66
|
+
'color(display-p3 0.655 0.008 0.753 / 0.079)',
|
|
67
|
+
'color(display-p3 0.627 0.008 0.722 / 0.126)',
|
|
68
|
+
'color(display-p3 0.58 0.004 0.69 / 0.177)',
|
|
69
|
+
'color(display-p3 0.537 0.004 0.655 / 0.236)',
|
|
70
|
+
'color(display-p3 0.49 0.004 0.616 / 0.314)',
|
|
71
|
+
'color(display-p3 0.471 0.004 0.6 / 0.42)',
|
|
72
|
+
'color(display-p3 0.451 0 0.576 / 0.687)',
|
|
73
|
+
'color(display-p3 0.42 0 0.529 / 0.71)',
|
|
74
|
+
'color(display-p3 0.543 0.263 0.619)',
|
|
75
|
+
'color(display-p3 0.299 0.114 0.352)',
|
|
76
|
+
],
|
|
108
77
|
},
|
|
109
78
|
},
|
|
110
|
-
|
|
111
|
-
indicator: 'plum9',
|
|
112
|
-
track: 'plum9',
|
|
113
|
-
surface: {
|
|
79
|
+
dark: {
|
|
114
80
|
srgb: {
|
|
115
|
-
|
|
116
|
-
|
|
81
|
+
solid: [
|
|
82
|
+
'#181118',
|
|
83
|
+
'#201320',
|
|
84
|
+
'#351a35',
|
|
85
|
+
'#451d47',
|
|
86
|
+
'#512454',
|
|
87
|
+
'#5e3061',
|
|
88
|
+
'#734079',
|
|
89
|
+
'#92549c',
|
|
90
|
+
'#ab4aba',
|
|
91
|
+
'#b658c4',
|
|
92
|
+
'#e796f3',
|
|
93
|
+
'#f4d4f4',
|
|
94
|
+
],
|
|
95
|
+
alpha: [
|
|
96
|
+
'#f112f108',
|
|
97
|
+
'#f22ff211',
|
|
98
|
+
'#fd4cfd27',
|
|
99
|
+
'#f646ff3a',
|
|
100
|
+
'#f455ff48',
|
|
101
|
+
'#f66dff56',
|
|
102
|
+
'#f07cfd70',
|
|
103
|
+
'#ee84ff95',
|
|
104
|
+
'#e961feb6',
|
|
105
|
+
'#ed70ffc0',
|
|
106
|
+
'#f19cfef3',
|
|
107
|
+
'#feddfef4',
|
|
108
|
+
],
|
|
117
109
|
},
|
|
118
110
|
p3: {
|
|
119
|
-
|
|
120
|
-
|
|
111
|
+
solid: [
|
|
112
|
+
'color(display-p3 0.09 0.068 0.092)',
|
|
113
|
+
'color(display-p3 0.118 0.077 0.121)',
|
|
114
|
+
'color(display-p3 0.192 0.105 0.202)',
|
|
115
|
+
'color(display-p3 0.25 0.121 0.271)',
|
|
116
|
+
'color(display-p3 0.293 0.152 0.319)',
|
|
117
|
+
'color(display-p3 0.343 0.198 0.372)',
|
|
118
|
+
'color(display-p3 0.424 0.262 0.461)',
|
|
119
|
+
'color(display-p3 0.54 0.341 0.595)',
|
|
120
|
+
'color(display-p3 0.624 0.313 0.708)',
|
|
121
|
+
'color(display-p3 0.666 0.365 0.748)',
|
|
122
|
+
'color(display-p3 0.86 0.602 0.933)',
|
|
123
|
+
'color(display-p3 0.936 0.836 0.949)',
|
|
124
|
+
],
|
|
125
|
+
alpha: [
|
|
126
|
+
'color(display-p3 0.973 0.071 0.973 / 0.026)',
|
|
127
|
+
'color(display-p3 0.933 0.267 1 / 0.059)',
|
|
128
|
+
'color(display-p3 0.918 0.333 0.996 / 0.148)',
|
|
129
|
+
'color(display-p3 0.91 0.318 1 / 0.219)',
|
|
130
|
+
'color(display-p3 0.914 0.388 1 / 0.269)',
|
|
131
|
+
'color(display-p3 0.906 0.463 1 / 0.328)',
|
|
132
|
+
'color(display-p3 0.906 0.529 1 / 0.425)',
|
|
133
|
+
'color(display-p3 0.906 0.553 1 / 0.568)',
|
|
134
|
+
'color(display-p3 0.875 0.427 1 / 0.69)',
|
|
135
|
+
'color(display-p3 0.886 0.471 0.996 / 0.732)',
|
|
136
|
+
'color(display-p3 0.86 0.602 0.933)',
|
|
137
|
+
'color(display-p3 0.936 0.836 0.949)',
|
|
138
|
+
],
|
|
121
139
|
},
|
|
122
140
|
},
|
|
123
|
-
name: 'plum',
|
|
124
141
|
};
|