@diskette/palette 0.6.0 → 0.8.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 +1 -0
- package/dist/colors/amber.d.ts +118 -0
- package/dist/colors/amber.js +117 -0
- package/dist/colors/black-alpha.d.ts +31 -0
- package/dist/colors/black-alpha.js +30 -0
- package/dist/colors/blue.d.ts +118 -0
- package/dist/colors/blue.js +117 -0
- package/dist/colors/bronze.d.ts +118 -0
- package/dist/colors/bronze.js +117 -0
- package/dist/colors/brown.d.ts +118 -0
- package/dist/colors/brown.js +117 -0
- package/dist/colors/crimson.d.ts +118 -0
- package/dist/colors/crimson.js +117 -0
- package/dist/colors/cyan.d.ts +118 -0
- package/dist/colors/cyan.js +117 -0
- package/dist/colors/gold.d.ts +118 -0
- package/dist/colors/gold.js +117 -0
- package/dist/colors/grass.d.ts +118 -0
- package/dist/colors/grass.js +117 -0
- package/dist/colors/gray.d.ts +118 -0
- package/dist/colors/gray.js +117 -0
- package/dist/colors/green.d.ts +118 -0
- package/dist/colors/green.js +117 -0
- package/dist/colors/index.d.ts +33 -0
- package/dist/colors/index.js +33 -0
- package/dist/colors/indigo.d.ts +118 -0
- package/dist/colors/indigo.js +117 -0
- package/dist/colors/iris.d.ts +118 -0
- package/dist/colors/iris.js +117 -0
- package/dist/colors/jade.d.ts +118 -0
- package/dist/colors/jade.js +117 -0
- package/dist/colors/lime.d.ts +118 -0
- package/dist/colors/lime.js +117 -0
- package/dist/colors/mauve.d.ts +118 -0
- package/dist/colors/mauve.js +117 -0
- package/dist/colors/mint.d.ts +118 -0
- package/dist/colors/mint.js +117 -0
- package/dist/colors/olive.d.ts +118 -0
- package/dist/colors/olive.js +117 -0
- package/dist/colors/orange.d.ts +118 -0
- package/dist/colors/orange.js +117 -0
- package/dist/colors/pink.d.ts +118 -0
- package/dist/colors/pink.js +117 -0
- package/dist/colors/plum.d.ts +118 -0
- package/dist/colors/plum.js +117 -0
- package/dist/colors/purple.d.ts +118 -0
- package/dist/colors/purple.js +117 -0
- package/dist/colors/red.d.ts +118 -0
- package/dist/colors/red.js +117 -0
- package/dist/colors/ruby.d.ts +118 -0
- package/dist/colors/ruby.js +117 -0
- package/dist/colors/sage.d.ts +118 -0
- package/dist/colors/sage.js +117 -0
- package/dist/colors/sand.d.ts +118 -0
- package/dist/colors/sand.js +117 -0
- package/dist/colors/sky.d.ts +118 -0
- package/dist/colors/sky.js +117 -0
- package/dist/colors/slate.d.ts +118 -0
- package/dist/colors/slate.js +117 -0
- package/dist/colors/teal.d.ts +118 -0
- package/dist/colors/teal.js +117 -0
- package/dist/colors/tomato.d.ts +118 -0
- package/dist/colors/tomato.js +117 -0
- package/dist/colors/violet.d.ts +118 -0
- package/dist/colors/violet.js +117 -0
- package/dist/colors/white-alpha.d.ts +31 -0
- package/dist/colors/white-alpha.js +30 -0
- package/dist/colors/yellow.d.ts +118 -0
- package/dist/colors/yellow.js +117 -0
- package/dist/index.d.ts +3601 -0
- package/dist/index.js +67 -0
- package/dist/lib.d.ts +30 -0
- package/dist/lib.js +87 -0
- package/dist/types.d.ts +23 -0
- package/dist/{colors.js → types.js} +0 -1
- package/package.json +7 -6
- package/dist/accents.css +0 -32
- package/dist/amber-accents.css +0 -32
- package/dist/amber-p3.css +0 -95
- package/dist/black-alpha.css +0 -29
- package/dist/blue-accents.css +0 -32
- package/dist/blue-p3.css +0 -95
- package/dist/bronze-accents.css +0 -32
- package/dist/bronze-p3.css +0 -95
- package/dist/brown-accents.css +0 -32
- package/dist/brown-p3.css +0 -95
- package/dist/colors.d.ts +0 -6
- package/dist/crimson-accents.css +0 -32
- package/dist/crimson-p3.css +0 -95
- package/dist/cyan-accents.css +0 -32
- package/dist/cyan-p3.css +0 -95
- package/dist/gold-accents.css +0 -32
- package/dist/gold-p3.css +0 -95
- package/dist/grass-accents.css +0 -32
- package/dist/grass-p3.css +0 -95
- package/dist/gray-accents.css +0 -32
- package/dist/gray-p3.css +0 -95
- package/dist/green-accents.css +0 -32
- package/dist/green-p3.css +0 -95
- package/dist/indigo-accents.css +0 -32
- package/dist/indigo-p3.css +0 -95
- package/dist/iris-accents.css +0 -32
- package/dist/iris-p3.css +0 -95
- package/dist/jade-accents.css +0 -32
- package/dist/jade-p3.css +0 -95
- package/dist/lime-accents.css +0 -32
- package/dist/lime-p3.css +0 -95
- package/dist/mauve-accents.css +0 -32
- package/dist/mauve-p3.css +0 -95
- package/dist/mint-accents.css +0 -32
- package/dist/mint-p3.css +0 -95
- package/dist/olive-accents.css +0 -32
- package/dist/olive-p3.css +0 -95
- package/dist/orange-accents.css +0 -32
- package/dist/orange-p3.css +0 -95
- package/dist/pink-accents.css +0 -32
- package/dist/pink-p3.css +0 -95
- package/dist/plum-accents.css +0 -32
- package/dist/plum-p3.css +0 -95
- package/dist/purple-accents.css +0 -32
- package/dist/purple-p3.css +0 -95
- package/dist/red-accents.css +0 -32
- package/dist/red-p3.css +0 -95
- package/dist/ruby-accents.css +0 -32
- package/dist/ruby-p3.css +0 -95
- package/dist/sage-accents.css +0 -32
- package/dist/sage-p3.css +0 -95
- package/dist/sand-accents.css +0 -32
- package/dist/sand-p3.css +0 -95
- package/dist/sky-accents.css +0 -32
- package/dist/sky-p3.css +0 -95
- package/dist/slate-accents.css +0 -32
- package/dist/slate-p3.css +0 -95
- package/dist/teal-accents.css +0 -32
- package/dist/teal-p3.css +0 -95
- package/dist/tomato-accents.css +0 -32
- package/dist/tomato-p3.css +0 -95
- package/dist/violet-accents.css +0 -32
- package/dist/violet-p3.css +0 -95
- package/dist/white-alpha.css +0 -29
- package/dist/yellow-accents.css +0 -32
- package/dist/yellow-p3.css +0 -95
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
mint1: string;
|
|
5
|
+
mint2: string;
|
|
6
|
+
mint3: string;
|
|
7
|
+
mint4: string;
|
|
8
|
+
mint5: string;
|
|
9
|
+
mint6: string;
|
|
10
|
+
mint7: string;
|
|
11
|
+
mint8: string;
|
|
12
|
+
mint9: string;
|
|
13
|
+
mint10: string;
|
|
14
|
+
mint11: string;
|
|
15
|
+
mint12: string;
|
|
16
|
+
mintA1: string;
|
|
17
|
+
mintA2: string;
|
|
18
|
+
mintA3: string;
|
|
19
|
+
mintA4: string;
|
|
20
|
+
mintA5: string;
|
|
21
|
+
mintA6: string;
|
|
22
|
+
mintA7: string;
|
|
23
|
+
mintA8: string;
|
|
24
|
+
mintA9: string;
|
|
25
|
+
mintA10: string;
|
|
26
|
+
mintA11: string;
|
|
27
|
+
mintA12: string;
|
|
28
|
+
surface: string;
|
|
29
|
+
};
|
|
30
|
+
dark: {
|
|
31
|
+
mint1: string;
|
|
32
|
+
mint2: string;
|
|
33
|
+
mint3: string;
|
|
34
|
+
mint4: string;
|
|
35
|
+
mint5: string;
|
|
36
|
+
mint6: string;
|
|
37
|
+
mint7: string;
|
|
38
|
+
mint8: string;
|
|
39
|
+
mint9: string;
|
|
40
|
+
mint10: string;
|
|
41
|
+
mint11: string;
|
|
42
|
+
mint12: string;
|
|
43
|
+
mintA1: string;
|
|
44
|
+
mintA2: string;
|
|
45
|
+
mintA3: string;
|
|
46
|
+
mintA4: string;
|
|
47
|
+
mintA5: string;
|
|
48
|
+
mintA6: string;
|
|
49
|
+
mintA7: string;
|
|
50
|
+
mintA8: string;
|
|
51
|
+
mintA9: string;
|
|
52
|
+
mintA10: string;
|
|
53
|
+
mintA11: string;
|
|
54
|
+
mintA12: string;
|
|
55
|
+
surface: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
mint1: string;
|
|
61
|
+
mint2: string;
|
|
62
|
+
mint3: string;
|
|
63
|
+
mint4: string;
|
|
64
|
+
mint5: string;
|
|
65
|
+
mint6: string;
|
|
66
|
+
mint7: string;
|
|
67
|
+
mint8: string;
|
|
68
|
+
mint9: string;
|
|
69
|
+
mint10: string;
|
|
70
|
+
mint11: string;
|
|
71
|
+
mint12: string;
|
|
72
|
+
mintA1: string;
|
|
73
|
+
mintA2: string;
|
|
74
|
+
mintA3: string;
|
|
75
|
+
mintA4: string;
|
|
76
|
+
mintA5: string;
|
|
77
|
+
mintA6: string;
|
|
78
|
+
mintA7: string;
|
|
79
|
+
mintA8: string;
|
|
80
|
+
mintA9: string;
|
|
81
|
+
mintA10: string;
|
|
82
|
+
mintA11: string;
|
|
83
|
+
mintA12: string;
|
|
84
|
+
surface: string;
|
|
85
|
+
};
|
|
86
|
+
dark: {
|
|
87
|
+
mint1: string;
|
|
88
|
+
mint2: string;
|
|
89
|
+
mint3: string;
|
|
90
|
+
mint4: string;
|
|
91
|
+
mint5: string;
|
|
92
|
+
mint6: string;
|
|
93
|
+
mint7: string;
|
|
94
|
+
mint8: string;
|
|
95
|
+
mint9: string;
|
|
96
|
+
mint10: string;
|
|
97
|
+
mint11: string;
|
|
98
|
+
mint12: string;
|
|
99
|
+
mintA1: string;
|
|
100
|
+
mintA2: string;
|
|
101
|
+
mintA3: string;
|
|
102
|
+
mintA4: string;
|
|
103
|
+
mintA5: string;
|
|
104
|
+
mintA6: string;
|
|
105
|
+
mintA7: string;
|
|
106
|
+
mintA8: string;
|
|
107
|
+
mintA9: string;
|
|
108
|
+
mintA10: string;
|
|
109
|
+
mintA11: string;
|
|
110
|
+
mintA12: string;
|
|
111
|
+
surface: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
contrast: string;
|
|
115
|
+
indicator: string;
|
|
116
|
+
track: string;
|
|
117
|
+
};
|
|
118
|
+
export default _default;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
mint1: '#f9fefd',
|
|
5
|
+
mint2: '#f2fbf9',
|
|
6
|
+
mint3: '#ddf9f2',
|
|
7
|
+
mint4: '#c8f4e9',
|
|
8
|
+
mint5: '#b3ecde',
|
|
9
|
+
mint6: '#9ce0d0',
|
|
10
|
+
mint7: '#7ecfbd',
|
|
11
|
+
mint8: '#4cbba5',
|
|
12
|
+
mint9: '#86ead4',
|
|
13
|
+
mint10: '#7de0cb',
|
|
14
|
+
mint11: '#027864',
|
|
15
|
+
mint12: '#16433c',
|
|
16
|
+
mintA1: '#00d5aa06',
|
|
17
|
+
mintA2: '#00b18a0d',
|
|
18
|
+
mintA3: '#00d29e22',
|
|
19
|
+
mintA4: '#00cc9937',
|
|
20
|
+
mintA5: '#00c0914c',
|
|
21
|
+
mintA6: '#00b08663',
|
|
22
|
+
mintA7: '#00a17d81',
|
|
23
|
+
mintA8: '#009e7fb3',
|
|
24
|
+
mintA9: '#00d3a579',
|
|
25
|
+
mintA10: '#00c39982',
|
|
26
|
+
mintA11: '#007763fd',
|
|
27
|
+
mintA12: '#00312ae9',
|
|
28
|
+
surface: '#effaf8cc',
|
|
29
|
+
},
|
|
30
|
+
dark: {
|
|
31
|
+
mint1: '#0e1515',
|
|
32
|
+
mint2: '#0f1b1b',
|
|
33
|
+
mint3: '#092c2b',
|
|
34
|
+
mint4: '#003a38',
|
|
35
|
+
mint5: '#004744',
|
|
36
|
+
mint6: '#105650',
|
|
37
|
+
mint7: '#1e685f',
|
|
38
|
+
mint8: '#277f70',
|
|
39
|
+
mint9: '#86ead4',
|
|
40
|
+
mint10: '#a8f5e5',
|
|
41
|
+
mint11: '#58d5ba',
|
|
42
|
+
mint12: '#c4f5e1',
|
|
43
|
+
mintA1: '#00dede05',
|
|
44
|
+
mintA2: '#00f9f90b',
|
|
45
|
+
mintA3: '#00fff61d',
|
|
46
|
+
mintA4: '#00fff42c',
|
|
47
|
+
mintA5: '#00fff23a',
|
|
48
|
+
mintA6: '#0effeb4a',
|
|
49
|
+
mintA7: '#34fde55e',
|
|
50
|
+
mintA8: '#41ffdf76',
|
|
51
|
+
mintA9: '#92ffe7e9',
|
|
52
|
+
mintA10: '#aefeedf5',
|
|
53
|
+
mintA11: '#67ffded2',
|
|
54
|
+
mintA12: '#cbfee9f5',
|
|
55
|
+
surface: '#15272780',
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
mint1: 'color(display-p3 0.98 0.995 0.992)',
|
|
61
|
+
mint2: 'color(display-p3 0.957 0.985 0.977)',
|
|
62
|
+
mint3: 'color(display-p3 0.888 0.972 0.95)',
|
|
63
|
+
mint4: 'color(display-p3 0.819 0.951 0.916)',
|
|
64
|
+
mint5: 'color(display-p3 0.747 0.918 0.873)',
|
|
65
|
+
mint6: 'color(display-p3 0.668 0.87 0.818)',
|
|
66
|
+
mint7: 'color(display-p3 0.567 0.805 0.744)',
|
|
67
|
+
mint8: 'color(display-p3 0.42 0.724 0.649)',
|
|
68
|
+
mint9: 'color(display-p3 0.62 0.908 0.834)',
|
|
69
|
+
mint10: 'color(display-p3 0.585 0.871 0.797)',
|
|
70
|
+
mint11: 'color(display-p3 0.203 0.463 0.397)',
|
|
71
|
+
mint12: 'color(display-p3 0.136 0.259 0.236)',
|
|
72
|
+
mintA1: 'color(display-p3 0.02 0.804 0.608 / 0.02)',
|
|
73
|
+
mintA2: 'color(display-p3 0.02 0.647 0.467 / 0.044)',
|
|
74
|
+
mintA3: 'color(display-p3 0.004 0.761 0.553 / 0.114)',
|
|
75
|
+
mintA4: 'color(display-p3 0.004 0.741 0.545 / 0.181)',
|
|
76
|
+
mintA5: 'color(display-p3 0.004 0.678 0.51 / 0.255)',
|
|
77
|
+
mintA6: 'color(display-p3 0.004 0.616 0.463 / 0.334)',
|
|
78
|
+
mintA7: 'color(display-p3 0.004 0.549 0.412 / 0.432)',
|
|
79
|
+
mintA8: 'color(display-p3 0 0.529 0.392 / 0.581)',
|
|
80
|
+
mintA9: 'color(display-p3 0.004 0.765 0.569 / 0.381)',
|
|
81
|
+
mintA10: 'color(display-p3 0.004 0.69 0.51 / 0.416)',
|
|
82
|
+
mintA11: 'color(display-p3 0.203 0.463 0.397)',
|
|
83
|
+
mintA12: 'color(display-p3 0.136 0.259 0.236)',
|
|
84
|
+
surface: 'color(display-p3 0.9451 0.9804 0.9725 / 0.8)',
|
|
85
|
+
},
|
|
86
|
+
dark: {
|
|
87
|
+
mint1: 'color(display-p3 0.059 0.082 0.081)',
|
|
88
|
+
mint2: 'color(display-p3 0.068 0.104 0.105)',
|
|
89
|
+
mint3: 'color(display-p3 0.077 0.17 0.168)',
|
|
90
|
+
mint4: 'color(display-p3 0.068 0.224 0.22)',
|
|
91
|
+
mint5: 'color(display-p3 0.104 0.275 0.264)',
|
|
92
|
+
mint6: 'color(display-p3 0.154 0.332 0.313)',
|
|
93
|
+
mint7: 'color(display-p3 0.207 0.403 0.373)',
|
|
94
|
+
mint8: 'color(display-p3 0.258 0.49 0.441)',
|
|
95
|
+
mint9: 'color(display-p3 0.62 0.908 0.834)',
|
|
96
|
+
mint10: 'color(display-p3 0.725 0.954 0.898)',
|
|
97
|
+
mint11: 'color(display-p3 0.482 0.825 0.733)',
|
|
98
|
+
mint12: 'color(display-p3 0.807 0.955 0.887)',
|
|
99
|
+
mintA1: 'color(display-p3 0 0.992 0.992 / 0.017)',
|
|
100
|
+
mintA2: 'color(display-p3 0.071 0.98 0.98 / 0.043)',
|
|
101
|
+
mintA3: 'color(display-p3 0.176 0.996 0.996 / 0.11)',
|
|
102
|
+
mintA4: 'color(display-p3 0.071 0.996 0.973 / 0.169)',
|
|
103
|
+
mintA5: 'color(display-p3 0.243 1 0.949 / 0.223)',
|
|
104
|
+
mintA6: 'color(display-p3 0.369 1 0.933 / 0.286)',
|
|
105
|
+
mintA7: 'color(display-p3 0.459 1 0.914 / 0.362)',
|
|
106
|
+
mintA8: 'color(display-p3 0.49 1 0.89 / 0.454)',
|
|
107
|
+
mintA9: 'color(display-p3 0.678 0.996 0.914 / 0.904)',
|
|
108
|
+
mintA10: 'color(display-p3 0.761 1 0.941 / 0.95)',
|
|
109
|
+
mintA11: 'color(display-p3 0.482 0.825 0.733)',
|
|
110
|
+
mintA12: 'color(display-p3 0.807 0.955 0.887)',
|
|
111
|
+
surface: 'color(display-p3 0.0941 0.149 0.1412 / 0.5)',
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
contrast: '#1a211e',
|
|
115
|
+
indicator: 'mint9',
|
|
116
|
+
track: 'mint9',
|
|
117
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
olive1: string;
|
|
5
|
+
olive2: string;
|
|
6
|
+
olive3: string;
|
|
7
|
+
olive4: string;
|
|
8
|
+
olive5: string;
|
|
9
|
+
olive6: string;
|
|
10
|
+
olive7: string;
|
|
11
|
+
olive8: string;
|
|
12
|
+
olive9: string;
|
|
13
|
+
olive10: string;
|
|
14
|
+
olive11: string;
|
|
15
|
+
olive12: string;
|
|
16
|
+
oliveA1: string;
|
|
17
|
+
oliveA2: string;
|
|
18
|
+
oliveA3: string;
|
|
19
|
+
oliveA4: string;
|
|
20
|
+
oliveA5: string;
|
|
21
|
+
oliveA6: string;
|
|
22
|
+
oliveA7: string;
|
|
23
|
+
oliveA8: string;
|
|
24
|
+
oliveA9: string;
|
|
25
|
+
oliveA10: string;
|
|
26
|
+
oliveA11: string;
|
|
27
|
+
oliveA12: string;
|
|
28
|
+
surface: string;
|
|
29
|
+
};
|
|
30
|
+
dark: {
|
|
31
|
+
olive1: string;
|
|
32
|
+
olive2: string;
|
|
33
|
+
olive3: string;
|
|
34
|
+
olive4: string;
|
|
35
|
+
olive5: string;
|
|
36
|
+
olive6: string;
|
|
37
|
+
olive7: string;
|
|
38
|
+
olive8: string;
|
|
39
|
+
olive9: string;
|
|
40
|
+
olive10: string;
|
|
41
|
+
olive11: string;
|
|
42
|
+
olive12: string;
|
|
43
|
+
oliveA1: string;
|
|
44
|
+
oliveA2: string;
|
|
45
|
+
oliveA3: string;
|
|
46
|
+
oliveA4: string;
|
|
47
|
+
oliveA5: string;
|
|
48
|
+
oliveA6: string;
|
|
49
|
+
oliveA7: string;
|
|
50
|
+
oliveA8: string;
|
|
51
|
+
oliveA9: string;
|
|
52
|
+
oliveA10: string;
|
|
53
|
+
oliveA11: string;
|
|
54
|
+
oliveA12: string;
|
|
55
|
+
surface: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
olive1: string;
|
|
61
|
+
olive2: string;
|
|
62
|
+
olive3: string;
|
|
63
|
+
olive4: string;
|
|
64
|
+
olive5: string;
|
|
65
|
+
olive6: string;
|
|
66
|
+
olive7: string;
|
|
67
|
+
olive8: string;
|
|
68
|
+
olive9: string;
|
|
69
|
+
olive10: string;
|
|
70
|
+
olive11: string;
|
|
71
|
+
olive12: string;
|
|
72
|
+
oliveA1: string;
|
|
73
|
+
oliveA2: string;
|
|
74
|
+
oliveA3: string;
|
|
75
|
+
oliveA4: string;
|
|
76
|
+
oliveA5: string;
|
|
77
|
+
oliveA6: string;
|
|
78
|
+
oliveA7: string;
|
|
79
|
+
oliveA8: string;
|
|
80
|
+
oliveA9: string;
|
|
81
|
+
oliveA10: string;
|
|
82
|
+
oliveA11: string;
|
|
83
|
+
oliveA12: string;
|
|
84
|
+
surface: string;
|
|
85
|
+
};
|
|
86
|
+
dark: {
|
|
87
|
+
olive1: string;
|
|
88
|
+
olive2: string;
|
|
89
|
+
olive3: string;
|
|
90
|
+
olive4: string;
|
|
91
|
+
olive5: string;
|
|
92
|
+
olive6: string;
|
|
93
|
+
olive7: string;
|
|
94
|
+
olive8: string;
|
|
95
|
+
olive9: string;
|
|
96
|
+
olive10: string;
|
|
97
|
+
olive11: string;
|
|
98
|
+
olive12: string;
|
|
99
|
+
oliveA1: string;
|
|
100
|
+
oliveA2: string;
|
|
101
|
+
oliveA3: string;
|
|
102
|
+
oliveA4: string;
|
|
103
|
+
oliveA5: string;
|
|
104
|
+
oliveA6: string;
|
|
105
|
+
oliveA7: string;
|
|
106
|
+
oliveA8: string;
|
|
107
|
+
oliveA9: string;
|
|
108
|
+
oliveA10: string;
|
|
109
|
+
oliveA11: string;
|
|
110
|
+
oliveA12: string;
|
|
111
|
+
surface: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
contrast: string;
|
|
115
|
+
indicator: string;
|
|
116
|
+
track: string;
|
|
117
|
+
};
|
|
118
|
+
export default _default;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
olive1: '#fcfdfc',
|
|
5
|
+
olive2: '#f8faf8',
|
|
6
|
+
olive3: '#eff1ef',
|
|
7
|
+
olive4: '#e7e9e7',
|
|
8
|
+
olive5: '#dfe2df',
|
|
9
|
+
olive6: '#d7dad7',
|
|
10
|
+
olive7: '#cccfcc',
|
|
11
|
+
olive8: '#b9bcb8',
|
|
12
|
+
olive9: '#898e87',
|
|
13
|
+
olive10: '#7f847d',
|
|
14
|
+
olive11: '#60655f',
|
|
15
|
+
olive12: '#1d211c',
|
|
16
|
+
oliveA1: '#00550003',
|
|
17
|
+
oliveA2: '#00490007',
|
|
18
|
+
oliveA3: '#00200010',
|
|
19
|
+
oliveA4: '#00160018',
|
|
20
|
+
oliveA5: '#00180020',
|
|
21
|
+
oliveA6: '#00140028',
|
|
22
|
+
oliveA7: '#000f0033',
|
|
23
|
+
oliveA8: '#040f0047',
|
|
24
|
+
oliveA9: '#050f0078',
|
|
25
|
+
oliveA10: '#040e0082',
|
|
26
|
+
oliveA11: '#020a00a0',
|
|
27
|
+
oliveA12: '#010600e3',
|
|
28
|
+
surface: '#ffffffcc',
|
|
29
|
+
},
|
|
30
|
+
dark: {
|
|
31
|
+
olive1: '#111210',
|
|
32
|
+
olive2: '#181917',
|
|
33
|
+
olive3: '#212220',
|
|
34
|
+
olive4: '#282a27',
|
|
35
|
+
olive5: '#2f312e',
|
|
36
|
+
olive6: '#383a36',
|
|
37
|
+
olive7: '#454843',
|
|
38
|
+
olive8: '#5c625b',
|
|
39
|
+
olive9: '#687066',
|
|
40
|
+
olive10: '#767d74',
|
|
41
|
+
olive11: '#afb5ad',
|
|
42
|
+
olive12: '#eceeec',
|
|
43
|
+
oliveA1: '#00000000',
|
|
44
|
+
oliveA2: '#f1f2f008',
|
|
45
|
+
oliveA3: '#f4f5f312',
|
|
46
|
+
oliveA4: '#f3fef21a',
|
|
47
|
+
oliveA5: '#f2fbf122',
|
|
48
|
+
oliveA6: '#f4faed2c',
|
|
49
|
+
oliveA7: '#f2fced3b',
|
|
50
|
+
oliveA8: '#edfdeb57',
|
|
51
|
+
oliveA9: '#ebfde766',
|
|
52
|
+
oliveA10: '#f0fdec74',
|
|
53
|
+
oliveA11: '#f6fef4b0',
|
|
54
|
+
oliveA12: '#fdfffded',
|
|
55
|
+
surface: '#1f201e80',
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
olive1: 'color(display-p3 0.989 0.992 0.989)',
|
|
61
|
+
olive2: 'color(display-p3 0.974 0.98 0.973)',
|
|
62
|
+
olive3: 'color(display-p3 0.939 0.945 0.937)',
|
|
63
|
+
olive4: 'color(display-p3 0.907 0.914 0.905)',
|
|
64
|
+
olive5: 'color(display-p3 0.878 0.885 0.875)',
|
|
65
|
+
olive6: 'color(display-p3 0.846 0.855 0.843)',
|
|
66
|
+
olive7: 'color(display-p3 0.803 0.812 0.8)',
|
|
67
|
+
olive8: 'color(display-p3 0.727 0.738 0.723)',
|
|
68
|
+
olive9: 'color(display-p3 0.541 0.556 0.532)',
|
|
69
|
+
olive10: 'color(display-p3 0.5 0.515 0.491)',
|
|
70
|
+
olive11: 'color(display-p3 0.38 0.395 0.374)',
|
|
71
|
+
olive12: 'color(display-p3 0.117 0.129 0.111)',
|
|
72
|
+
oliveA1: 'color(display-p3 0.024 0.349 0.024 / 0.012)',
|
|
73
|
+
oliveA2: 'color(display-p3 0.024 0.302 0.024 / 0.028)',
|
|
74
|
+
oliveA3: 'color(display-p3 0.008 0.129 0.008 / 0.063)',
|
|
75
|
+
oliveA4: 'color(display-p3 0.012 0.094 0.012 / 0.095)',
|
|
76
|
+
oliveA5: 'color(display-p3 0.035 0.098 0.008 / 0.126)',
|
|
77
|
+
oliveA6: 'color(display-p3 0.027 0.078 0.004 / 0.157)',
|
|
78
|
+
oliveA7: 'color(display-p3 0.02 0.059 0 / 0.2)',
|
|
79
|
+
oliveA8: 'color(display-p3 0.02 0.059 0.004 / 0.279)',
|
|
80
|
+
oliveA9: 'color(display-p3 0.02 0.051 0.004 / 0.467)',
|
|
81
|
+
oliveA10: 'color(display-p3 0.024 0.047 0 / 0.51)',
|
|
82
|
+
oliveA11: 'color(display-p3 0.012 0.039 0 / 0.628)',
|
|
83
|
+
oliveA12: 'color(display-p3 0.008 0.024 0 / 0.891)',
|
|
84
|
+
surface: 'color(display-p3 1 1 1 / 0.8)',
|
|
85
|
+
},
|
|
86
|
+
dark: {
|
|
87
|
+
olive1: 'color(display-p3 0.067 0.07 0.063)',
|
|
88
|
+
olive2: 'color(display-p3 0.095 0.098 0.091)',
|
|
89
|
+
olive3: 'color(display-p3 0.131 0.135 0.126)',
|
|
90
|
+
olive4: 'color(display-p3 0.158 0.163 0.153)',
|
|
91
|
+
olive5: 'color(display-p3 0.186 0.192 0.18)',
|
|
92
|
+
olive6: 'color(display-p3 0.221 0.229 0.215)',
|
|
93
|
+
olive7: 'color(display-p3 0.273 0.284 0.266)',
|
|
94
|
+
olive8: 'color(display-p3 0.365 0.382 0.359)',
|
|
95
|
+
olive9: 'color(display-p3 0.414 0.438 0.404)',
|
|
96
|
+
olive10: 'color(display-p3 0.467 0.49 0.458)',
|
|
97
|
+
olive11: 'color(display-p3 0.69 0.709 0.682)',
|
|
98
|
+
olive12: 'color(display-p3 0.927 0.933 0.926)',
|
|
99
|
+
oliveA1: 'color(display-p3 0 0 0 / 0)',
|
|
100
|
+
oliveA2: 'color(display-p3 0.984 0.988 0.976 / 0.03)',
|
|
101
|
+
oliveA3: 'color(display-p3 0.992 0.996 0.988 / 0.068)',
|
|
102
|
+
oliveA4: 'color(display-p3 0.953 0.996 0.949 / 0.102)',
|
|
103
|
+
oliveA5: 'color(display-p3 0.969 1 0.965 / 0.131)',
|
|
104
|
+
oliveA6: 'color(display-p3 0.973 1 0.969 / 0.169)',
|
|
105
|
+
oliveA7: 'color(display-p3 0.98 1 0.961 / 0.228)',
|
|
106
|
+
oliveA8: 'color(display-p3 0.961 1 0.957 / 0.334)',
|
|
107
|
+
oliveA9: 'color(display-p3 0.949 1 0.922 / 0.397)',
|
|
108
|
+
oliveA10: 'color(display-p3 0.953 1 0.941 / 0.452)',
|
|
109
|
+
oliveA11: 'color(display-p3 0.976 1 0.965 / 0.688)',
|
|
110
|
+
oliveA12: 'color(display-p3 0.992 1 0.992 / 0.929)',
|
|
111
|
+
surface: 'color(display-p3 0.1176 0.1255 0.1176 / 0.5)',
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
contrast: 'white',
|
|
115
|
+
indicator: 'olive9',
|
|
116
|
+
track: 'olive9',
|
|
117
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
srgb: {
|
|
3
|
+
light: {
|
|
4
|
+
orange1: string;
|
|
5
|
+
orange2: string;
|
|
6
|
+
orange3: string;
|
|
7
|
+
orange4: string;
|
|
8
|
+
orange5: string;
|
|
9
|
+
orange6: string;
|
|
10
|
+
orange7: string;
|
|
11
|
+
orange8: string;
|
|
12
|
+
orange9: string;
|
|
13
|
+
orange10: string;
|
|
14
|
+
orange11: string;
|
|
15
|
+
orange12: string;
|
|
16
|
+
orangeA1: string;
|
|
17
|
+
orangeA2: string;
|
|
18
|
+
orangeA3: string;
|
|
19
|
+
orangeA4: string;
|
|
20
|
+
orangeA5: string;
|
|
21
|
+
orangeA6: string;
|
|
22
|
+
orangeA7: string;
|
|
23
|
+
orangeA8: string;
|
|
24
|
+
orangeA9: string;
|
|
25
|
+
orangeA10: string;
|
|
26
|
+
orangeA11: string;
|
|
27
|
+
orangeA12: string;
|
|
28
|
+
surface: string;
|
|
29
|
+
};
|
|
30
|
+
dark: {
|
|
31
|
+
orange1: string;
|
|
32
|
+
orange2: string;
|
|
33
|
+
orange3: string;
|
|
34
|
+
orange4: string;
|
|
35
|
+
orange5: string;
|
|
36
|
+
orange6: string;
|
|
37
|
+
orange7: string;
|
|
38
|
+
orange8: string;
|
|
39
|
+
orange9: string;
|
|
40
|
+
orange10: string;
|
|
41
|
+
orange11: string;
|
|
42
|
+
orange12: string;
|
|
43
|
+
orangeA1: string;
|
|
44
|
+
orangeA2: string;
|
|
45
|
+
orangeA3: string;
|
|
46
|
+
orangeA4: string;
|
|
47
|
+
orangeA5: string;
|
|
48
|
+
orangeA6: string;
|
|
49
|
+
orangeA7: string;
|
|
50
|
+
orangeA8: string;
|
|
51
|
+
orangeA9: string;
|
|
52
|
+
orangeA10: string;
|
|
53
|
+
orangeA11: string;
|
|
54
|
+
orangeA12: string;
|
|
55
|
+
surface: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
p3: {
|
|
59
|
+
light: {
|
|
60
|
+
orange1: string;
|
|
61
|
+
orange2: string;
|
|
62
|
+
orange3: string;
|
|
63
|
+
orange4: string;
|
|
64
|
+
orange5: string;
|
|
65
|
+
orange6: string;
|
|
66
|
+
orange7: string;
|
|
67
|
+
orange8: string;
|
|
68
|
+
orange9: string;
|
|
69
|
+
orange10: string;
|
|
70
|
+
orange11: string;
|
|
71
|
+
orange12: string;
|
|
72
|
+
orangeA1: string;
|
|
73
|
+
orangeA2: string;
|
|
74
|
+
orangeA3: string;
|
|
75
|
+
orangeA4: string;
|
|
76
|
+
orangeA5: string;
|
|
77
|
+
orangeA6: string;
|
|
78
|
+
orangeA7: string;
|
|
79
|
+
orangeA8: string;
|
|
80
|
+
orangeA9: string;
|
|
81
|
+
orangeA10: string;
|
|
82
|
+
orangeA11: string;
|
|
83
|
+
orangeA12: string;
|
|
84
|
+
surface: string;
|
|
85
|
+
};
|
|
86
|
+
dark: {
|
|
87
|
+
orange1: string;
|
|
88
|
+
orange2: string;
|
|
89
|
+
orange3: string;
|
|
90
|
+
orange4: string;
|
|
91
|
+
orange5: string;
|
|
92
|
+
orange6: string;
|
|
93
|
+
orange7: string;
|
|
94
|
+
orange8: string;
|
|
95
|
+
orange9: string;
|
|
96
|
+
orange10: string;
|
|
97
|
+
orange11: string;
|
|
98
|
+
orange12: string;
|
|
99
|
+
orangeA1: string;
|
|
100
|
+
orangeA2: string;
|
|
101
|
+
orangeA3: string;
|
|
102
|
+
orangeA4: string;
|
|
103
|
+
orangeA5: string;
|
|
104
|
+
orangeA6: string;
|
|
105
|
+
orangeA7: string;
|
|
106
|
+
orangeA8: string;
|
|
107
|
+
orangeA9: string;
|
|
108
|
+
orangeA10: string;
|
|
109
|
+
orangeA11: string;
|
|
110
|
+
orangeA12: string;
|
|
111
|
+
surface: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
contrast: string;
|
|
115
|
+
indicator: string;
|
|
116
|
+
track: string;
|
|
117
|
+
};
|
|
118
|
+
export default _default;
|