@diskette/palette 0.18.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 -5
- package/dist/index.d.ts +314 -3414
- package/dist/index.js +1 -2
- package/dist/types.d.ts +9 -12
- package/dist/utils.d.ts +1 -0
- package/dist/utils.js +8 -0
- package/package.json +1 -1
package/dist/colors/olive.js
CHANGED
|
@@ -1,124 +1,125 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
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
|
-
},
|
|
29
|
-
dark: {
|
|
30
|
-
olive1: '#111210',
|
|
31
|
-
olive2: '#181917',
|
|
32
|
-
olive3: '#212220',
|
|
33
|
-
olive4: '#282a27',
|
|
34
|
-
olive5: '#2f312e',
|
|
35
|
-
olive6: '#383a36',
|
|
36
|
-
olive7: '#454843',
|
|
37
|
-
olive8: '#5c625b',
|
|
38
|
-
olive9: '#687066',
|
|
39
|
-
olive10: '#767d74',
|
|
40
|
-
olive11: '#afb5ad',
|
|
41
|
-
olive12: '#eceeec',
|
|
42
|
-
oliveA1: '#00000000',
|
|
43
|
-
oliveA2: '#f1f2f008',
|
|
44
|
-
oliveA3: '#f4f5f312',
|
|
45
|
-
oliveA4: '#f3fef21a',
|
|
46
|
-
oliveA5: '#f2fbf122',
|
|
47
|
-
oliveA6: '#f4faed2c',
|
|
48
|
-
oliveA7: '#f2fced3b',
|
|
49
|
-
oliveA8: '#edfdeb57',
|
|
50
|
-
oliveA9: '#ebfde766',
|
|
51
|
-
oliveA10: '#f0fdec74',
|
|
52
|
-
oliveA11: '#f6fef4b0',
|
|
53
|
-
oliveA12: '#fdfffded',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
olive1: 'color(display-p3 0.989 0.992 0.989)',
|
|
59
|
-
olive2: 'color(display-p3 0.974 0.98 0.973)',
|
|
60
|
-
olive3: 'color(display-p3 0.939 0.945 0.937)',
|
|
61
|
-
olive4: 'color(display-p3 0.907 0.914 0.905)',
|
|
62
|
-
olive5: 'color(display-p3 0.878 0.885 0.875)',
|
|
63
|
-
olive6: 'color(display-p3 0.846 0.855 0.843)',
|
|
64
|
-
olive7: 'color(display-p3 0.803 0.812 0.8)',
|
|
65
|
-
olive8: 'color(display-p3 0.727 0.738 0.723)',
|
|
66
|
-
olive9: 'color(display-p3 0.541 0.556 0.532)',
|
|
67
|
-
olive10: 'color(display-p3 0.5 0.515 0.491)',
|
|
68
|
-
olive11: 'color(display-p3 0.38 0.395 0.374)',
|
|
69
|
-
olive12: 'color(display-p3 0.117 0.129 0.111)',
|
|
70
|
-
oliveA1: 'color(display-p3 0.024 0.349 0.024 / 0.012)',
|
|
71
|
-
oliveA2: 'color(display-p3 0.024 0.302 0.024 / 0.028)',
|
|
72
|
-
oliveA3: 'color(display-p3 0.008 0.129 0.008 / 0.063)',
|
|
73
|
-
oliveA4: 'color(display-p3 0.012 0.094 0.012 / 0.095)',
|
|
74
|
-
oliveA5: 'color(display-p3 0.035 0.098 0.008 / 0.126)',
|
|
75
|
-
oliveA6: 'color(display-p3 0.027 0.078 0.004 / 0.157)',
|
|
76
|
-
oliveA7: 'color(display-p3 0.02 0.059 0 / 0.2)',
|
|
77
|
-
oliveA8: 'color(display-p3 0.02 0.059 0.004 / 0.279)',
|
|
78
|
-
oliveA9: 'color(display-p3 0.02 0.051 0.004 / 0.467)',
|
|
79
|
-
oliveA10: 'color(display-p3 0.024 0.047 0 / 0.51)',
|
|
80
|
-
oliveA11: 'color(display-p3 0.012 0.039 0 / 0.628)',
|
|
81
|
-
oliveA12: 'color(display-p3 0.008 0.024 0 / 0.891)',
|
|
82
|
-
},
|
|
83
|
-
dark: {
|
|
84
|
-
olive1: 'color(display-p3 0.067 0.07 0.063)',
|
|
85
|
-
olive2: 'color(display-p3 0.095 0.098 0.091)',
|
|
86
|
-
olive3: 'color(display-p3 0.131 0.135 0.126)',
|
|
87
|
-
olive4: 'color(display-p3 0.158 0.163 0.153)',
|
|
88
|
-
olive5: 'color(display-p3 0.186 0.192 0.18)',
|
|
89
|
-
olive6: 'color(display-p3 0.221 0.229 0.215)',
|
|
90
|
-
olive7: 'color(display-p3 0.273 0.284 0.266)',
|
|
91
|
-
olive8: 'color(display-p3 0.365 0.382 0.359)',
|
|
92
|
-
olive9: 'color(display-p3 0.414 0.438 0.404)',
|
|
93
|
-
olive10: 'color(display-p3 0.467 0.49 0.458)',
|
|
94
|
-
olive11: 'color(display-p3 0.69 0.709 0.682)',
|
|
95
|
-
olive12: 'color(display-p3 0.927 0.933 0.926)',
|
|
96
|
-
oliveA1: 'color(display-p3 0 0 0 / 0)',
|
|
97
|
-
oliveA2: 'color(display-p3 0.984 0.988 0.976 / 0.03)',
|
|
98
|
-
oliveA3: 'color(display-p3 0.992 0.996 0.988 / 0.068)',
|
|
99
|
-
oliveA4: 'color(display-p3 0.953 0.996 0.949 / 0.102)',
|
|
100
|
-
oliveA5: 'color(display-p3 0.969 1 0.965 / 0.131)',
|
|
101
|
-
oliveA6: 'color(display-p3 0.973 1 0.969 / 0.169)',
|
|
102
|
-
oliveA7: 'color(display-p3 0.98 1 0.961 / 0.228)',
|
|
103
|
-
oliveA8: 'color(display-p3 0.961 1 0.957 / 0.334)',
|
|
104
|
-
oliveA9: 'color(display-p3 0.949 1 0.922 / 0.397)',
|
|
105
|
-
oliveA10: 'color(display-p3 0.953 1 0.941 / 0.452)',
|
|
106
|
-
oliveA11: 'color(display-p3 0.976 1 0.965 / 0.688)',
|
|
107
|
-
oliveA12: 'color(display-p3 0.992 1 0.992 / 0.929)',
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
contrast: 'white',
|
|
3
|
+
name: 'olive',
|
|
111
4
|
indicator: 'olive9',
|
|
5
|
+
contrast: 'white',
|
|
112
6
|
track: 'olive9',
|
|
113
7
|
surface: {
|
|
114
|
-
srgb: {
|
|
115
|
-
light: '#ffffffcc',
|
|
116
|
-
dark: '#1f201e80',
|
|
117
|
-
},
|
|
118
8
|
p3: {
|
|
119
9
|
light: 'color(display-p3 1 1 1 / 0.8)',
|
|
120
10
|
dark: 'color(display-p3 0.1176 0.1255 0.1176 / 0.5)',
|
|
121
11
|
},
|
|
12
|
+
srgb: {
|
|
13
|
+
light: '#ffffffcc',
|
|
14
|
+
dark: '#1f201e80',
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
srgb: {
|
|
18
|
+
light: [
|
|
19
|
+
'#fcfdfc',
|
|
20
|
+
'#f8faf8',
|
|
21
|
+
'#eff1ef',
|
|
22
|
+
'#e7e9e7',
|
|
23
|
+
'#dfe2df',
|
|
24
|
+
'#d7dad7',
|
|
25
|
+
'#cccfcc',
|
|
26
|
+
'#b9bcb8',
|
|
27
|
+
'#898e87',
|
|
28
|
+
'#7f847d',
|
|
29
|
+
'#60655f',
|
|
30
|
+
'#1d211c',
|
|
31
|
+
'#00550003',
|
|
32
|
+
'#00490007',
|
|
33
|
+
'#00200010',
|
|
34
|
+
'#00160018',
|
|
35
|
+
'#00180020',
|
|
36
|
+
'#00140028',
|
|
37
|
+
'#000f0033',
|
|
38
|
+
'#040f0047',
|
|
39
|
+
'#050f0078',
|
|
40
|
+
'#040e0082',
|
|
41
|
+
'#020a00a0',
|
|
42
|
+
'#010600e3',
|
|
43
|
+
],
|
|
44
|
+
dark: [
|
|
45
|
+
'#111210',
|
|
46
|
+
'#181917',
|
|
47
|
+
'#212220',
|
|
48
|
+
'#282a27',
|
|
49
|
+
'#2f312e',
|
|
50
|
+
'#383a36',
|
|
51
|
+
'#454843',
|
|
52
|
+
'#5c625b',
|
|
53
|
+
'#687066',
|
|
54
|
+
'#767d74',
|
|
55
|
+
'#afb5ad',
|
|
56
|
+
'#eceeec',
|
|
57
|
+
'#00000000',
|
|
58
|
+
'#f1f2f008',
|
|
59
|
+
'#f4f5f312',
|
|
60
|
+
'#f3fef21a',
|
|
61
|
+
'#f2fbf122',
|
|
62
|
+
'#f4faed2c',
|
|
63
|
+
'#f2fced3b',
|
|
64
|
+
'#edfdeb57',
|
|
65
|
+
'#ebfde766',
|
|
66
|
+
'#f0fdec74',
|
|
67
|
+
'#f6fef4b0',
|
|
68
|
+
'#fdfffded',
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
p3: {
|
|
72
|
+
light: [
|
|
73
|
+
'color(display-p3 0.989 0.992 0.989)',
|
|
74
|
+
'color(display-p3 0.974 0.98 0.973)',
|
|
75
|
+
'color(display-p3 0.939 0.945 0.937)',
|
|
76
|
+
'color(display-p3 0.907 0.914 0.905)',
|
|
77
|
+
'color(display-p3 0.878 0.885 0.875)',
|
|
78
|
+
'color(display-p3 0.846 0.855 0.843)',
|
|
79
|
+
'color(display-p3 0.803 0.812 0.8)',
|
|
80
|
+
'color(display-p3 0.727 0.738 0.723)',
|
|
81
|
+
'color(display-p3 0.541 0.556 0.532)',
|
|
82
|
+
'color(display-p3 0.5 0.515 0.491)',
|
|
83
|
+
'color(display-p3 0.38 0.395 0.374)',
|
|
84
|
+
'color(display-p3 0.117 0.129 0.111)',
|
|
85
|
+
'color(display-p3 0.024 0.349 0.024 / 0.012)',
|
|
86
|
+
'color(display-p3 0.024 0.302 0.024 / 0.028)',
|
|
87
|
+
'color(display-p3 0.008 0.129 0.008 / 0.063)',
|
|
88
|
+
'color(display-p3 0.012 0.094 0.012 / 0.095)',
|
|
89
|
+
'color(display-p3 0.035 0.098 0.008 / 0.126)',
|
|
90
|
+
'color(display-p3 0.027 0.078 0.004 / 0.157)',
|
|
91
|
+
'color(display-p3 0.02 0.059 0 / 0.2)',
|
|
92
|
+
'color(display-p3 0.02 0.059 0.004 / 0.279)',
|
|
93
|
+
'color(display-p3 0.02 0.051 0.004 / 0.467)',
|
|
94
|
+
'color(display-p3 0.024 0.047 0 / 0.51)',
|
|
95
|
+
'color(display-p3 0.012 0.039 0 / 0.628)',
|
|
96
|
+
'color(display-p3 0.008 0.024 0 / 0.891)',
|
|
97
|
+
],
|
|
98
|
+
dark: [
|
|
99
|
+
'color(display-p3 0.067 0.07 0.063)',
|
|
100
|
+
'color(display-p3 0.095 0.098 0.091)',
|
|
101
|
+
'color(display-p3 0.131 0.135 0.126)',
|
|
102
|
+
'color(display-p3 0.158 0.163 0.153)',
|
|
103
|
+
'color(display-p3 0.186 0.192 0.18)',
|
|
104
|
+
'color(display-p3 0.221 0.229 0.215)',
|
|
105
|
+
'color(display-p3 0.273 0.284 0.266)',
|
|
106
|
+
'color(display-p3 0.365 0.382 0.359)',
|
|
107
|
+
'color(display-p3 0.414 0.438 0.404)',
|
|
108
|
+
'color(display-p3 0.467 0.49 0.458)',
|
|
109
|
+
'color(display-p3 0.69 0.709 0.682)',
|
|
110
|
+
'color(display-p3 0.927 0.933 0.926)',
|
|
111
|
+
'color(display-p3 0 0 0 / 0)',
|
|
112
|
+
'color(display-p3 0.984 0.988 0.976 / 0.03)',
|
|
113
|
+
'color(display-p3 0.992 0.996 0.988 / 0.068)',
|
|
114
|
+
'color(display-p3 0.953 0.996 0.949 / 0.102)',
|
|
115
|
+
'color(display-p3 0.969 1 0.965 / 0.131)',
|
|
116
|
+
'color(display-p3 0.973 1 0.969 / 0.169)',
|
|
117
|
+
'color(display-p3 0.98 1 0.961 / 0.228)',
|
|
118
|
+
'color(display-p3 0.961 1 0.957 / 0.334)',
|
|
119
|
+
'color(display-p3 0.949 1 0.922 / 0.397)',
|
|
120
|
+
'color(display-p3 0.953 1 0.941 / 0.452)',
|
|
121
|
+
'color(display-p3 0.976 1 0.965 / 0.688)',
|
|
122
|
+
'color(display-p3 0.992 1 0.992 / 0.929)',
|
|
123
|
+
],
|
|
122
124
|
},
|
|
123
|
-
name: 'olive',
|
|
124
125
|
};
|
package/dist/colors/orange.d.ts
CHANGED
|
@@ -1,125 +1,25 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
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
|
-
};
|
|
29
|
-
dark: {
|
|
30
|
-
orange1: string;
|
|
31
|
-
orange2: string;
|
|
32
|
-
orange3: string;
|
|
33
|
-
orange4: string;
|
|
34
|
-
orange5: string;
|
|
35
|
-
orange6: string;
|
|
36
|
-
orange7: string;
|
|
37
|
-
orange8: string;
|
|
38
|
-
orange9: string;
|
|
39
|
-
orange10: string;
|
|
40
|
-
orange11: string;
|
|
41
|
-
orange12: string;
|
|
42
|
-
orangeA1: string;
|
|
43
|
-
orangeA2: string;
|
|
44
|
-
orangeA3: string;
|
|
45
|
-
orangeA4: string;
|
|
46
|
-
orangeA5: string;
|
|
47
|
-
orangeA6: string;
|
|
48
|
-
orangeA7: string;
|
|
49
|
-
orangeA8: string;
|
|
50
|
-
orangeA9: string;
|
|
51
|
-
orangeA10: string;
|
|
52
|
-
orangeA11: string;
|
|
53
|
-
orangeA12: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
orange1: string;
|
|
59
|
-
orange2: string;
|
|
60
|
-
orange3: string;
|
|
61
|
-
orange4: string;
|
|
62
|
-
orange5: string;
|
|
63
|
-
orange6: string;
|
|
64
|
-
orange7: string;
|
|
65
|
-
orange8: string;
|
|
66
|
-
orange9: string;
|
|
67
|
-
orange10: string;
|
|
68
|
-
orange11: string;
|
|
69
|
-
orange12: string;
|
|
70
|
-
orangeA1: string;
|
|
71
|
-
orangeA2: string;
|
|
72
|
-
orangeA3: string;
|
|
73
|
-
orangeA4: string;
|
|
74
|
-
orangeA5: string;
|
|
75
|
-
orangeA6: string;
|
|
76
|
-
orangeA7: string;
|
|
77
|
-
orangeA8: string;
|
|
78
|
-
orangeA9: string;
|
|
79
|
-
orangeA10: string;
|
|
80
|
-
orangeA11: string;
|
|
81
|
-
orangeA12: string;
|
|
82
|
-
};
|
|
83
|
-
dark: {
|
|
84
|
-
orange1: string;
|
|
85
|
-
orange2: string;
|
|
86
|
-
orange3: string;
|
|
87
|
-
orange4: string;
|
|
88
|
-
orange5: string;
|
|
89
|
-
orange6: string;
|
|
90
|
-
orange7: string;
|
|
91
|
-
orange8: string;
|
|
92
|
-
orange9: string;
|
|
93
|
-
orange10: string;
|
|
94
|
-
orange11: string;
|
|
95
|
-
orange12: string;
|
|
96
|
-
orangeA1: string;
|
|
97
|
-
orangeA2: string;
|
|
98
|
-
orangeA3: string;
|
|
99
|
-
orangeA4: string;
|
|
100
|
-
orangeA5: string;
|
|
101
|
-
orangeA6: string;
|
|
102
|
-
orangeA7: string;
|
|
103
|
-
orangeA8: string;
|
|
104
|
-
orangeA9: string;
|
|
105
|
-
orangeA10: string;
|
|
106
|
-
orangeA11: string;
|
|
107
|
-
orangeA12: string;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
contrast: string;
|
|
2
|
+
name: "orange";
|
|
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/orange.js
CHANGED
|
@@ -1,124 +1,125 @@
|
|
|
1
|
+
import {} from "../types.js";
|
|
1
2
|
export default {
|
|
2
|
-
|
|
3
|
-
light: {
|
|
4
|
-
orange1: '#fefcfb',
|
|
5
|
-
orange2: '#fff7ed',
|
|
6
|
-
orange3: '#ffefd6',
|
|
7
|
-
orange4: '#ffdfb5',
|
|
8
|
-
orange5: '#ffd19a',
|
|
9
|
-
orange6: '#ffc182',
|
|
10
|
-
orange7: '#f5ae73',
|
|
11
|
-
orange8: '#ec9455',
|
|
12
|
-
orange9: '#f76b15',
|
|
13
|
-
orange10: '#ef5f00',
|
|
14
|
-
orange11: '#cc4e00',
|
|
15
|
-
orange12: '#582d1d',
|
|
16
|
-
orangeA1: '#c0400004',
|
|
17
|
-
orangeA2: '#ff8e0012',
|
|
18
|
-
orangeA3: '#ff9c0029',
|
|
19
|
-
orangeA4: '#ff91014a',
|
|
20
|
-
orangeA5: '#ff8b0065',
|
|
21
|
-
orangeA6: '#ff81007d',
|
|
22
|
-
orangeA7: '#ed6c008c',
|
|
23
|
-
orangeA8: '#e35f00aa',
|
|
24
|
-
orangeA9: '#f65e00ea',
|
|
25
|
-
orangeA10: '#ef5f00',
|
|
26
|
-
orangeA11: '#cc4e00',
|
|
27
|
-
orangeA12: '#431200e2',
|
|
28
|
-
},
|
|
29
|
-
dark: {
|
|
30
|
-
orange1: '#17120e',
|
|
31
|
-
orange2: '#1e160f',
|
|
32
|
-
orange3: '#331e0b',
|
|
33
|
-
orange4: '#462100',
|
|
34
|
-
orange5: '#562800',
|
|
35
|
-
orange6: '#66350c',
|
|
36
|
-
orange7: '#7e451d',
|
|
37
|
-
orange8: '#a35829',
|
|
38
|
-
orange9: '#f76b15',
|
|
39
|
-
orange10: '#ff801f',
|
|
40
|
-
orange11: '#ffa057',
|
|
41
|
-
orange12: '#ffe0c2',
|
|
42
|
-
orangeA1: '#ec360007',
|
|
43
|
-
orangeA2: '#fe6d000e',
|
|
44
|
-
orangeA3: '#fb6a0025',
|
|
45
|
-
orangeA4: '#ff590039',
|
|
46
|
-
orangeA5: '#ff61004a',
|
|
47
|
-
orangeA6: '#fd75045c',
|
|
48
|
-
orangeA7: '#ff832c75',
|
|
49
|
-
orangeA8: '#fe84389d',
|
|
50
|
-
orangeA9: '#fe6d15f7',
|
|
51
|
-
orangeA10: '#ff801f',
|
|
52
|
-
orangeA11: '#ffa057',
|
|
53
|
-
orangeA12: '#ffe0c2',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
p3: {
|
|
57
|
-
light: {
|
|
58
|
-
orange1: 'color(display-p3 0.995 0.988 0.985)',
|
|
59
|
-
orange2: 'color(display-p3 0.994 0.968 0.934)',
|
|
60
|
-
orange3: 'color(display-p3 0.989 0.938 0.85)',
|
|
61
|
-
orange4: 'color(display-p3 1 0.874 0.687)',
|
|
62
|
-
orange5: 'color(display-p3 1 0.821 0.583)',
|
|
63
|
-
orange6: 'color(display-p3 0.975 0.767 0.545)',
|
|
64
|
-
orange7: 'color(display-p3 0.919 0.693 0.486)',
|
|
65
|
-
orange8: 'color(display-p3 0.877 0.597 0.379)',
|
|
66
|
-
orange9: 'color(display-p3 0.9 0.45 0.2)',
|
|
67
|
-
orange10: 'color(display-p3 0.87 0.409 0.164)',
|
|
68
|
-
orange11: 'color(display-p3 0.76 0.34 0)',
|
|
69
|
-
orange12: 'color(display-p3 0.323 0.185 0.127)',
|
|
70
|
-
orangeA1: 'color(display-p3 0.757 0.267 0.024 / 0.016)',
|
|
71
|
-
orangeA2: 'color(display-p3 0.886 0.533 0.008 / 0.067)',
|
|
72
|
-
orangeA3: 'color(display-p3 0.922 0.584 0.008 / 0.15)',
|
|
73
|
-
orangeA4: 'color(display-p3 1 0.604 0.004 / 0.314)',
|
|
74
|
-
orangeA5: 'color(display-p3 1 0.569 0.004 / 0.416)',
|
|
75
|
-
orangeA6: 'color(display-p3 0.949 0.494 0.004 / 0.455)',
|
|
76
|
-
orangeA7: 'color(display-p3 0.839 0.408 0 / 0.514)',
|
|
77
|
-
orangeA8: 'color(display-p3 0.804 0.349 0 / 0.62)',
|
|
78
|
-
orangeA9: 'color(display-p3 0.878 0.314 0 / 0.8)',
|
|
79
|
-
orangeA10: 'color(display-p3 0.843 0.29 0 / 0.836)',
|
|
80
|
-
orangeA11: 'color(display-p3 0.76 0.34 0)',
|
|
81
|
-
orangeA12: 'color(display-p3 0.323 0.185 0.127)',
|
|
82
|
-
},
|
|
83
|
-
dark: {
|
|
84
|
-
orange1: 'color(display-p3 0.088 0.07 0.057)',
|
|
85
|
-
orange2: 'color(display-p3 0.113 0.089 0.061)',
|
|
86
|
-
orange3: 'color(display-p3 0.189 0.12 0.056)',
|
|
87
|
-
orange4: 'color(display-p3 0.262 0.132 0)',
|
|
88
|
-
orange5: 'color(display-p3 0.315 0.168 0.016)',
|
|
89
|
-
orange6: 'color(display-p3 0.376 0.219 0.088)',
|
|
90
|
-
orange7: 'color(display-p3 0.465 0.283 0.147)',
|
|
91
|
-
orange8: 'color(display-p3 0.601 0.359 0.201)',
|
|
92
|
-
orange9: 'color(display-p3 0.9 0.45 0.2)',
|
|
93
|
-
orange10: 'color(display-p3 0.98 0.51 0.23)',
|
|
94
|
-
orange11: 'color(display-p3 1 0.63 0.38)',
|
|
95
|
-
orange12: 'color(display-p3 0.98 0.883 0.775)',
|
|
96
|
-
orangeA1: 'color(display-p3 0.961 0.247 0 / 0.022)',
|
|
97
|
-
orangeA2: 'color(display-p3 0.992 0.529 0 / 0.051)',
|
|
98
|
-
orangeA3: 'color(display-p3 0.996 0.486 0 / 0.131)',
|
|
99
|
-
orangeA4: 'color(display-p3 0.996 0.384 0 / 0.211)',
|
|
100
|
-
orangeA5: 'color(display-p3 1 0.455 0 / 0.265)',
|
|
101
|
-
orangeA6: 'color(display-p3 1 0.529 0.129 / 0.332)',
|
|
102
|
-
orangeA7: 'color(display-p3 1 0.569 0.251 / 0.429)',
|
|
103
|
-
orangeA8: 'color(display-p3 1 0.584 0.302 / 0.572)',
|
|
104
|
-
orangeA9: 'color(display-p3 1 0.494 0.216 / 0.895)',
|
|
105
|
-
orangeA10: 'color(display-p3 1 0.522 0.235 / 0.979)',
|
|
106
|
-
orangeA11: 'color(display-p3 1 0.63 0.38)',
|
|
107
|
-
orangeA12: 'color(display-p3 0.98 0.883 0.775)',
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
contrast: 'white',
|
|
3
|
+
name: 'orange',
|
|
111
4
|
indicator: 'orange9',
|
|
5
|
+
contrast: 'white',
|
|
112
6
|
track: 'orange9',
|
|
113
7
|
surface: {
|
|
114
|
-
srgb: {
|
|
115
|
-
light: '#fff5e9cc',
|
|
116
|
-
dark: '#271d1380',
|
|
117
|
-
},
|
|
118
8
|
p3: {
|
|
119
9
|
light: 'color(display-p3 0.9961 0.9608 0.9176 / 0.8)',
|
|
120
10
|
dark: 'color(display-p3 0.1412 0.1098 0.0706 / 0.5)',
|
|
121
11
|
},
|
|
12
|
+
srgb: {
|
|
13
|
+
light: '#fff5e9cc',
|
|
14
|
+
dark: '#271d1380',
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
srgb: {
|
|
18
|
+
light: [
|
|
19
|
+
'#fefcfb',
|
|
20
|
+
'#fff7ed',
|
|
21
|
+
'#ffefd6',
|
|
22
|
+
'#ffdfb5',
|
|
23
|
+
'#ffd19a',
|
|
24
|
+
'#ffc182',
|
|
25
|
+
'#f5ae73',
|
|
26
|
+
'#ec9455',
|
|
27
|
+
'#f76b15',
|
|
28
|
+
'#ef5f00',
|
|
29
|
+
'#cc4e00',
|
|
30
|
+
'#582d1d',
|
|
31
|
+
'#c0400004',
|
|
32
|
+
'#ff8e0012',
|
|
33
|
+
'#ff9c0029',
|
|
34
|
+
'#ff91014a',
|
|
35
|
+
'#ff8b0065',
|
|
36
|
+
'#ff81007d',
|
|
37
|
+
'#ed6c008c',
|
|
38
|
+
'#e35f00aa',
|
|
39
|
+
'#f65e00ea',
|
|
40
|
+
'#ef5f00',
|
|
41
|
+
'#cc4e00',
|
|
42
|
+
'#431200e2',
|
|
43
|
+
],
|
|
44
|
+
dark: [
|
|
45
|
+
'#17120e',
|
|
46
|
+
'#1e160f',
|
|
47
|
+
'#331e0b',
|
|
48
|
+
'#462100',
|
|
49
|
+
'#562800',
|
|
50
|
+
'#66350c',
|
|
51
|
+
'#7e451d',
|
|
52
|
+
'#a35829',
|
|
53
|
+
'#f76b15',
|
|
54
|
+
'#ff801f',
|
|
55
|
+
'#ffa057',
|
|
56
|
+
'#ffe0c2',
|
|
57
|
+
'#ec360007',
|
|
58
|
+
'#fe6d000e',
|
|
59
|
+
'#fb6a0025',
|
|
60
|
+
'#ff590039',
|
|
61
|
+
'#ff61004a',
|
|
62
|
+
'#fd75045c',
|
|
63
|
+
'#ff832c75',
|
|
64
|
+
'#fe84389d',
|
|
65
|
+
'#fe6d15f7',
|
|
66
|
+
'#ff801f',
|
|
67
|
+
'#ffa057',
|
|
68
|
+
'#ffe0c2',
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
p3: {
|
|
72
|
+
light: [
|
|
73
|
+
'color(display-p3 0.995 0.988 0.985)',
|
|
74
|
+
'color(display-p3 0.994 0.968 0.934)',
|
|
75
|
+
'color(display-p3 0.989 0.938 0.85)',
|
|
76
|
+
'color(display-p3 1 0.874 0.687)',
|
|
77
|
+
'color(display-p3 1 0.821 0.583)',
|
|
78
|
+
'color(display-p3 0.975 0.767 0.545)',
|
|
79
|
+
'color(display-p3 0.919 0.693 0.486)',
|
|
80
|
+
'color(display-p3 0.877 0.597 0.379)',
|
|
81
|
+
'color(display-p3 0.9 0.45 0.2)',
|
|
82
|
+
'color(display-p3 0.87 0.409 0.164)',
|
|
83
|
+
'color(display-p3 0.76 0.34 0)',
|
|
84
|
+
'color(display-p3 0.323 0.185 0.127)',
|
|
85
|
+
'color(display-p3 0.757 0.267 0.024 / 0.016)',
|
|
86
|
+
'color(display-p3 0.886 0.533 0.008 / 0.067)',
|
|
87
|
+
'color(display-p3 0.922 0.584 0.008 / 0.15)',
|
|
88
|
+
'color(display-p3 1 0.604 0.004 / 0.314)',
|
|
89
|
+
'color(display-p3 1 0.569 0.004 / 0.416)',
|
|
90
|
+
'color(display-p3 0.949 0.494 0.004 / 0.455)',
|
|
91
|
+
'color(display-p3 0.839 0.408 0 / 0.514)',
|
|
92
|
+
'color(display-p3 0.804 0.349 0 / 0.62)',
|
|
93
|
+
'color(display-p3 0.878 0.314 0 / 0.8)',
|
|
94
|
+
'color(display-p3 0.843 0.29 0 / 0.836)',
|
|
95
|
+
'color(display-p3 0.76 0.34 0)',
|
|
96
|
+
'color(display-p3 0.323 0.185 0.127)',
|
|
97
|
+
],
|
|
98
|
+
dark: [
|
|
99
|
+
'color(display-p3 0.088 0.07 0.057)',
|
|
100
|
+
'color(display-p3 0.113 0.089 0.061)',
|
|
101
|
+
'color(display-p3 0.189 0.12 0.056)',
|
|
102
|
+
'color(display-p3 0.262 0.132 0)',
|
|
103
|
+
'color(display-p3 0.315 0.168 0.016)',
|
|
104
|
+
'color(display-p3 0.376 0.219 0.088)',
|
|
105
|
+
'color(display-p3 0.465 0.283 0.147)',
|
|
106
|
+
'color(display-p3 0.601 0.359 0.201)',
|
|
107
|
+
'color(display-p3 0.9 0.45 0.2)',
|
|
108
|
+
'color(display-p3 0.98 0.51 0.23)',
|
|
109
|
+
'color(display-p3 1 0.63 0.38)',
|
|
110
|
+
'color(display-p3 0.98 0.883 0.775)',
|
|
111
|
+
'color(display-p3 0.961 0.247 0 / 0.022)',
|
|
112
|
+
'color(display-p3 0.992 0.529 0 / 0.051)',
|
|
113
|
+
'color(display-p3 0.996 0.486 0 / 0.131)',
|
|
114
|
+
'color(display-p3 0.996 0.384 0 / 0.211)',
|
|
115
|
+
'color(display-p3 1 0.455 0 / 0.265)',
|
|
116
|
+
'color(display-p3 1 0.529 0.129 / 0.332)',
|
|
117
|
+
'color(display-p3 1 0.569 0.251 / 0.429)',
|
|
118
|
+
'color(display-p3 1 0.584 0.302 / 0.572)',
|
|
119
|
+
'color(display-p3 1 0.494 0.216 / 0.895)',
|
|
120
|
+
'color(display-p3 1 0.522 0.235 / 0.979)',
|
|
121
|
+
'color(display-p3 1 0.63 0.38)',
|
|
122
|
+
'color(display-p3 0.98 0.883 0.775)',
|
|
123
|
+
],
|
|
122
124
|
},
|
|
123
|
-
name: 'orange',
|
|
124
125
|
};
|