@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/sand.js
CHANGED
|
@@ -1,124 +1,141 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
+
name: 'sand',
|
|
4
|
+
indicator: 9,
|
|
5
|
+
contrast: 'white',
|
|
6
|
+
track: 9,
|
|
7
|
+
surface: {
|
|
3
8
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
sand3: '#f1f0ef',
|
|
7
|
-
sand4: '#e9e8e6',
|
|
8
|
-
sand5: '#e2e1de',
|
|
9
|
-
sand6: '#dad9d6',
|
|
10
|
-
sand7: '#cfceca',
|
|
11
|
-
sand8: '#bcbbb5',
|
|
12
|
-
sand9: '#8d8d86',
|
|
13
|
-
sand10: '#82827c',
|
|
14
|
-
sand11: '#63635e',
|
|
15
|
-
sand12: '#21201c',
|
|
16
|
-
sandA1: '#55550003',
|
|
17
|
-
sandA2: '#25250007',
|
|
18
|
-
sandA3: '#20100010',
|
|
19
|
-
sandA4: '#1f150019',
|
|
20
|
-
sandA5: '#1f180021',
|
|
21
|
-
sandA6: '#19130029',
|
|
22
|
-
sandA7: '#19140035',
|
|
23
|
-
sandA8: '#1915014a',
|
|
24
|
-
sandA9: '#0f0f0079',
|
|
25
|
-
sandA10: '#0c0c0083',
|
|
26
|
-
sandA11: '#080800a1',
|
|
27
|
-
sandA12: '#060500e3',
|
|
9
|
+
srgb: '#ffffffcc',
|
|
10
|
+
p3: 'color(display-p3 1 1 1 / 0.8)',
|
|
28
11
|
},
|
|
29
12
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
sand3: '#222221',
|
|
33
|
-
sand4: '#2a2a28',
|
|
34
|
-
sand5: '#31312e',
|
|
35
|
-
sand6: '#3b3a37',
|
|
36
|
-
sand7: '#494844',
|
|
37
|
-
sand8: '#62605b',
|
|
38
|
-
sand9: '#6f6d66',
|
|
39
|
-
sand10: '#7c7b74',
|
|
40
|
-
sand11: '#b5b3ad',
|
|
41
|
-
sand12: '#eeeeec',
|
|
42
|
-
sandA1: '#00000000',
|
|
43
|
-
sandA2: '#f4f4f309',
|
|
44
|
-
sandA3: '#f6f6f513',
|
|
45
|
-
sandA4: '#fefef31b',
|
|
46
|
-
sandA5: '#fbfbeb23',
|
|
47
|
-
sandA6: '#fffaed2d',
|
|
48
|
-
sandA7: '#fffbed3c',
|
|
49
|
-
sandA8: '#fff9eb57',
|
|
50
|
-
sandA9: '#fffae965',
|
|
51
|
-
sandA10: '#fffdee73',
|
|
52
|
-
sandA11: '#fffcf4b0',
|
|
53
|
-
sandA12: '#fffffded',
|
|
13
|
+
srgb: '#21212080',
|
|
14
|
+
p3: 'color(display-p3 0.1255 0.1255 0.1255 / 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
|
+
'#fdfdfc',
|
|
21
|
+
'#f9f9f8',
|
|
22
|
+
'#f1f0ef',
|
|
23
|
+
'#e9e8e6',
|
|
24
|
+
'#e2e1de',
|
|
25
|
+
'#dad9d6',
|
|
26
|
+
'#cfceca',
|
|
27
|
+
'#bcbbb5',
|
|
28
|
+
'#8d8d86',
|
|
29
|
+
'#82827c',
|
|
30
|
+
'#63635e',
|
|
31
|
+
'#21201c',
|
|
32
|
+
],
|
|
33
|
+
alpha: [
|
|
34
|
+
'#55550003',
|
|
35
|
+
'#25250007',
|
|
36
|
+
'#20100010',
|
|
37
|
+
'#1f150019',
|
|
38
|
+
'#1f180021',
|
|
39
|
+
'#19130029',
|
|
40
|
+
'#19140035',
|
|
41
|
+
'#1915014a',
|
|
42
|
+
'#0f0f0079',
|
|
43
|
+
'#0c0c0083',
|
|
44
|
+
'#080800a1',
|
|
45
|
+
'#060500e3',
|
|
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.992 0.992 0.989)',
|
|
51
|
+
'color(display-p3 0.977 0.977 0.973)',
|
|
52
|
+
'color(display-p3 0.943 0.942 0.936)',
|
|
53
|
+
'color(display-p3 0.913 0.912 0.903)',
|
|
54
|
+
'color(display-p3 0.885 0.883 0.873)',
|
|
55
|
+
'color(display-p3 0.854 0.852 0.839)',
|
|
56
|
+
'color(display-p3 0.813 0.81 0.794)',
|
|
57
|
+
'color(display-p3 0.738 0.734 0.713)',
|
|
58
|
+
'color(display-p3 0.553 0.553 0.528)',
|
|
59
|
+
'color(display-p3 0.511 0.511 0.488)',
|
|
60
|
+
'color(display-p3 0.388 0.388 0.37)',
|
|
61
|
+
'color(display-p3 0.129 0.126 0.111)',
|
|
62
|
+
],
|
|
63
|
+
alpha: [
|
|
64
|
+
'color(display-p3 0.349 0.349 0.024 / 0.012)',
|
|
65
|
+
'color(display-p3 0.161 0.161 0.024 / 0.028)',
|
|
66
|
+
'color(display-p3 0.067 0.067 0.008 / 0.063)',
|
|
67
|
+
'color(display-p3 0.129 0.129 0.012 / 0.099)',
|
|
68
|
+
'color(display-p3 0.098 0.067 0.008 / 0.126)',
|
|
69
|
+
'color(display-p3 0.102 0.075 0.004 / 0.161)',
|
|
70
|
+
'color(display-p3 0.098 0.098 0.004 / 0.208)',
|
|
71
|
+
'color(display-p3 0.086 0.075 0.004 / 0.287)',
|
|
72
|
+
'color(display-p3 0.051 0.051 0.004 / 0.471)',
|
|
73
|
+
'color(display-p3 0.047 0.047 0 / 0.514)',
|
|
74
|
+
'color(display-p3 0.031 0.031 0 / 0.632)',
|
|
75
|
+
'color(display-p3 0.024 0.02 0 / 0.891)',
|
|
76
|
+
],
|
|
108
77
|
},
|
|
109
78
|
},
|
|
110
|
-
|
|
111
|
-
indicator: 'sand9',
|
|
112
|
-
track: 'sand9',
|
|
113
|
-
surface: {
|
|
79
|
+
dark: {
|
|
114
80
|
srgb: {
|
|
115
|
-
|
|
116
|
-
|
|
81
|
+
solid: [
|
|
82
|
+
'#111110',
|
|
83
|
+
'#191918',
|
|
84
|
+
'#222221',
|
|
85
|
+
'#2a2a28',
|
|
86
|
+
'#31312e',
|
|
87
|
+
'#3b3a37',
|
|
88
|
+
'#494844',
|
|
89
|
+
'#62605b',
|
|
90
|
+
'#6f6d66',
|
|
91
|
+
'#7c7b74',
|
|
92
|
+
'#b5b3ad',
|
|
93
|
+
'#eeeeec',
|
|
94
|
+
],
|
|
95
|
+
alpha: [
|
|
96
|
+
'#00000000',
|
|
97
|
+
'#f4f4f309',
|
|
98
|
+
'#f6f6f513',
|
|
99
|
+
'#fefef31b',
|
|
100
|
+
'#fbfbeb23',
|
|
101
|
+
'#fffaed2d',
|
|
102
|
+
'#fffbed3c',
|
|
103
|
+
'#fff9eb57',
|
|
104
|
+
'#fffae965',
|
|
105
|
+
'#fffdee73',
|
|
106
|
+
'#fffcf4b0',
|
|
107
|
+
'#fffffded',
|
|
108
|
+
],
|
|
117
109
|
},
|
|
118
110
|
p3: {
|
|
119
|
-
|
|
120
|
-
|
|
111
|
+
solid: [
|
|
112
|
+
'color(display-p3 0.067 0.067 0.063)',
|
|
113
|
+
'color(display-p3 0.098 0.098 0.094)',
|
|
114
|
+
'color(display-p3 0.135 0.135 0.129)',
|
|
115
|
+
'color(display-p3 0.164 0.163 0.156)',
|
|
116
|
+
'color(display-p3 0.193 0.192 0.183)',
|
|
117
|
+
'color(display-p3 0.23 0.229 0.217)',
|
|
118
|
+
'color(display-p3 0.285 0.282 0.267)',
|
|
119
|
+
'color(display-p3 0.384 0.378 0.357)',
|
|
120
|
+
'color(display-p3 0.434 0.428 0.403)',
|
|
121
|
+
'color(display-p3 0.487 0.481 0.456)',
|
|
122
|
+
'color(display-p3 0.707 0.703 0.68)',
|
|
123
|
+
'color(display-p3 0.933 0.933 0.926)',
|
|
124
|
+
],
|
|
125
|
+
alpha: [
|
|
126
|
+
'color(display-p3 0 0 0 / 0)',
|
|
127
|
+
'color(display-p3 0.992 0.992 0.988 / 0.034)',
|
|
128
|
+
'color(display-p3 0.996 0.996 0.992 / 0.072)',
|
|
129
|
+
'color(display-p3 0.992 0.992 0.953 / 0.106)',
|
|
130
|
+
'color(display-p3 1 1 0.965 / 0.135)',
|
|
131
|
+
'color(display-p3 1 0.976 0.929 / 0.177)',
|
|
132
|
+
'color(display-p3 1 0.984 0.929 / 0.236)',
|
|
133
|
+
'color(display-p3 1 0.976 0.925 / 0.341)',
|
|
134
|
+
'color(display-p3 1 0.98 0.925 / 0.395)',
|
|
135
|
+
'color(display-p3 1 0.992 0.933 / 0.45)',
|
|
136
|
+
'color(display-p3 1 0.996 0.961 / 0.685)',
|
|
137
|
+
'color(display-p3 1 1 0.992 / 0.929)',
|
|
138
|
+
],
|
|
121
139
|
},
|
|
122
140
|
},
|
|
123
|
-
name: 'sand',
|
|
124
141
|
};
|
package/dist/colors/sky.d.ts
CHANGED
|
@@ -1,125 +1,37 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
2
|
+
name: "sky";
|
|
3
|
+
indicator: number;
|
|
4
|
+
contrast: string;
|
|
5
|
+
track: number;
|
|
6
|
+
surface: {
|
|
3
7
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
sky3: string;
|
|
7
|
-
sky4: string;
|
|
8
|
-
sky5: string;
|
|
9
|
-
sky6: string;
|
|
10
|
-
sky7: string;
|
|
11
|
-
sky8: string;
|
|
12
|
-
sky9: string;
|
|
13
|
-
sky10: string;
|
|
14
|
-
sky11: string;
|
|
15
|
-
sky12: string;
|
|
16
|
-
skyA1: string;
|
|
17
|
-
skyA2: string;
|
|
18
|
-
skyA3: string;
|
|
19
|
-
skyA4: string;
|
|
20
|
-
skyA5: string;
|
|
21
|
-
skyA6: string;
|
|
22
|
-
skyA7: string;
|
|
23
|
-
skyA8: string;
|
|
24
|
-
skyA9: string;
|
|
25
|
-
skyA10: string;
|
|
26
|
-
skyA11: string;
|
|
27
|
-
skyA12: string;
|
|
8
|
+
srgb: string;
|
|
9
|
+
p3: string;
|
|
28
10
|
};
|
|
29
11
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
sky3: string;
|
|
33
|
-
sky4: string;
|
|
34
|
-
sky5: string;
|
|
35
|
-
sky6: string;
|
|
36
|
-
sky7: string;
|
|
37
|
-
sky8: string;
|
|
38
|
-
sky9: string;
|
|
39
|
-
sky10: string;
|
|
40
|
-
sky11: string;
|
|
41
|
-
sky12: string;
|
|
42
|
-
skyA1: string;
|
|
43
|
-
skyA2: string;
|
|
44
|
-
skyA3: string;
|
|
45
|
-
skyA4: string;
|
|
46
|
-
skyA5: string;
|
|
47
|
-
skyA6: string;
|
|
48
|
-
skyA7: string;
|
|
49
|
-
skyA8: string;
|
|
50
|
-
skyA9: string;
|
|
51
|
-
skyA10: string;
|
|
52
|
-
skyA11: string;
|
|
53
|
-
skyA12: string;
|
|
12
|
+
srgb: string;
|
|
13
|
+
p3: string;
|
|
54
14
|
};
|
|
55
15
|
};
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
sky3: string;
|
|
61
|
-
sky4: string;
|
|
62
|
-
sky5: string;
|
|
63
|
-
sky6: string;
|
|
64
|
-
sky7: string;
|
|
65
|
-
sky8: string;
|
|
66
|
-
sky9: string;
|
|
67
|
-
sky10: string;
|
|
68
|
-
sky11: string;
|
|
69
|
-
sky12: string;
|
|
70
|
-
skyA1: string;
|
|
71
|
-
skyA2: string;
|
|
72
|
-
skyA3: string;
|
|
73
|
-
skyA4: string;
|
|
74
|
-
skyA5: string;
|
|
75
|
-
skyA6: string;
|
|
76
|
-
skyA7: string;
|
|
77
|
-
skyA8: string;
|
|
78
|
-
skyA9: string;
|
|
79
|
-
skyA10: string;
|
|
80
|
-
skyA11: string;
|
|
81
|
-
skyA12: 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
|
-
sky3: string;
|
|
87
|
-
sky4: string;
|
|
88
|
-
sky5: string;
|
|
89
|
-
sky6: string;
|
|
90
|
-
sky7: string;
|
|
91
|
-
sky8: string;
|
|
92
|
-
sky9: string;
|
|
93
|
-
sky10: string;
|
|
94
|
-
sky11: string;
|
|
95
|
-
sky12: string;
|
|
96
|
-
skyA1: string;
|
|
97
|
-
skyA2: string;
|
|
98
|
-
skyA3: string;
|
|
99
|
-
skyA4: string;
|
|
100
|
-
skyA5: string;
|
|
101
|
-
skyA6: string;
|
|
102
|
-
skyA7: string;
|
|
103
|
-
skyA8: string;
|
|
104
|
-
skyA9: string;
|
|
105
|
-
skyA10: string;
|
|
106
|
-
skyA11: string;
|
|
107
|
-
skyA12: 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: "sky";
|
|
124
36
|
};
|
|
125
37
|
export default _default;
|
package/dist/colors/sky.js
CHANGED
|
@@ -1,124 +1,141 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
+
name: 'sky',
|
|
4
|
+
indicator: 9,
|
|
5
|
+
contrast: '#1c2024',
|
|
6
|
+
track: 9,
|
|
7
|
+
surface: {
|
|
3
8
|
light: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
sky3: '#e1f6fd',
|
|
7
|
-
sky4: '#d1f0fa',
|
|
8
|
-
sky5: '#bee7f5',
|
|
9
|
-
sky6: '#a9daed',
|
|
10
|
-
sky7: '#8dcae3',
|
|
11
|
-
sky8: '#60b3d7',
|
|
12
|
-
sky9: '#7ce2fe',
|
|
13
|
-
sky10: '#74daf8',
|
|
14
|
-
sky11: '#00749e',
|
|
15
|
-
sky12: '#1d3e56',
|
|
16
|
-
skyA1: '#00d5ff06',
|
|
17
|
-
skyA2: '#00a4db0e',
|
|
18
|
-
skyA3: '#00b3ee1e',
|
|
19
|
-
skyA4: '#00ace42e',
|
|
20
|
-
skyA5: '#00a1d841',
|
|
21
|
-
skyA6: '#0092ca56',
|
|
22
|
-
skyA7: '#0089c172',
|
|
23
|
-
skyA8: '#0085bf9f',
|
|
24
|
-
skyA9: '#00c7fe83',
|
|
25
|
-
skyA10: '#00bcf38b',
|
|
26
|
-
skyA11: '#00749e',
|
|
27
|
-
skyA12: '#002540e2',
|
|
9
|
+
srgb: '#eef9fdcc',
|
|
10
|
+
p3: 'color(display-p3 0.9412 0.9765 0.9843 / 0.8)',
|
|
28
11
|
},
|
|
29
12
|
dark: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
sky3: '#112840',
|
|
33
|
-
sky4: '#113555',
|
|
34
|
-
sky5: '#154467',
|
|
35
|
-
sky6: '#1b537b',
|
|
36
|
-
sky7: '#1f6692',
|
|
37
|
-
sky8: '#197cae',
|
|
38
|
-
sky9: '#7ce2fe',
|
|
39
|
-
sky10: '#a8eeff',
|
|
40
|
-
sky11: '#75c7f0',
|
|
41
|
-
sky12: '#c2f3ff',
|
|
42
|
-
skyA1: '#0044ff0f',
|
|
43
|
-
skyA2: '#1171fb18',
|
|
44
|
-
skyA3: '#1184fc33',
|
|
45
|
-
skyA4: '#128fff49',
|
|
46
|
-
skyA5: '#1c9dfd5d',
|
|
47
|
-
skyA6: '#28a5ff72',
|
|
48
|
-
skyA7: '#2badfe8b',
|
|
49
|
-
skyA8: '#1db2fea9',
|
|
50
|
-
skyA9: '#7ce3fffe',
|
|
51
|
-
skyA10: '#a8eeff',
|
|
52
|
-
skyA11: '#7cd3ffef',
|
|
53
|
-
skyA12: '#c2f3ff',
|
|
13
|
+
srgb: '#13233b80',
|
|
14
|
+
p3: 'color(display-p3 0.0863 0.1333 0.2196 / 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
|
+
'#f9feff',
|
|
21
|
+
'#f1fafd',
|
|
22
|
+
'#e1f6fd',
|
|
23
|
+
'#d1f0fa',
|
|
24
|
+
'#bee7f5',
|
|
25
|
+
'#a9daed',
|
|
26
|
+
'#8dcae3',
|
|
27
|
+
'#60b3d7',
|
|
28
|
+
'#7ce2fe',
|
|
29
|
+
'#74daf8',
|
|
30
|
+
'#00749e',
|
|
31
|
+
'#1d3e56',
|
|
32
|
+
],
|
|
33
|
+
alpha: [
|
|
34
|
+
'#00d5ff06',
|
|
35
|
+
'#00a4db0e',
|
|
36
|
+
'#00b3ee1e',
|
|
37
|
+
'#00ace42e',
|
|
38
|
+
'#00a1d841',
|
|
39
|
+
'#0092ca56',
|
|
40
|
+
'#0089c172',
|
|
41
|
+
'#0085bf9f',
|
|
42
|
+
'#00c7fe83',
|
|
43
|
+
'#00bcf38b',
|
|
44
|
+
'#00749e',
|
|
45
|
+
'#002540e2',
|
|
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.98 0.995 0.999)',
|
|
51
|
+
'color(display-p3 0.953 0.98 0.99)',
|
|
52
|
+
'color(display-p3 0.899 0.963 0.989)',
|
|
53
|
+
'color(display-p3 0.842 0.937 0.977)',
|
|
54
|
+
'color(display-p3 0.777 0.9 0.954)',
|
|
55
|
+
'color(display-p3 0.701 0.851 0.921)',
|
|
56
|
+
'color(display-p3 0.604 0.785 0.879)',
|
|
57
|
+
'color(display-p3 0.457 0.696 0.829)',
|
|
58
|
+
'color(display-p3 0.585 0.877 0.983)',
|
|
59
|
+
'color(display-p3 0.555 0.845 0.959)',
|
|
60
|
+
'color(display-p3 0.193 0.448 0.605)',
|
|
61
|
+
'color(display-p3 0.145 0.241 0.329)',
|
|
62
|
+
],
|
|
63
|
+
alpha: [
|
|
64
|
+
'color(display-p3 0.02 0.804 1 / 0.02)',
|
|
65
|
+
'color(display-p3 0.024 0.592 0.757 / 0.048)',
|
|
66
|
+
'color(display-p3 0.004 0.655 0.886 / 0.102)',
|
|
67
|
+
'color(display-p3 0.004 0.604 0.851 / 0.157)',
|
|
68
|
+
'color(display-p3 0.004 0.565 0.792 / 0.224)',
|
|
69
|
+
'color(display-p3 0.004 0.502 0.737 / 0.299)',
|
|
70
|
+
'color(display-p3 0.004 0.459 0.694 / 0.397)',
|
|
71
|
+
'color(display-p3 0 0.435 0.682 / 0.542)',
|
|
72
|
+
'color(display-p3 0.004 0.71 0.965 / 0.416)',
|
|
73
|
+
'color(display-p3 0.004 0.647 0.914 / 0.444)',
|
|
74
|
+
'color(display-p3 0.193 0.448 0.605)',
|
|
75
|
+
'color(display-p3 0.145 0.241 0.329)',
|
|
76
|
+
],
|
|
108
77
|
},
|
|
109
78
|
},
|
|
110
|
-
|
|
111
|
-
indicator: 'sky9',
|
|
112
|
-
track: 'sky9',
|
|
113
|
-
surface: {
|
|
79
|
+
dark: {
|
|
114
80
|
srgb: {
|
|
115
|
-
|
|
116
|
-
|
|
81
|
+
solid: [
|
|
82
|
+
'#0d141f',
|
|
83
|
+
'#111a27',
|
|
84
|
+
'#112840',
|
|
85
|
+
'#113555',
|
|
86
|
+
'#154467',
|
|
87
|
+
'#1b537b',
|
|
88
|
+
'#1f6692',
|
|
89
|
+
'#197cae',
|
|
90
|
+
'#7ce2fe',
|
|
91
|
+
'#a8eeff',
|
|
92
|
+
'#75c7f0',
|
|
93
|
+
'#c2f3ff',
|
|
94
|
+
],
|
|
95
|
+
alpha: [
|
|
96
|
+
'#0044ff0f',
|
|
97
|
+
'#1171fb18',
|
|
98
|
+
'#1184fc33',
|
|
99
|
+
'#128fff49',
|
|
100
|
+
'#1c9dfd5d',
|
|
101
|
+
'#28a5ff72',
|
|
102
|
+
'#2badfe8b',
|
|
103
|
+
'#1db2fea9',
|
|
104
|
+
'#7ce3fffe',
|
|
105
|
+
'#a8eeff',
|
|
106
|
+
'#7cd3ffef',
|
|
107
|
+
'#c2f3ff',
|
|
108
|
+
],
|
|
117
109
|
},
|
|
118
110
|
p3: {
|
|
119
|
-
|
|
120
|
-
|
|
111
|
+
solid: [
|
|
112
|
+
'color(display-p3 0.056 0.078 0.116)',
|
|
113
|
+
'color(display-p3 0.075 0.101 0.149)',
|
|
114
|
+
'color(display-p3 0.089 0.154 0.244)',
|
|
115
|
+
'color(display-p3 0.106 0.207 0.323)',
|
|
116
|
+
'color(display-p3 0.135 0.261 0.394)',
|
|
117
|
+
'color(display-p3 0.17 0.322 0.469)',
|
|
118
|
+
'color(display-p3 0.205 0.394 0.557)',
|
|
119
|
+
'color(display-p3 0.232 0.48 0.665)',
|
|
120
|
+
'color(display-p3 0.585 0.877 0.983)',
|
|
121
|
+
'color(display-p3 0.718 0.925 0.991)',
|
|
122
|
+
'color(display-p3 0.536 0.772 0.924)',
|
|
123
|
+
'color(display-p3 0.799 0.947 0.993)',
|
|
124
|
+
],
|
|
125
|
+
alpha: [
|
|
126
|
+
'color(display-p3 0 0.282 0.996 / 0.055)',
|
|
127
|
+
'color(display-p3 0.157 0.467 0.992 / 0.089)',
|
|
128
|
+
'color(display-p3 0.192 0.522 0.996 / 0.19)',
|
|
129
|
+
'color(display-p3 0.212 0.584 1 / 0.274)',
|
|
130
|
+
'color(display-p3 0.259 0.631 1 / 0.349)',
|
|
131
|
+
'color(display-p3 0.302 0.655 1 / 0.433)',
|
|
132
|
+
'color(display-p3 0.329 0.686 1 / 0.526)',
|
|
133
|
+
'color(display-p3 0.325 0.71 1 / 0.643)',
|
|
134
|
+
'color(display-p3 0.592 0.894 1 / 0.984)',
|
|
135
|
+
'color(display-p3 0.722 0.933 1 / 0.992)',
|
|
136
|
+
'color(display-p3 0.536 0.772 0.924)',
|
|
137
|
+
'color(display-p3 0.799 0.947 0.993)',
|
|
138
|
+
],
|
|
121
139
|
},
|
|
122
140
|
},
|
|
123
|
-
name: 'sky',
|
|
124
141
|
};
|