@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/red.js
CHANGED
|
@@ -1,124 +1,141 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
+
name: 'red',
|
|
4
|
+
indicator: 9,
|
|
5
|
+
contrast: 'white',
|
|
6
|
+
track: 9,
|
|
7
|
+
surface: {
|
|
3
8
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
red3: '#feebec',
|
|
7
|
-
red4: '#ffdbdc',
|
|
8
|
-
red5: '#ffcdce',
|
|
9
|
-
red6: '#fdbdbe',
|
|
10
|
-
red7: '#f4a9aa',
|
|
11
|
-
red8: '#eb8e90',
|
|
12
|
-
red9: '#e5484d',
|
|
13
|
-
red10: '#dc3e42',
|
|
14
|
-
red11: '#ce2c31',
|
|
15
|
-
red12: '#641723',
|
|
16
|
-
redA1: '#ff000003',
|
|
17
|
-
redA2: '#ff000008',
|
|
18
|
-
redA3: '#f3000d14',
|
|
19
|
-
redA4: '#ff000824',
|
|
20
|
-
redA5: '#ff000632',
|
|
21
|
-
redA6: '#f8000442',
|
|
22
|
-
redA7: '#df000356',
|
|
23
|
-
redA8: '#d2000571',
|
|
24
|
-
redA9: '#db0007b7',
|
|
25
|
-
redA10: '#d10005c1',
|
|
26
|
-
redA11: '#c40006d3',
|
|
27
|
-
redA12: '#55000de8',
|
|
9
|
+
srgb: '#fff5f5cc',
|
|
10
|
+
p3: 'color(display-p3 0.9961 0.9647 0.9647 / 0.8)',
|
|
28
11
|
},
|
|
29
12
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
red3: '#3b1219',
|
|
33
|
-
red4: '#500f1c',
|
|
34
|
-
red5: '#611623',
|
|
35
|
-
red6: '#72232d',
|
|
36
|
-
red7: '#8c333a',
|
|
37
|
-
red8: '#b54548',
|
|
38
|
-
red9: '#e5484d',
|
|
39
|
-
red10: '#ec5d5e',
|
|
40
|
-
red11: '#ff9592',
|
|
41
|
-
red12: '#ffd1d9',
|
|
42
|
-
redA1: '#f4121209',
|
|
43
|
-
redA2: '#f22f3e11',
|
|
44
|
-
redA3: '#ff173f2d',
|
|
45
|
-
redA4: '#fe0a3b44',
|
|
46
|
-
redA5: '#ff204756',
|
|
47
|
-
redA6: '#ff3e5668',
|
|
48
|
-
redA7: '#ff536184',
|
|
49
|
-
redA8: '#ff5d61b0',
|
|
50
|
-
redA9: '#fe4e54e4',
|
|
51
|
-
redA10: '#ff6465eb',
|
|
52
|
-
redA11: '#ff9592',
|
|
53
|
-
redA12: '#ffd1d9',
|
|
13
|
+
srgb: '#2f151780',
|
|
14
|
+
p3: 'color(display-p3 0.1647 0.0863 0.0863 / 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
|
+
'#fffcfc',
|
|
21
|
+
'#fff7f7',
|
|
22
|
+
'#feebec',
|
|
23
|
+
'#ffdbdc',
|
|
24
|
+
'#ffcdce',
|
|
25
|
+
'#fdbdbe',
|
|
26
|
+
'#f4a9aa',
|
|
27
|
+
'#eb8e90',
|
|
28
|
+
'#e5484d',
|
|
29
|
+
'#dc3e42',
|
|
30
|
+
'#ce2c31',
|
|
31
|
+
'#641723',
|
|
32
|
+
],
|
|
33
|
+
alpha: [
|
|
34
|
+
'#ff000003',
|
|
35
|
+
'#ff000008',
|
|
36
|
+
'#f3000d14',
|
|
37
|
+
'#ff000824',
|
|
38
|
+
'#ff000632',
|
|
39
|
+
'#f8000442',
|
|
40
|
+
'#df000356',
|
|
41
|
+
'#d2000571',
|
|
42
|
+
'#db0007b7',
|
|
43
|
+
'#d10005c1',
|
|
44
|
+
'#c40006d3',
|
|
45
|
+
'#55000de8',
|
|
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.988)',
|
|
51
|
+
'color(display-p3 0.995 0.971 0.971)',
|
|
52
|
+
'color(display-p3 0.985 0.925 0.925)',
|
|
53
|
+
'color(display-p3 0.999 0.866 0.866)',
|
|
54
|
+
'color(display-p3 0.984 0.812 0.811)',
|
|
55
|
+
'color(display-p3 0.955 0.751 0.749)',
|
|
56
|
+
'color(display-p3 0.915 0.675 0.672)',
|
|
57
|
+
'color(display-p3 0.872 0.575 0.572)',
|
|
58
|
+
'color(display-p3 0.83 0.329 0.324)',
|
|
59
|
+
'color(display-p3 0.798 0.294 0.285)',
|
|
60
|
+
'color(display-p3 0.744 0.234 0.222)',
|
|
61
|
+
'color(display-p3 0.36 0.115 0.143)',
|
|
62
|
+
],
|
|
63
|
+
alpha: [
|
|
64
|
+
'color(display-p3 0.675 0.024 0.024 / 0.012)',
|
|
65
|
+
'color(display-p3 0.863 0.024 0.024 / 0.028)',
|
|
66
|
+
'color(display-p3 0.792 0.008 0.008 / 0.075)',
|
|
67
|
+
'color(display-p3 1 0.008 0.008 / 0.134)',
|
|
68
|
+
'color(display-p3 0.918 0.008 0.008 / 0.189)',
|
|
69
|
+
'color(display-p3 0.831 0.02 0.004 / 0.251)',
|
|
70
|
+
'color(display-p3 0.741 0.016 0.004 / 0.33)',
|
|
71
|
+
'color(display-p3 0.698 0.012 0.004 / 0.428)',
|
|
72
|
+
'color(display-p3 0.749 0.008 0 / 0.675)',
|
|
73
|
+
'color(display-p3 0.714 0.012 0 / 0.714)',
|
|
74
|
+
'color(display-p3 0.744 0.234 0.222)',
|
|
75
|
+
'color(display-p3 0.36 0.115 0.143)',
|
|
76
|
+
],
|
|
108
77
|
},
|
|
109
78
|
},
|
|
110
|
-
|
|
111
|
-
indicator: 'red9',
|
|
112
|
-
track: 'red9',
|
|
113
|
-
surface: {
|
|
79
|
+
dark: {
|
|
114
80
|
srgb: {
|
|
115
|
-
|
|
116
|
-
|
|
81
|
+
solid: [
|
|
82
|
+
'#191111',
|
|
83
|
+
'#201314',
|
|
84
|
+
'#3b1219',
|
|
85
|
+
'#500f1c',
|
|
86
|
+
'#611623',
|
|
87
|
+
'#72232d',
|
|
88
|
+
'#8c333a',
|
|
89
|
+
'#b54548',
|
|
90
|
+
'#e5484d',
|
|
91
|
+
'#ec5d5e',
|
|
92
|
+
'#ff9592',
|
|
93
|
+
'#ffd1d9',
|
|
94
|
+
],
|
|
95
|
+
alpha: [
|
|
96
|
+
'#f4121209',
|
|
97
|
+
'#f22f3e11',
|
|
98
|
+
'#ff173f2d',
|
|
99
|
+
'#fe0a3b44',
|
|
100
|
+
'#ff204756',
|
|
101
|
+
'#ff3e5668',
|
|
102
|
+
'#ff536184',
|
|
103
|
+
'#ff5d61b0',
|
|
104
|
+
'#fe4e54e4',
|
|
105
|
+
'#ff6465eb',
|
|
106
|
+
'#ff9592',
|
|
107
|
+
'#ffd1d9',
|
|
108
|
+
],
|
|
117
109
|
},
|
|
118
110
|
p3: {
|
|
119
|
-
|
|
120
|
-
|
|
111
|
+
solid: [
|
|
112
|
+
'color(display-p3 0.093 0.068 0.067)',
|
|
113
|
+
'color(display-p3 0.118 0.077 0.079)',
|
|
114
|
+
'color(display-p3 0.211 0.081 0.099)',
|
|
115
|
+
'color(display-p3 0.287 0.079 0.113)',
|
|
116
|
+
'color(display-p3 0.348 0.11 0.142)',
|
|
117
|
+
'color(display-p3 0.414 0.16 0.183)',
|
|
118
|
+
'color(display-p3 0.508 0.224 0.236)',
|
|
119
|
+
'color(display-p3 0.659 0.298 0.297)',
|
|
120
|
+
'color(display-p3 0.83 0.329 0.324)',
|
|
121
|
+
'color(display-p3 0.861 0.403 0.387)',
|
|
122
|
+
'color(display-p3 1 0.57 0.55)',
|
|
123
|
+
'color(display-p3 0.971 0.826 0.852)',
|
|
124
|
+
],
|
|
125
|
+
alpha: [
|
|
126
|
+
'color(display-p3 0.984 0.071 0.071 / 0.03)',
|
|
127
|
+
'color(display-p3 0.996 0.282 0.282 / 0.055)',
|
|
128
|
+
'color(display-p3 1 0.169 0.271 / 0.156)',
|
|
129
|
+
'color(display-p3 1 0.118 0.267 / 0.236)',
|
|
130
|
+
'color(display-p3 1 0.212 0.314 / 0.303)',
|
|
131
|
+
'color(display-p3 1 0.318 0.38 / 0.374)',
|
|
132
|
+
'color(display-p3 1 0.4 0.424 / 0.475)',
|
|
133
|
+
'color(display-p3 1 0.431 0.431 / 0.635)',
|
|
134
|
+
'color(display-p3 1 0.388 0.384 / 0.82)',
|
|
135
|
+
'color(display-p3 1 0.463 0.447 / 0.853)',
|
|
136
|
+
'color(display-p3 1 0.57 0.55)',
|
|
137
|
+
'color(display-p3 0.971 0.826 0.852)',
|
|
138
|
+
],
|
|
121
139
|
},
|
|
122
140
|
},
|
|
123
|
-
name: 'red',
|
|
124
141
|
};
|
package/dist/colors/ruby.d.ts
CHANGED
|
@@ -1,125 +1,37 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
name: "ruby";
|
|
3
|
+
indicator: number;
|
|
4
|
+
contrast: string;
|
|
5
|
+
track: number;
|
|
6
|
+
surface: {
|
|
3
7
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
ruby3: string;
|
|
7
|
-
ruby4: string;
|
|
8
|
-
ruby5: string;
|
|
9
|
-
ruby6: string;
|
|
10
|
-
ruby7: string;
|
|
11
|
-
ruby8: string;
|
|
12
|
-
ruby9: string;
|
|
13
|
-
ruby10: string;
|
|
14
|
-
ruby11: string;
|
|
15
|
-
ruby12: string;
|
|
16
|
-
rubyA1: string;
|
|
17
|
-
rubyA2: string;
|
|
18
|
-
rubyA3: string;
|
|
19
|
-
rubyA4: string;
|
|
20
|
-
rubyA5: string;
|
|
21
|
-
rubyA6: string;
|
|
22
|
-
rubyA7: string;
|
|
23
|
-
rubyA8: string;
|
|
24
|
-
rubyA9: string;
|
|
25
|
-
rubyA10: string;
|
|
26
|
-
rubyA11: string;
|
|
27
|
-
rubyA12: string;
|
|
8
|
+
srgb: string;
|
|
9
|
+
p3: string;
|
|
28
10
|
};
|
|
29
11
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
ruby3: string;
|
|
33
|
-
ruby4: string;
|
|
34
|
-
ruby5: string;
|
|
35
|
-
ruby6: string;
|
|
36
|
-
ruby7: string;
|
|
37
|
-
ruby8: string;
|
|
38
|
-
ruby9: string;
|
|
39
|
-
ruby10: string;
|
|
40
|
-
ruby11: string;
|
|
41
|
-
ruby12: string;
|
|
42
|
-
rubyA1: string;
|
|
43
|
-
rubyA2: string;
|
|
44
|
-
rubyA3: string;
|
|
45
|
-
rubyA4: string;
|
|
46
|
-
rubyA5: string;
|
|
47
|
-
rubyA6: string;
|
|
48
|
-
rubyA7: string;
|
|
49
|
-
rubyA8: string;
|
|
50
|
-
rubyA9: string;
|
|
51
|
-
rubyA10: string;
|
|
52
|
-
rubyA11: string;
|
|
53
|
-
rubyA12: string;
|
|
12
|
+
srgb: string;
|
|
13
|
+
p3: string;
|
|
54
14
|
};
|
|
55
15
|
};
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
ruby3: string;
|
|
61
|
-
ruby4: string;
|
|
62
|
-
ruby5: string;
|
|
63
|
-
ruby6: string;
|
|
64
|
-
ruby7: string;
|
|
65
|
-
ruby8: string;
|
|
66
|
-
ruby9: string;
|
|
67
|
-
ruby10: string;
|
|
68
|
-
ruby11: string;
|
|
69
|
-
ruby12: string;
|
|
70
|
-
rubyA1: string;
|
|
71
|
-
rubyA2: string;
|
|
72
|
-
rubyA3: string;
|
|
73
|
-
rubyA4: string;
|
|
74
|
-
rubyA5: string;
|
|
75
|
-
rubyA6: string;
|
|
76
|
-
rubyA7: string;
|
|
77
|
-
rubyA8: string;
|
|
78
|
-
rubyA9: string;
|
|
79
|
-
rubyA10: string;
|
|
80
|
-
rubyA11: string;
|
|
81
|
-
rubyA12: 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
|
-
ruby3: string;
|
|
87
|
-
ruby4: string;
|
|
88
|
-
ruby5: string;
|
|
89
|
-
ruby6: string;
|
|
90
|
-
ruby7: string;
|
|
91
|
-
ruby8: string;
|
|
92
|
-
ruby9: string;
|
|
93
|
-
ruby10: string;
|
|
94
|
-
ruby11: string;
|
|
95
|
-
ruby12: string;
|
|
96
|
-
rubyA1: string;
|
|
97
|
-
rubyA2: string;
|
|
98
|
-
rubyA3: string;
|
|
99
|
-
rubyA4: string;
|
|
100
|
-
rubyA5: string;
|
|
101
|
-
rubyA6: string;
|
|
102
|
-
rubyA7: string;
|
|
103
|
-
rubyA8: string;
|
|
104
|
-
rubyA9: string;
|
|
105
|
-
rubyA10: string;
|
|
106
|
-
rubyA11: string;
|
|
107
|
-
rubyA12: 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: "ruby";
|
|
124
36
|
};
|
|
125
37
|
export default _default;
|
package/dist/colors/ruby.js
CHANGED
|
@@ -1,124 +1,141 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
+
name: 'ruby',
|
|
4
|
+
indicator: 9,
|
|
5
|
+
contrast: 'white',
|
|
6
|
+
track: 9,
|
|
7
|
+
surface: {
|
|
3
8
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
ruby3: '#feeaed',
|
|
7
|
-
ruby4: '#ffdce1',
|
|
8
|
-
ruby5: '#ffced6',
|
|
9
|
-
ruby6: '#f8bfc8',
|
|
10
|
-
ruby7: '#efacb8',
|
|
11
|
-
ruby8: '#e592a3',
|
|
12
|
-
ruby9: '#e54666',
|
|
13
|
-
ruby10: '#dc3b5d',
|
|
14
|
-
ruby11: '#ca244d',
|
|
15
|
-
ruby12: '#64172b',
|
|
16
|
-
rubyA1: '#ff005503',
|
|
17
|
-
rubyA2: '#ff002008',
|
|
18
|
-
rubyA3: '#f3002515',
|
|
19
|
-
rubyA4: '#ff002523',
|
|
20
|
-
rubyA5: '#ff002a31',
|
|
21
|
-
rubyA6: '#e4002440',
|
|
22
|
-
rubyA7: '#ce002553',
|
|
23
|
-
rubyA8: '#c300286d',
|
|
24
|
-
rubyA9: '#db002cb9',
|
|
25
|
-
rubyA10: '#d2002cc4',
|
|
26
|
-
rubyA11: '#c10030db',
|
|
27
|
-
rubyA12: '#550016e8',
|
|
9
|
+
srgb: '#fff5f6cc',
|
|
10
|
+
p3: 'color(display-p3 0.9961 0.9647 0.9647 / 0.8)',
|
|
28
11
|
},
|
|
29
12
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
ruby3: '#3a141e',
|
|
33
|
-
ruby4: '#4e1325',
|
|
34
|
-
ruby5: '#5e1a2e',
|
|
35
|
-
ruby6: '#6f2539',
|
|
36
|
-
ruby7: '#883447',
|
|
37
|
-
ruby8: '#b3445a',
|
|
38
|
-
ruby9: '#e54666',
|
|
39
|
-
ruby10: '#ec5a72',
|
|
40
|
-
ruby11: '#ff949d',
|
|
41
|
-
ruby12: '#fed2e1',
|
|
42
|
-
rubyA1: '#f4124a09',
|
|
43
|
-
rubyA2: '#fe5a7f0e',
|
|
44
|
-
rubyA3: '#ff235d2c',
|
|
45
|
-
rubyA4: '#fd195e42',
|
|
46
|
-
rubyA5: '#fe2d6b53',
|
|
47
|
-
rubyA6: '#ff447665',
|
|
48
|
-
rubyA7: '#ff577d80',
|
|
49
|
-
rubyA8: '#ff5c7cae',
|
|
50
|
-
rubyA9: '#fe4c70e4',
|
|
51
|
-
rubyA10: '#ff617beb',
|
|
52
|
-
rubyA11: '#ff949d',
|
|
53
|
-
rubyA12: '#ffd3e2fe',
|
|
13
|
+
srgb: '#2b191d80',
|
|
14
|
+
p3: 'color(display-p3 0.1569 0.0941 0.1098 / 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
|
+
'#fffcfd',
|
|
21
|
+
'#fff7f8',
|
|
22
|
+
'#feeaed',
|
|
23
|
+
'#ffdce1',
|
|
24
|
+
'#ffced6',
|
|
25
|
+
'#f8bfc8',
|
|
26
|
+
'#efacb8',
|
|
27
|
+
'#e592a3',
|
|
28
|
+
'#e54666',
|
|
29
|
+
'#dc3b5d',
|
|
30
|
+
'#ca244d',
|
|
31
|
+
'#64172b',
|
|
32
|
+
],
|
|
33
|
+
alpha: [
|
|
34
|
+
'#ff005503',
|
|
35
|
+
'#ff002008',
|
|
36
|
+
'#f3002515',
|
|
37
|
+
'#ff002523',
|
|
38
|
+
'#ff002a31',
|
|
39
|
+
'#e4002440',
|
|
40
|
+
'#ce002553',
|
|
41
|
+
'#c300286d',
|
|
42
|
+
'#db002cb9',
|
|
43
|
+
'#d2002cc4',
|
|
44
|
+
'#c10030db',
|
|
45
|
+
'#550016e8',
|
|
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.992)',
|
|
51
|
+
'color(display-p3 0.995 0.971 0.974)',
|
|
52
|
+
'color(display-p3 0.983 0.92 0.928)',
|
|
53
|
+
'color(display-p3 0.987 0.869 0.885)',
|
|
54
|
+
'color(display-p3 0.968 0.817 0.839)',
|
|
55
|
+
'color(display-p3 0.937 0.758 0.786)',
|
|
56
|
+
'color(display-p3 0.897 0.685 0.721)',
|
|
57
|
+
'color(display-p3 0.851 0.588 0.639)',
|
|
58
|
+
'color(display-p3 0.83 0.323 0.408)',
|
|
59
|
+
'color(display-p3 0.795 0.286 0.375)',
|
|
60
|
+
'color(display-p3 0.728 0.211 0.311)',
|
|
61
|
+
'color(display-p3 0.36 0.115 0.171)',
|
|
62
|
+
],
|
|
63
|
+
alpha: [
|
|
64
|
+
'color(display-p3 0.675 0.024 0.349 / 0.012)',
|
|
65
|
+
'color(display-p3 0.863 0.024 0.024 / 0.028)',
|
|
66
|
+
'color(display-p3 0.804 0.008 0.11 / 0.079)',
|
|
67
|
+
'color(display-p3 0.91 0.008 0.125 / 0.13)',
|
|
68
|
+
'color(display-p3 0.831 0.004 0.133 / 0.185)',
|
|
69
|
+
'color(display-p3 0.745 0.004 0.118 / 0.244)',
|
|
70
|
+
'color(display-p3 0.678 0.004 0.114 / 0.314)',
|
|
71
|
+
'color(display-p3 0.639 0.004 0.125 / 0.412)',
|
|
72
|
+
'color(display-p3 0.753 0 0.129 / 0.679)',
|
|
73
|
+
'color(display-p3 0.714 0 0.125 / 0.714)',
|
|
74
|
+
'color(display-p3 0.728 0.211 0.311)',
|
|
75
|
+
'color(display-p3 0.36 0.115 0.171)',
|
|
76
|
+
],
|
|
108
77
|
},
|
|
109
78
|
},
|
|
110
|
-
|
|
111
|
-
indicator: 'ruby9',
|
|
112
|
-
track: 'ruby9',
|
|
113
|
-
surface: {
|
|
79
|
+
dark: {
|
|
114
80
|
srgb: {
|
|
115
|
-
|
|
116
|
-
|
|
81
|
+
solid: [
|
|
82
|
+
'#191113',
|
|
83
|
+
'#1e1517',
|
|
84
|
+
'#3a141e',
|
|
85
|
+
'#4e1325',
|
|
86
|
+
'#5e1a2e',
|
|
87
|
+
'#6f2539',
|
|
88
|
+
'#883447',
|
|
89
|
+
'#b3445a',
|
|
90
|
+
'#e54666',
|
|
91
|
+
'#ec5a72',
|
|
92
|
+
'#ff949d',
|
|
93
|
+
'#fed2e1',
|
|
94
|
+
],
|
|
95
|
+
alpha: [
|
|
96
|
+
'#f4124a09',
|
|
97
|
+
'#fe5a7f0e',
|
|
98
|
+
'#ff235d2c',
|
|
99
|
+
'#fd195e42',
|
|
100
|
+
'#fe2d6b53',
|
|
101
|
+
'#ff447665',
|
|
102
|
+
'#ff577d80',
|
|
103
|
+
'#ff5c7cae',
|
|
104
|
+
'#fe4c70e4',
|
|
105
|
+
'#ff617beb',
|
|
106
|
+
'#ff949d',
|
|
107
|
+
'#ffd3e2fe',
|
|
108
|
+
],
|
|
117
109
|
},
|
|
118
110
|
p3: {
|
|
119
|
-
|
|
120
|
-
|
|
111
|
+
solid: [
|
|
112
|
+
'color(display-p3 0.093 0.068 0.074)',
|
|
113
|
+
'color(display-p3 0.113 0.083 0.089)',
|
|
114
|
+
'color(display-p3 0.208 0.088 0.117)',
|
|
115
|
+
'color(display-p3 0.279 0.092 0.147)',
|
|
116
|
+
'color(display-p3 0.337 0.12 0.18)',
|
|
117
|
+
'color(display-p3 0.401 0.166 0.223)',
|
|
118
|
+
'color(display-p3 0.495 0.224 0.281)',
|
|
119
|
+
'color(display-p3 0.652 0.295 0.359)',
|
|
120
|
+
'color(display-p3 0.83 0.323 0.408)',
|
|
121
|
+
'color(display-p3 0.857 0.392 0.455)',
|
|
122
|
+
'color(display-p3 1 0.57 0.59)',
|
|
123
|
+
'color(display-p3 0.968 0.83 0.88)',
|
|
124
|
+
],
|
|
125
|
+
alpha: [
|
|
126
|
+
'color(display-p3 0.984 0.071 0.329 / 0.03)',
|
|
127
|
+
'color(display-p3 0.992 0.376 0.529 / 0.051)',
|
|
128
|
+
'color(display-p3 0.996 0.196 0.404 / 0.152)',
|
|
129
|
+
'color(display-p3 1 0.173 0.416 / 0.227)',
|
|
130
|
+
'color(display-p3 1 0.259 0.459 / 0.29)',
|
|
131
|
+
'color(display-p3 1 0.341 0.506 / 0.358)',
|
|
132
|
+
'color(display-p3 1 0.412 0.541 / 0.458)',
|
|
133
|
+
'color(display-p3 1 0.431 0.537 / 0.627)',
|
|
134
|
+
'color(display-p3 1 0.376 0.482 / 0.82)',
|
|
135
|
+
'color(display-p3 1 0.447 0.522 / 0.849)',
|
|
136
|
+
'color(display-p3 1 0.57 0.59)',
|
|
137
|
+
'color(display-p3 0.968 0.83 0.88)',
|
|
138
|
+
],
|
|
121
139
|
},
|
|
122
140
|
},
|
|
123
|
-
name: 'ruby',
|
|
124
141
|
};
|