@diskette/palette 0.16.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 -11
- package/dist/index.d.ts +622 -3690
- package/dist/index.js +3 -3
- package/dist/types.d.ts +9 -12
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +8 -0
- package/package.json +1 -3
package/dist/colors/jade.d.ts
CHANGED
|
@@ -1,125 +1,25 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
light: {
|
|
4
|
-
jade1: string;
|
|
5
|
-
jade2: string;
|
|
6
|
-
jade3: string;
|
|
7
|
-
jade4: string;
|
|
8
|
-
jade5: string;
|
|
9
|
-
jade6: string;
|
|
10
|
-
jade7: string;
|
|
11
|
-
jade8: string;
|
|
12
|
-
jade9: string;
|
|
13
|
-
jade10: string;
|
|
14
|
-
jade11: string;
|
|
15
|
-
jade12: string;
|
|
16
|
-
jadeA1: string;
|
|
17
|
-
jadeA2: string;
|
|
18
|
-
jadeA3: string;
|
|
19
|
-
jadeA4: string;
|
|
20
|
-
jadeA5: string;
|
|
21
|
-
jadeA6: string;
|
|
22
|
-
jadeA7: string;
|
|
23
|
-
jadeA8: string;
|
|
24
|
-
jadeA9: string;
|
|
25
|
-
jadeA10: string;
|
|
26
|
-
jadeA11: string;
|
|
27
|
-
jadeA12: string;
|
|
28
|
-
};
|
|
29
|
-
dark: {
|
|
30
|
-
jade1: string;
|
|
31
|
-
jade2: string;
|
|
32
|
-
jade3: string;
|
|
33
|
-
jade4: string;
|
|
34
|
-
jade5: string;
|
|
35
|
-
jade6: string;
|
|
36
|
-
jade7: string;
|
|
37
|
-
jade8: string;
|
|
38
|
-
jade9: string;
|
|
39
|
-
jade10: string;
|
|
40
|
-
jade11: string;
|
|
41
|
-
jade12: string;
|
|
42
|
-
jadeA1: string;
|
|
43
|
-
jadeA2: string;
|
|
44
|
-
jadeA3: string;
|
|
45
|
-
jadeA4: string;
|
|
46
|
-
jadeA5: string;
|
|
47
|
-
jadeA6: string;
|
|
48
|
-
jadeA7: string;
|
|
49
|
-
jadeA8: string;
|
|
50
|
-
jadeA9: string;
|
|
51
|
-
jadeA10: string;
|
|
52
|
-
jadeA11: string;
|
|
53
|
-
jadeA12: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
jade1: string;
|
|
59
|
-
jade2: string;
|
|
60
|
-
jade3: string;
|
|
61
|
-
jade4: string;
|
|
62
|
-
jade5: string;
|
|
63
|
-
jade6: string;
|
|
64
|
-
jade7: string;
|
|
65
|
-
jade8: string;
|
|
66
|
-
jade9: string;
|
|
67
|
-
jade10: string;
|
|
68
|
-
jade11: string;
|
|
69
|
-
jade12: string;
|
|
70
|
-
jadeA1: string;
|
|
71
|
-
jadeA2: string;
|
|
72
|
-
jadeA3: string;
|
|
73
|
-
jadeA4: string;
|
|
74
|
-
jadeA5: string;
|
|
75
|
-
jadeA6: string;
|
|
76
|
-
jadeA7: string;
|
|
77
|
-
jadeA8: string;
|
|
78
|
-
jadeA9: string;
|
|
79
|
-
jadeA10: string;
|
|
80
|
-
jadeA11: string;
|
|
81
|
-
jadeA12: string;
|
|
82
|
-
};
|
|
83
|
-
dark: {
|
|
84
|
-
jade1: string;
|
|
85
|
-
jade2: string;
|
|
86
|
-
jade3: string;
|
|
87
|
-
jade4: string;
|
|
88
|
-
jade5: string;
|
|
89
|
-
jade6: string;
|
|
90
|
-
jade7: string;
|
|
91
|
-
jade8: string;
|
|
92
|
-
jade9: string;
|
|
93
|
-
jade10: string;
|
|
94
|
-
jade11: string;
|
|
95
|
-
jade12: string;
|
|
96
|
-
jadeA1: string;
|
|
97
|
-
jadeA2: string;
|
|
98
|
-
jadeA3: string;
|
|
99
|
-
jadeA4: string;
|
|
100
|
-
jadeA5: string;
|
|
101
|
-
jadeA6: string;
|
|
102
|
-
jadeA7: string;
|
|
103
|
-
jadeA8: string;
|
|
104
|
-
jadeA9: string;
|
|
105
|
-
jadeA10: string;
|
|
106
|
-
jadeA11: string;
|
|
107
|
-
jadeA12: string;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
contrast: string;
|
|
2
|
+
name: "jade";
|
|
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/jade.js
CHANGED
|
@@ -1,124 +1,125 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
light: {
|
|
4
|
-
jade1: '#fbfefd',
|
|
5
|
-
jade2: '#f4fbf7',
|
|
6
|
-
jade3: '#e6f7ed',
|
|
7
|
-
jade4: '#d6f1e3',
|
|
8
|
-
jade5: '#c3e9d7',
|
|
9
|
-
jade6: '#acdec8',
|
|
10
|
-
jade7: '#8bceb6',
|
|
11
|
-
jade8: '#56ba9f',
|
|
12
|
-
jade9: '#29a383',
|
|
13
|
-
jade10: '#26997b',
|
|
14
|
-
jade11: '#208368',
|
|
15
|
-
jade12: '#1d3b31',
|
|
16
|
-
jadeA1: '#00c08004',
|
|
17
|
-
jadeA2: '#00a3460b',
|
|
18
|
-
jadeA3: '#00ae4819',
|
|
19
|
-
jadeA4: '#00a85129',
|
|
20
|
-
jadeA5: '#00a2553c',
|
|
21
|
-
jadeA6: '#009a5753',
|
|
22
|
-
jadeA7: '#00945f74',
|
|
23
|
-
jadeA8: '#00976ea9',
|
|
24
|
-
jadeA9: '#00916bd6',
|
|
25
|
-
jadeA10: '#008764d9',
|
|
26
|
-
jadeA11: '#007152df',
|
|
27
|
-
jadeA12: '#002217e2',
|
|
28
|
-
},
|
|
29
|
-
dark: {
|
|
30
|
-
jade1: '#0d1512',
|
|
31
|
-
jade2: '#121c18',
|
|
32
|
-
jade3: '#0f2e22',
|
|
33
|
-
jade4: '#0b3b2c',
|
|
34
|
-
jade5: '#114837',
|
|
35
|
-
jade6: '#1b5745',
|
|
36
|
-
jade7: '#246854',
|
|
37
|
-
jade8: '#2a7e68',
|
|
38
|
-
jade9: '#29a383',
|
|
39
|
-
jade10: '#27b08b',
|
|
40
|
-
jade11: '#1fd8a4',
|
|
41
|
-
jade12: '#adf0d4',
|
|
42
|
-
jadeA1: '#00de4505',
|
|
43
|
-
jadeA2: '#27fba60c',
|
|
44
|
-
jadeA3: '#02f99920',
|
|
45
|
-
jadeA4: '#00ffaa2d',
|
|
46
|
-
jadeA5: '#11ffb63b',
|
|
47
|
-
jadeA6: '#34ffc24b',
|
|
48
|
-
jadeA7: '#45fdc75e',
|
|
49
|
-
jadeA8: '#48ffcf75',
|
|
50
|
-
jadeA9: '#38feca9d',
|
|
51
|
-
jadeA10: '#31fec7ab',
|
|
52
|
-
jadeA11: '#21fec0d6',
|
|
53
|
-
jadeA12: '#b8ffe1ef',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
jade1: 'color(display-p3 0.986 0.996 0.992)',
|
|
59
|
-
jade2: 'color(display-p3 0.962 0.983 0.969)',
|
|
60
|
-
jade3: 'color(display-p3 0.912 0.965 0.932)',
|
|
61
|
-
jade4: 'color(display-p3 0.858 0.941 0.893)',
|
|
62
|
-
jade5: 'color(display-p3 0.795 0.909 0.847)',
|
|
63
|
-
jade6: 'color(display-p3 0.715 0.864 0.791)',
|
|
64
|
-
jade7: 'color(display-p3 0.603 0.802 0.718)',
|
|
65
|
-
jade8: 'color(display-p3 0.44 0.72 0.629)',
|
|
66
|
-
jade9: 'color(display-p3 0.319 0.63 0.521)',
|
|
67
|
-
jade10: 'color(display-p3 0.299 0.592 0.488)',
|
|
68
|
-
jade11: 'color(display-p3 0.15 0.5 0.37)',
|
|
69
|
-
jade12: 'color(display-p3 0.142 0.229 0.194)',
|
|
70
|
-
jadeA1: 'color(display-p3 0.024 0.757 0.514 / 0.016)',
|
|
71
|
-
jadeA2: 'color(display-p3 0.024 0.612 0.22 / 0.04)',
|
|
72
|
-
jadeA3: 'color(display-p3 0.012 0.596 0.235 / 0.087)',
|
|
73
|
-
jadeA4: 'color(display-p3 0.008 0.588 0.255 / 0.142)',
|
|
74
|
-
jadeA5: 'color(display-p3 0.004 0.561 0.251 / 0.204)',
|
|
75
|
-
jadeA6: 'color(display-p3 0.004 0.525 0.278 / 0.287)',
|
|
76
|
-
jadeA7: 'color(display-p3 0.004 0.506 0.29 / 0.397)',
|
|
77
|
-
jadeA8: 'color(display-p3 0 0.506 0.337 / 0.561)',
|
|
78
|
-
jadeA9: 'color(display-p3 0 0.459 0.298 / 0.683)',
|
|
79
|
-
jadeA10: 'color(display-p3 0 0.42 0.271 / 0.702)',
|
|
80
|
-
jadeA11: 'color(display-p3 0.15 0.5 0.37)',
|
|
81
|
-
jadeA12: 'color(display-p3 0.142 0.229 0.194)',
|
|
82
|
-
},
|
|
83
|
-
dark: {
|
|
84
|
-
jade1: 'color(display-p3 0.059 0.083 0.071)',
|
|
85
|
-
jade2: 'color(display-p3 0.078 0.11 0.094)',
|
|
86
|
-
jade3: 'color(display-p3 0.091 0.176 0.138)',
|
|
87
|
-
jade4: 'color(display-p3 0.102 0.228 0.177)',
|
|
88
|
-
jade5: 'color(display-p3 0.133 0.279 0.221)',
|
|
89
|
-
jade6: 'color(display-p3 0.174 0.334 0.273)',
|
|
90
|
-
jade7: 'color(display-p3 0.219 0.402 0.335)',
|
|
91
|
-
jade8: 'color(display-p3 0.263 0.488 0.411)',
|
|
92
|
-
jade9: 'color(display-p3 0.319 0.63 0.521)',
|
|
93
|
-
jade10: 'color(display-p3 0.338 0.68 0.555)',
|
|
94
|
-
jade11: 'color(display-p3 0.4 0.835 0.656)',
|
|
95
|
-
jade12: 'color(display-p3 0.734 0.934 0.838)',
|
|
96
|
-
jadeA1: 'color(display-p3 0 0.992 0.298 / 0.017)',
|
|
97
|
-
jadeA2: 'color(display-p3 0.318 0.988 0.651 / 0.047)',
|
|
98
|
-
jadeA3: 'color(display-p3 0.267 1 0.667 / 0.118)',
|
|
99
|
-
jadeA4: 'color(display-p3 0.275 0.996 0.702 / 0.173)',
|
|
100
|
-
jadeA5: 'color(display-p3 0.361 1 0.741 / 0.227)',
|
|
101
|
-
jadeA6: 'color(display-p3 0.439 1 0.796 / 0.286)',
|
|
102
|
-
jadeA7: 'color(display-p3 0.49 1 0.804 / 0.362)',
|
|
103
|
-
jadeA8: 'color(display-p3 0.506 1 0.835 / 0.45)',
|
|
104
|
-
jadeA9: 'color(display-p3 0.478 0.996 0.816 / 0.606)',
|
|
105
|
-
jadeA10: 'color(display-p3 0.478 1 0.816 / 0.656)',
|
|
106
|
-
jadeA11: 'color(display-p3 0.4 0.835 0.656)',
|
|
107
|
-
jadeA12: 'color(display-p3 0.734 0.934 0.838)',
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
contrast: 'white',
|
|
3
|
+
name: 'jade',
|
|
111
4
|
indicator: 'jade9',
|
|
5
|
+
contrast: 'white',
|
|
112
6
|
track: 'jade9',
|
|
113
7
|
surface: {
|
|
114
|
-
srgb: {
|
|
115
|
-
light: '#f1faf5cc',
|
|
116
|
-
dark: '#13271f80',
|
|
117
|
-
},
|
|
118
8
|
p3: {
|
|
119
9
|
light: 'color(display-p3 0.9529 0.9804 0.9608 / 0.8)',
|
|
120
10
|
dark: 'color(display-p3 0.0863 0.149 0.1176 / 0.5)',
|
|
121
11
|
},
|
|
12
|
+
srgb: {
|
|
13
|
+
light: '#f1faf5cc',
|
|
14
|
+
dark: '#13271f80',
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
srgb: {
|
|
18
|
+
light: [
|
|
19
|
+
'#fbfefd',
|
|
20
|
+
'#f4fbf7',
|
|
21
|
+
'#e6f7ed',
|
|
22
|
+
'#d6f1e3',
|
|
23
|
+
'#c3e9d7',
|
|
24
|
+
'#acdec8',
|
|
25
|
+
'#8bceb6',
|
|
26
|
+
'#56ba9f',
|
|
27
|
+
'#29a383',
|
|
28
|
+
'#26997b',
|
|
29
|
+
'#208368',
|
|
30
|
+
'#1d3b31',
|
|
31
|
+
'#00c08004',
|
|
32
|
+
'#00a3460b',
|
|
33
|
+
'#00ae4819',
|
|
34
|
+
'#00a85129',
|
|
35
|
+
'#00a2553c',
|
|
36
|
+
'#009a5753',
|
|
37
|
+
'#00945f74',
|
|
38
|
+
'#00976ea9',
|
|
39
|
+
'#00916bd6',
|
|
40
|
+
'#008764d9',
|
|
41
|
+
'#007152df',
|
|
42
|
+
'#002217e2',
|
|
43
|
+
],
|
|
44
|
+
dark: [
|
|
45
|
+
'#0d1512',
|
|
46
|
+
'#121c18',
|
|
47
|
+
'#0f2e22',
|
|
48
|
+
'#0b3b2c',
|
|
49
|
+
'#114837',
|
|
50
|
+
'#1b5745',
|
|
51
|
+
'#246854',
|
|
52
|
+
'#2a7e68',
|
|
53
|
+
'#29a383',
|
|
54
|
+
'#27b08b',
|
|
55
|
+
'#1fd8a4',
|
|
56
|
+
'#adf0d4',
|
|
57
|
+
'#00de4505',
|
|
58
|
+
'#27fba60c',
|
|
59
|
+
'#02f99920',
|
|
60
|
+
'#00ffaa2d',
|
|
61
|
+
'#11ffb63b',
|
|
62
|
+
'#34ffc24b',
|
|
63
|
+
'#45fdc75e',
|
|
64
|
+
'#48ffcf75',
|
|
65
|
+
'#38feca9d',
|
|
66
|
+
'#31fec7ab',
|
|
67
|
+
'#21fec0d6',
|
|
68
|
+
'#b8ffe1ef',
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
p3: {
|
|
72
|
+
light: [
|
|
73
|
+
'color(display-p3 0.986 0.996 0.992)',
|
|
74
|
+
'color(display-p3 0.962 0.983 0.969)',
|
|
75
|
+
'color(display-p3 0.912 0.965 0.932)',
|
|
76
|
+
'color(display-p3 0.858 0.941 0.893)',
|
|
77
|
+
'color(display-p3 0.795 0.909 0.847)',
|
|
78
|
+
'color(display-p3 0.715 0.864 0.791)',
|
|
79
|
+
'color(display-p3 0.603 0.802 0.718)',
|
|
80
|
+
'color(display-p3 0.44 0.72 0.629)',
|
|
81
|
+
'color(display-p3 0.319 0.63 0.521)',
|
|
82
|
+
'color(display-p3 0.299 0.592 0.488)',
|
|
83
|
+
'color(display-p3 0.15 0.5 0.37)',
|
|
84
|
+
'color(display-p3 0.142 0.229 0.194)',
|
|
85
|
+
'color(display-p3 0.024 0.757 0.514 / 0.016)',
|
|
86
|
+
'color(display-p3 0.024 0.612 0.22 / 0.04)',
|
|
87
|
+
'color(display-p3 0.012 0.596 0.235 / 0.087)',
|
|
88
|
+
'color(display-p3 0.008 0.588 0.255 / 0.142)',
|
|
89
|
+
'color(display-p3 0.004 0.561 0.251 / 0.204)',
|
|
90
|
+
'color(display-p3 0.004 0.525 0.278 / 0.287)',
|
|
91
|
+
'color(display-p3 0.004 0.506 0.29 / 0.397)',
|
|
92
|
+
'color(display-p3 0 0.506 0.337 / 0.561)',
|
|
93
|
+
'color(display-p3 0 0.459 0.298 / 0.683)',
|
|
94
|
+
'color(display-p3 0 0.42 0.271 / 0.702)',
|
|
95
|
+
'color(display-p3 0.15 0.5 0.37)',
|
|
96
|
+
'color(display-p3 0.142 0.229 0.194)',
|
|
97
|
+
],
|
|
98
|
+
dark: [
|
|
99
|
+
'color(display-p3 0.059 0.083 0.071)',
|
|
100
|
+
'color(display-p3 0.078 0.11 0.094)',
|
|
101
|
+
'color(display-p3 0.091 0.176 0.138)',
|
|
102
|
+
'color(display-p3 0.102 0.228 0.177)',
|
|
103
|
+
'color(display-p3 0.133 0.279 0.221)',
|
|
104
|
+
'color(display-p3 0.174 0.334 0.273)',
|
|
105
|
+
'color(display-p3 0.219 0.402 0.335)',
|
|
106
|
+
'color(display-p3 0.263 0.488 0.411)',
|
|
107
|
+
'color(display-p3 0.319 0.63 0.521)',
|
|
108
|
+
'color(display-p3 0.338 0.68 0.555)',
|
|
109
|
+
'color(display-p3 0.4 0.835 0.656)',
|
|
110
|
+
'color(display-p3 0.734 0.934 0.838)',
|
|
111
|
+
'color(display-p3 0 0.992 0.298 / 0.017)',
|
|
112
|
+
'color(display-p3 0.318 0.988 0.651 / 0.047)',
|
|
113
|
+
'color(display-p3 0.267 1 0.667 / 0.118)',
|
|
114
|
+
'color(display-p3 0.275 0.996 0.702 / 0.173)',
|
|
115
|
+
'color(display-p3 0.361 1 0.741 / 0.227)',
|
|
116
|
+
'color(display-p3 0.439 1 0.796 / 0.286)',
|
|
117
|
+
'color(display-p3 0.49 1 0.804 / 0.362)',
|
|
118
|
+
'color(display-p3 0.506 1 0.835 / 0.45)',
|
|
119
|
+
'color(display-p3 0.478 0.996 0.816 / 0.606)',
|
|
120
|
+
'color(display-p3 0.478 1 0.816 / 0.656)',
|
|
121
|
+
'color(display-p3 0.4 0.835 0.656)',
|
|
122
|
+
'color(display-p3 0.734 0.934 0.838)',
|
|
123
|
+
],
|
|
122
124
|
},
|
|
123
|
-
name: 'jade',
|
|
124
125
|
};
|
package/dist/colors/lime.d.ts
CHANGED
|
@@ -1,125 +1,25 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
light: {
|
|
4
|
-
lime1: string;
|
|
5
|
-
lime2: string;
|
|
6
|
-
lime3: string;
|
|
7
|
-
lime4: string;
|
|
8
|
-
lime5: string;
|
|
9
|
-
lime6: string;
|
|
10
|
-
lime7: string;
|
|
11
|
-
lime8: string;
|
|
12
|
-
lime9: string;
|
|
13
|
-
lime10: string;
|
|
14
|
-
lime11: string;
|
|
15
|
-
lime12: string;
|
|
16
|
-
limeA1: string;
|
|
17
|
-
limeA2: string;
|
|
18
|
-
limeA3: string;
|
|
19
|
-
limeA4: string;
|
|
20
|
-
limeA5: string;
|
|
21
|
-
limeA6: string;
|
|
22
|
-
limeA7: string;
|
|
23
|
-
limeA8: string;
|
|
24
|
-
limeA9: string;
|
|
25
|
-
limeA10: string;
|
|
26
|
-
limeA11: string;
|
|
27
|
-
limeA12: string;
|
|
28
|
-
};
|
|
29
|
-
dark: {
|
|
30
|
-
lime1: string;
|
|
31
|
-
lime2: string;
|
|
32
|
-
lime3: string;
|
|
33
|
-
lime4: string;
|
|
34
|
-
lime5: string;
|
|
35
|
-
lime6: string;
|
|
36
|
-
lime7: string;
|
|
37
|
-
lime8: string;
|
|
38
|
-
lime9: string;
|
|
39
|
-
lime10: string;
|
|
40
|
-
lime11: string;
|
|
41
|
-
lime12: string;
|
|
42
|
-
limeA1: string;
|
|
43
|
-
limeA2: string;
|
|
44
|
-
limeA3: string;
|
|
45
|
-
limeA4: string;
|
|
46
|
-
limeA5: string;
|
|
47
|
-
limeA6: string;
|
|
48
|
-
limeA7: string;
|
|
49
|
-
limeA8: string;
|
|
50
|
-
limeA9: string;
|
|
51
|
-
limeA10: string;
|
|
52
|
-
limeA11: string;
|
|
53
|
-
limeA12: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
lime1: string;
|
|
59
|
-
lime2: string;
|
|
60
|
-
lime3: string;
|
|
61
|
-
lime4: string;
|
|
62
|
-
lime5: string;
|
|
63
|
-
lime6: string;
|
|
64
|
-
lime7: string;
|
|
65
|
-
lime8: string;
|
|
66
|
-
lime9: string;
|
|
67
|
-
lime10: string;
|
|
68
|
-
lime11: string;
|
|
69
|
-
lime12: string;
|
|
70
|
-
limeA1: string;
|
|
71
|
-
limeA2: string;
|
|
72
|
-
limeA3: string;
|
|
73
|
-
limeA4: string;
|
|
74
|
-
limeA5: string;
|
|
75
|
-
limeA6: string;
|
|
76
|
-
limeA7: string;
|
|
77
|
-
limeA8: string;
|
|
78
|
-
limeA9: string;
|
|
79
|
-
limeA10: string;
|
|
80
|
-
limeA11: string;
|
|
81
|
-
limeA12: string;
|
|
82
|
-
};
|
|
83
|
-
dark: {
|
|
84
|
-
lime1: string;
|
|
85
|
-
lime2: string;
|
|
86
|
-
lime3: string;
|
|
87
|
-
lime4: string;
|
|
88
|
-
lime5: string;
|
|
89
|
-
lime6: string;
|
|
90
|
-
lime7: string;
|
|
91
|
-
lime8: string;
|
|
92
|
-
lime9: string;
|
|
93
|
-
lime10: string;
|
|
94
|
-
lime11: string;
|
|
95
|
-
lime12: string;
|
|
96
|
-
limeA1: string;
|
|
97
|
-
limeA2: string;
|
|
98
|
-
limeA3: string;
|
|
99
|
-
limeA4: string;
|
|
100
|
-
limeA5: string;
|
|
101
|
-
limeA6: string;
|
|
102
|
-
limeA7: string;
|
|
103
|
-
limeA8: string;
|
|
104
|
-
limeA9: string;
|
|
105
|
-
limeA10: string;
|
|
106
|
-
limeA11: string;
|
|
107
|
-
limeA12: string;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
contrast: string;
|
|
2
|
+
name: "lime";
|
|
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;
|