@fluentui-react-native/apple-theme 0.9.15 → 0.10.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/CHANGELOG.json +28 -1
- package/CHANGELOG.md +12 -2
- package/lib/createMacOSAliasTokens.js +1 -1
- package/lib/createMacOSAliasTokens.js.map +1 -1
- package/lib/dark-high-contrast-macos/tokens-alias.d.ts +3 -0
- package/lib/dark-high-contrast-macos/tokens-alias.d.ts.map +1 -0
- package/lib/dark-high-contrast-macos/tokens-alias.js +3 -0
- package/lib/dark-high-contrast-macos/tokens-alias.js.map +1 -0
- package/lib/dark-macos/tokens-alias.d.ts +3 -0
- package/lib/dark-macos/tokens-alias.d.ts.map +1 -0
- package/lib/dark-macos/tokens-alias.js +3 -0
- package/lib/dark-macos/tokens-alias.js.map +1 -0
- package/lib/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
- package/lib/generated/dark-macos/tokens-aliases.json +303 -0
- package/lib/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
- package/lib/generated/light-macos/tokens-aliases.json +303 -0
- package/lib/getMacOSAliasTokens.d.ts +607 -0
- package/lib/getMacOSAliasTokens.d.ts.map +1 -0
- package/lib/getMacOSAliasTokens.js +30 -0
- package/lib/getMacOSAliasTokens.js.map +1 -0
- package/lib/light-high-contrast-macos/tokens-alias.d.ts +3 -0
- package/lib/light-high-contrast-macos/tokens-alias.d.ts.map +1 -0
- package/lib/light-high-contrast-macos/tokens-alias.js +3 -0
- package/lib/light-high-contrast-macos/tokens-alias.js.map +1 -0
- package/lib/light-macos/tokens-alias.d.ts +3 -0
- package/lib/light-macos/tokens-alias.d.ts.map +1 -0
- package/lib/light-macos/tokens-alias.js +3 -0
- package/lib/light-macos/tokens-alias.js.map +1 -0
- package/lib-commonjs/createMacOSAliasTokens.js +2 -2
- package/lib-commonjs/createMacOSAliasTokens.js.map +1 -1
- package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts +3 -0
- package/lib-commonjs/dark-high-contrast-macos/tokens-alias.d.ts.map +1 -0
- package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js +8 -0
- package/lib-commonjs/dark-high-contrast-macos/tokens-alias.js.map +1 -0
- package/lib-commonjs/dark-macos/tokens-alias.d.ts +3 -0
- package/lib-commonjs/dark-macos/tokens-alias.d.ts.map +1 -0
- package/lib-commonjs/dark-macos/tokens-alias.js +8 -0
- package/lib-commonjs/dark-macos/tokens-alias.js.map +1 -0
- package/lib-commonjs/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
- package/lib-commonjs/generated/dark-macos/tokens-aliases.json +303 -0
- package/lib-commonjs/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
- package/lib-commonjs/generated/light-macos/tokens-aliases.json +303 -0
- package/lib-commonjs/getMacOSAliasTokens.d.ts +607 -0
- package/lib-commonjs/getMacOSAliasTokens.d.ts.map +1 -0
- package/lib-commonjs/getMacOSAliasTokens.js +37 -0
- package/lib-commonjs/getMacOSAliasTokens.js.map +1 -0
- package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts +3 -0
- package/lib-commonjs/light-high-contrast-macos/tokens-alias.d.ts.map +1 -0
- package/lib-commonjs/light-high-contrast-macos/tokens-alias.js +8 -0
- package/lib-commonjs/light-high-contrast-macos/tokens-alias.js.map +1 -0
- package/lib-commonjs/light-macos/tokens-alias.d.ts +3 -0
- package/lib-commonjs/light-macos/tokens-alias.d.ts.map +1 -0
- package/lib-commonjs/light-macos/tokens-alias.js +8 -0
- package/lib-commonjs/light-macos/tokens-alias.js.map +1 -0
- package/package.json +4 -4
- package/src/createMacOSAliasTokens.ts +1 -1
- package/src/dark-high-contrast-macos/tokens-alias.ts +3 -0
- package/src/dark-macos/tokens-alias.ts +3 -0
- package/src/generated/dark-high-contrast-macos/tokens-aliases.json +306 -0
- package/src/generated/dark-high-contrast-macos/tokens-global.json +1104 -0
- package/src/generated/dark-macos/tokens-aliases.json +303 -0
- package/src/generated/dark-macos/tokens-global.json +1104 -0
- package/src/generated/light-high-contrast-macos/tokens-aliases.json +306 -0
- package/src/generated/light-high-contrast-macos/tokens-global.json +1104 -0
- package/src/generated/light-macos/tokens-aliases.json +303 -0
- package/src/generated/light-macos/tokens-global.json +1104 -0
- package/src/getMacOSAliasTokens.ts +26 -0
- package/src/light-high-contrast-macos/tokens-alias.ts +3 -0
- package/src/light-macos/tokens-alias.ts +3 -0
|
@@ -0,0 +1,1104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"color": {
|
|
3
|
+
"anchor": {
|
|
4
|
+
"primary": "#394146",
|
|
5
|
+
"shade10": "#333a3f",
|
|
6
|
+
"shade20": "#2b3135",
|
|
7
|
+
"shade30": "#202427",
|
|
8
|
+
"shade40": "#111315",
|
|
9
|
+
"shade50": "#090a0b",
|
|
10
|
+
"tint10": "#4d565c",
|
|
11
|
+
"tint20": "#626c72",
|
|
12
|
+
"tint30": "#808a90",
|
|
13
|
+
"tint40": "#bcc3c7",
|
|
14
|
+
"tint50": "#dbdfe1",
|
|
15
|
+
"tint60": "#f6f7f8"
|
|
16
|
+
},
|
|
17
|
+
"beige": {
|
|
18
|
+
"primary": "#7a7574",
|
|
19
|
+
"shade10": "#6e6968",
|
|
20
|
+
"shade20": "#5d5958",
|
|
21
|
+
"shade30": "#444241",
|
|
22
|
+
"shade40": "#252323",
|
|
23
|
+
"shade50": "#141313",
|
|
24
|
+
"tint10": "#8a8584",
|
|
25
|
+
"tint20": "#9a9594",
|
|
26
|
+
"tint30": "#afabaa",
|
|
27
|
+
"tint40": "#d7d4d4",
|
|
28
|
+
"tint50": "#eae8e8",
|
|
29
|
+
"tint60": "#faf9f9"
|
|
30
|
+
},
|
|
31
|
+
"berry": {
|
|
32
|
+
"primary": "#c239b3",
|
|
33
|
+
"shade10": "#af33a1",
|
|
34
|
+
"shade20": "#932b88",
|
|
35
|
+
"shade30": "#6d2064",
|
|
36
|
+
"shade40": "#3a1136",
|
|
37
|
+
"shade50": "#1f091d",
|
|
38
|
+
"tint10": "#c94cbc",
|
|
39
|
+
"tint20": "#d161c4",
|
|
40
|
+
"tint30": "#da7ed0",
|
|
41
|
+
"tint40": "#edbbe7",
|
|
42
|
+
"tint50": "#f5daf2",
|
|
43
|
+
"tint60": "#fdf5fc"
|
|
44
|
+
},
|
|
45
|
+
"black": "#000000",
|
|
46
|
+
"blue": {
|
|
47
|
+
"primary": "#0078d4",
|
|
48
|
+
"shade10": "#006cbf",
|
|
49
|
+
"shade20": "#005ba1",
|
|
50
|
+
"shade30": "#004377",
|
|
51
|
+
"shade40": "#002440",
|
|
52
|
+
"shade50": "#001322",
|
|
53
|
+
"tint10": "#1a86d9",
|
|
54
|
+
"tint20": "#3595de",
|
|
55
|
+
"tint30": "#5caae5",
|
|
56
|
+
"tint40": "#a9d3f2",
|
|
57
|
+
"tint50": "#d0e7f8",
|
|
58
|
+
"tint60": "#f3f9fd"
|
|
59
|
+
},
|
|
60
|
+
"brand": {
|
|
61
|
+
"primary": "#0078d4",
|
|
62
|
+
"shade10": "#106ebe",
|
|
63
|
+
"shade20": "#005a9e",
|
|
64
|
+
"shade30": "#004578",
|
|
65
|
+
"shade40": "#004578",
|
|
66
|
+
"shade50": "#043862",
|
|
67
|
+
"shade60": "#092c47",
|
|
68
|
+
"tint10": "#2b88d8",
|
|
69
|
+
"tint20": "#c7e0f4",
|
|
70
|
+
"tint30": "#deecf9",
|
|
71
|
+
"tint40": "#eff6fc",
|
|
72
|
+
"tint50": "#deecf9",
|
|
73
|
+
"tint60": "#eff6fc"
|
|
74
|
+
},
|
|
75
|
+
"brandShadowAmbient": "#0000004d",
|
|
76
|
+
"brandShadowKey": "#00000040",
|
|
77
|
+
"brass": {
|
|
78
|
+
"primary": "#986f0b",
|
|
79
|
+
"shade10": "#89640a",
|
|
80
|
+
"shade20": "#745408",
|
|
81
|
+
"shade30": "#553e06",
|
|
82
|
+
"shade40": "#2e2103",
|
|
83
|
+
"shade50": "#181202",
|
|
84
|
+
"tint10": "#a47d1e",
|
|
85
|
+
"tint20": "#b18c34",
|
|
86
|
+
"tint30": "#c1a256",
|
|
87
|
+
"tint40": "#e0cea2",
|
|
88
|
+
"tint50": "#efe4cb",
|
|
89
|
+
"tint60": "#fbf8f2"
|
|
90
|
+
},
|
|
91
|
+
"bronze": {
|
|
92
|
+
"primary": "#a74109",
|
|
93
|
+
"shade10": "#963a08",
|
|
94
|
+
"shade20": "#7f3107",
|
|
95
|
+
"shade30": "#5e2405",
|
|
96
|
+
"shade40": "#321303",
|
|
97
|
+
"shade50": "#1b0a01",
|
|
98
|
+
"tint10": "#b2521e",
|
|
99
|
+
"tint20": "#bc6535",
|
|
100
|
+
"tint30": "#ca8057",
|
|
101
|
+
"tint40": "#e5bba4",
|
|
102
|
+
"tint50": "#f1d9cc",
|
|
103
|
+
"tint60": "#fbf5f2"
|
|
104
|
+
},
|
|
105
|
+
"brown": {
|
|
106
|
+
"primary": "#8e562e",
|
|
107
|
+
"shade10": "#804d29",
|
|
108
|
+
"shade20": "#6c4123",
|
|
109
|
+
"shade30": "#50301a",
|
|
110
|
+
"shade40": "#2b1a0e",
|
|
111
|
+
"shade50": "#170e07",
|
|
112
|
+
"tint10": "#9c663f",
|
|
113
|
+
"tint20": "#a97652",
|
|
114
|
+
"tint30": "#bb8f6f",
|
|
115
|
+
"tint40": "#ddc3b0",
|
|
116
|
+
"tint50": "#edded3",
|
|
117
|
+
"tint60": "#faf7f4"
|
|
118
|
+
},
|
|
119
|
+
"burgundy": {
|
|
120
|
+
"primary": "#a4262c",
|
|
121
|
+
"shade10": "#942228",
|
|
122
|
+
"shade20": "#7d1d21",
|
|
123
|
+
"shade30": "#5c1519",
|
|
124
|
+
"shade40": "#310b0d",
|
|
125
|
+
"shade50": "#1a0607",
|
|
126
|
+
"tint10": "#af393e",
|
|
127
|
+
"tint20": "#ba4d52",
|
|
128
|
+
"tint30": "#c86c70",
|
|
129
|
+
"tint40": "#e4afb2",
|
|
130
|
+
"tint50": "#f0d3d4",
|
|
131
|
+
"tint60": "#fbf4f4"
|
|
132
|
+
},
|
|
133
|
+
"charcoal": {
|
|
134
|
+
"primary": "#393939",
|
|
135
|
+
"shade10": "#333333",
|
|
136
|
+
"shade20": "#2b2b2b",
|
|
137
|
+
"shade30": "#202020",
|
|
138
|
+
"shade40": "#111111",
|
|
139
|
+
"shade50": "#090909",
|
|
140
|
+
"tint10": "#515151",
|
|
141
|
+
"tint20": "#686868",
|
|
142
|
+
"tint30": "#888888",
|
|
143
|
+
"tint40": "#c4c4c4",
|
|
144
|
+
"tint50": "#dfdfdf",
|
|
145
|
+
"tint60": "#f7f7f7"
|
|
146
|
+
},
|
|
147
|
+
"cornflower": {
|
|
148
|
+
"primary": "#4f6bed",
|
|
149
|
+
"shade10": "#4760d5",
|
|
150
|
+
"shade20": "#3c51b4",
|
|
151
|
+
"shade30": "#2c3c85",
|
|
152
|
+
"shade40": "#182047",
|
|
153
|
+
"shade50": "#0d1126",
|
|
154
|
+
"tint10": "#637cef",
|
|
155
|
+
"tint20": "#778df1",
|
|
156
|
+
"tint30": "#93a4f4",
|
|
157
|
+
"tint40": "#c8d1fa",
|
|
158
|
+
"tint50": "#e1e6fc",
|
|
159
|
+
"tint60": "#f7f9fe"
|
|
160
|
+
},
|
|
161
|
+
"cranberry": {
|
|
162
|
+
"primary": "#c50f1f",
|
|
163
|
+
"shade10": "#b10e1c",
|
|
164
|
+
"shade20": "#960b18",
|
|
165
|
+
"shade30": "#6e0811",
|
|
166
|
+
"shade40": "#3b0509",
|
|
167
|
+
"shade50": "#200205",
|
|
168
|
+
"tint10": "#cc2635",
|
|
169
|
+
"tint20": "#d33f4c",
|
|
170
|
+
"tint30": "#dc626d",
|
|
171
|
+
"tint40": "#eeacb2",
|
|
172
|
+
"tint50": "#f6d1d5",
|
|
173
|
+
"tint60": "#fdf3f4"
|
|
174
|
+
},
|
|
175
|
+
"cyan": {
|
|
176
|
+
"primary": "#0099bc",
|
|
177
|
+
"shade10": "#008aa9",
|
|
178
|
+
"shade20": "#00748f",
|
|
179
|
+
"shade30": "#005669",
|
|
180
|
+
"shade40": "#002e38",
|
|
181
|
+
"shade50": "#00181e",
|
|
182
|
+
"tint10": "#18a4c4",
|
|
183
|
+
"tint20": "#31afcc",
|
|
184
|
+
"tint30": "#56bfd7",
|
|
185
|
+
"tint40": "#a4deeb",
|
|
186
|
+
"tint50": "#cdedf4",
|
|
187
|
+
"tint60": "#f2fafc"
|
|
188
|
+
},
|
|
189
|
+
"darkBlue": {
|
|
190
|
+
"primary": "#003966",
|
|
191
|
+
"shade10": "#00335c",
|
|
192
|
+
"shade20": "#002b4e",
|
|
193
|
+
"shade30": "#002039",
|
|
194
|
+
"shade40": "#00111f",
|
|
195
|
+
"shade50": "#000910",
|
|
196
|
+
"tint10": "#0e4a78",
|
|
197
|
+
"tint20": "#215c8b",
|
|
198
|
+
"tint30": "#4178a3",
|
|
199
|
+
"tint40": "#92b5d1",
|
|
200
|
+
"tint50": "#c2d6e7",
|
|
201
|
+
"tint60": "#eff4f9"
|
|
202
|
+
},
|
|
203
|
+
"darkBrown": {
|
|
204
|
+
"primary": "#4d291c",
|
|
205
|
+
"shade10": "#452519",
|
|
206
|
+
"shade20": "#3a1f15",
|
|
207
|
+
"shade30": "#2b1710",
|
|
208
|
+
"shade40": "#170c08",
|
|
209
|
+
"shade50": "#0c0704",
|
|
210
|
+
"tint10": "#623a2b",
|
|
211
|
+
"tint20": "#784d3e",
|
|
212
|
+
"tint30": "#946b5c",
|
|
213
|
+
"tint40": "#caada3",
|
|
214
|
+
"tint50": "#e3d2cb",
|
|
215
|
+
"tint60": "#f8f3f2"
|
|
216
|
+
},
|
|
217
|
+
"darkGreen": {
|
|
218
|
+
"primary": "#0b6a0b",
|
|
219
|
+
"shade10": "#0a5f0a",
|
|
220
|
+
"shade20": "#085108",
|
|
221
|
+
"shade30": "#063b06",
|
|
222
|
+
"shade40": "#032003",
|
|
223
|
+
"shade50": "#021102",
|
|
224
|
+
"tint10": "#1a7c1a",
|
|
225
|
+
"tint20": "#2d8e2d",
|
|
226
|
+
"tint30": "#4da64d",
|
|
227
|
+
"tint40": "#9ad29a",
|
|
228
|
+
"tint50": "#c6e7c6",
|
|
229
|
+
"tint60": "#f0f9f0"
|
|
230
|
+
},
|
|
231
|
+
"darkOrange": {
|
|
232
|
+
"primary": "#da3b01",
|
|
233
|
+
"shade10": "#c43501",
|
|
234
|
+
"shade20": "#a62d01",
|
|
235
|
+
"shade30": "#7a2101",
|
|
236
|
+
"shade40": "#411200",
|
|
237
|
+
"shade50": "#230900",
|
|
238
|
+
"tint10": "#de501c",
|
|
239
|
+
"tint20": "#e36537",
|
|
240
|
+
"tint30": "#e9835e",
|
|
241
|
+
"tint40": "#f4bfab",
|
|
242
|
+
"tint50": "#f9dcd1",
|
|
243
|
+
"tint60": "#fdf6f3"
|
|
244
|
+
},
|
|
245
|
+
"darkPurple": {
|
|
246
|
+
"primary": "#401b6c",
|
|
247
|
+
"shade10": "#3a1861",
|
|
248
|
+
"shade20": "#311552",
|
|
249
|
+
"shade30": "#240f3c",
|
|
250
|
+
"shade40": "#130820",
|
|
251
|
+
"shade50": "#0a0411",
|
|
252
|
+
"tint10": "#512b7e",
|
|
253
|
+
"tint20": "#633e8f",
|
|
254
|
+
"tint30": "#7e5ca7",
|
|
255
|
+
"tint40": "#b9a3d3",
|
|
256
|
+
"tint50": "#d8cce7",
|
|
257
|
+
"tint60": "#f5f2f9"
|
|
258
|
+
},
|
|
259
|
+
"darkRed": {
|
|
260
|
+
"primary": "#750b1c",
|
|
261
|
+
"shade10": "#690a19",
|
|
262
|
+
"shade20": "#590815",
|
|
263
|
+
"shade30": "#420610",
|
|
264
|
+
"shade40": "#230308",
|
|
265
|
+
"shade50": "#130204",
|
|
266
|
+
"tint10": "#861b2c",
|
|
267
|
+
"tint20": "#962f3f",
|
|
268
|
+
"tint30": "#ac4f5e",
|
|
269
|
+
"tint40": "#d69ca5",
|
|
270
|
+
"tint50": "#e9c7cd",
|
|
271
|
+
"tint60": "#f9f0f2"
|
|
272
|
+
},
|
|
273
|
+
"darkTeal": {
|
|
274
|
+
"primary": "#006666",
|
|
275
|
+
"shade10": "#005c5c",
|
|
276
|
+
"shade20": "#004e4e",
|
|
277
|
+
"shade30": "#003939",
|
|
278
|
+
"shade40": "#001f1f",
|
|
279
|
+
"shade50": "#001010",
|
|
280
|
+
"tint10": "#0e7878",
|
|
281
|
+
"tint20": "#218b8b",
|
|
282
|
+
"tint30": "#41a3a3",
|
|
283
|
+
"tint40": "#92d1d1",
|
|
284
|
+
"tint50": "#c2e7e7",
|
|
285
|
+
"tint60": "#eff9f9"
|
|
286
|
+
},
|
|
287
|
+
"excel": {
|
|
288
|
+
"primary": "#107c41",
|
|
289
|
+
"shade10": "#0f703b",
|
|
290
|
+
"shade20": "#0c5f32",
|
|
291
|
+
"shade30": "#094624",
|
|
292
|
+
"shade40": "#094624",
|
|
293
|
+
"shade50": "#052912",
|
|
294
|
+
"shade60": "#03160a",
|
|
295
|
+
"tint10": "#218d51",
|
|
296
|
+
"tint20": "#55b17e",
|
|
297
|
+
"tint30": "#a0d8b9",
|
|
298
|
+
"tint40": "#caead8",
|
|
299
|
+
"tint50": "#a0d8b9",
|
|
300
|
+
"tint60": "#caead8"
|
|
301
|
+
},
|
|
302
|
+
"forest": {
|
|
303
|
+
"primary": "#498205",
|
|
304
|
+
"shade10": "#427505",
|
|
305
|
+
"shade20": "#376304",
|
|
306
|
+
"shade30": "#294903",
|
|
307
|
+
"shade40": "#162702",
|
|
308
|
+
"shade50": "#0c1501",
|
|
309
|
+
"tint10": "#599116",
|
|
310
|
+
"tint20": "#6ba02b",
|
|
311
|
+
"tint30": "#85b44c",
|
|
312
|
+
"tint40": "#bdd99b",
|
|
313
|
+
"tint50": "#dbebc7",
|
|
314
|
+
"tint60": "#f6faf0"
|
|
315
|
+
},
|
|
316
|
+
"gold": {
|
|
317
|
+
"primary": "#c19c00",
|
|
318
|
+
"shade10": "#ae8c00",
|
|
319
|
+
"shade20": "#937700",
|
|
320
|
+
"shade30": "#6c5700",
|
|
321
|
+
"shade40": "#3a2f00",
|
|
322
|
+
"shade50": "#1f1900",
|
|
323
|
+
"tint10": "#c8a718",
|
|
324
|
+
"tint20": "#d0b232",
|
|
325
|
+
"tint30": "#dac157",
|
|
326
|
+
"tint40": "#ecdfa5",
|
|
327
|
+
"tint50": "#f5eece",
|
|
328
|
+
"tint60": "#fdfbf2"
|
|
329
|
+
},
|
|
330
|
+
"grape": {
|
|
331
|
+
"primary": "#881798",
|
|
332
|
+
"shade10": "#7a1589",
|
|
333
|
+
"shade20": "#671174",
|
|
334
|
+
"shade30": "#4c0d55",
|
|
335
|
+
"shade40": "#29072e",
|
|
336
|
+
"shade50": "#160418",
|
|
337
|
+
"tint10": "#952aa4",
|
|
338
|
+
"tint20": "#a33fb1",
|
|
339
|
+
"tint30": "#b55fc1",
|
|
340
|
+
"tint40": "#d9a7e0",
|
|
341
|
+
"tint50": "#eaceef",
|
|
342
|
+
"tint60": "#faf2fb"
|
|
343
|
+
},
|
|
344
|
+
"green": {
|
|
345
|
+
"primary": "#107c10",
|
|
346
|
+
"shade10": "#0e700e",
|
|
347
|
+
"shade20": "#0c5e0c",
|
|
348
|
+
"shade30": "#094509",
|
|
349
|
+
"shade40": "#052505",
|
|
350
|
+
"shade50": "#031403",
|
|
351
|
+
"tint10": "#218c21",
|
|
352
|
+
"tint20": "#359b35",
|
|
353
|
+
"tint30": "#54b054",
|
|
354
|
+
"tint40": "#9fd89f",
|
|
355
|
+
"tint50": "#c9eac9",
|
|
356
|
+
"tint60": "#f1faf1"
|
|
357
|
+
},
|
|
358
|
+
"grey": {
|
|
359
|
+
"0": "#000000",
|
|
360
|
+
"2": "#050505",
|
|
361
|
+
"4": "#0a0a0a",
|
|
362
|
+
"6": "#0f0f0f",
|
|
363
|
+
"8": "#141414",
|
|
364
|
+
"10": "#1a1a1a",
|
|
365
|
+
"12": "#1f1f1f",
|
|
366
|
+
"14": "#242424",
|
|
367
|
+
"16": "#292929",
|
|
368
|
+
"18": "#2e2e2e",
|
|
369
|
+
"20": "#333333",
|
|
370
|
+
"22": "#383838",
|
|
371
|
+
"24": "#3d3d3d",
|
|
372
|
+
"26": "#424242",
|
|
373
|
+
"28": "#474747",
|
|
374
|
+
"30": "#4d4d4d",
|
|
375
|
+
"32": "#525252",
|
|
376
|
+
"34": "#575757",
|
|
377
|
+
"36": "#5c5c5c",
|
|
378
|
+
"38": "#616161",
|
|
379
|
+
"40": "#666666",
|
|
380
|
+
"42": "#6b6b6b",
|
|
381
|
+
"44": "#707070",
|
|
382
|
+
"46": "#757575",
|
|
383
|
+
"48": "#7a7a7a",
|
|
384
|
+
"50": "#808080",
|
|
385
|
+
"52": "#858585",
|
|
386
|
+
"54": "#8a8a8a",
|
|
387
|
+
"56": "#8f8f8f",
|
|
388
|
+
"58": "#949494",
|
|
389
|
+
"60": "#999999",
|
|
390
|
+
"62": "#9e9e9e",
|
|
391
|
+
"64": "#a3a3a3",
|
|
392
|
+
"66": "#a8a8a8",
|
|
393
|
+
"68": "#adadad",
|
|
394
|
+
"70": "#b3b3b3",
|
|
395
|
+
"72": "#b8b8b8",
|
|
396
|
+
"74": "#bdbdbd",
|
|
397
|
+
"76": "#c2c2c2",
|
|
398
|
+
"78": "#c7c7c7",
|
|
399
|
+
"80": "#cccccc",
|
|
400
|
+
"82": "#d1d1d1",
|
|
401
|
+
"84": "#d6d6d6",
|
|
402
|
+
"86": "#dbdbdb",
|
|
403
|
+
"88": "#e0e0e0",
|
|
404
|
+
"90": "#e6e6e6",
|
|
405
|
+
"92": "#ebebeb",
|
|
406
|
+
"94": "#f0f0f0",
|
|
407
|
+
"96": "#f5f5f5",
|
|
408
|
+
"98": "#fafafa",
|
|
409
|
+
"100": "#ffffff"
|
|
410
|
+
},
|
|
411
|
+
"hc": {
|
|
412
|
+
"disabled": "PlatformColor(GrayText)",
|
|
413
|
+
"buttonFace": "PlatformColor(ButtonFace)",
|
|
414
|
+
"buttonText": "PlatformColor(ButtonText)",
|
|
415
|
+
"canvas": "PlatformColor(Window)",
|
|
416
|
+
"canvasText": "PlatformColor(WindowText)",
|
|
417
|
+
"highlight": "PlatformColor(Highlight)",
|
|
418
|
+
"highlightText": "PlatformColor(HighlightText)",
|
|
419
|
+
"hyperlink": "PlatformColor(Hotlight)"
|
|
420
|
+
},
|
|
421
|
+
"hotPink": {
|
|
422
|
+
"primary": "#e3008c",
|
|
423
|
+
"shade10": "#cc007e",
|
|
424
|
+
"shade20": "#ad006a",
|
|
425
|
+
"shade30": "#7f004e",
|
|
426
|
+
"shade40": "#44002a",
|
|
427
|
+
"shade50": "#240016",
|
|
428
|
+
"tint10": "#e61c99",
|
|
429
|
+
"tint20": "#ea38a6",
|
|
430
|
+
"tint30": "#ee5fb7",
|
|
431
|
+
"tint40": "#f7adda",
|
|
432
|
+
"tint50": "#fbd2eb",
|
|
433
|
+
"tint60": "#fef4fa"
|
|
434
|
+
},
|
|
435
|
+
"lavender": {
|
|
436
|
+
"primary": "#7160e8",
|
|
437
|
+
"shade10": "#6656d1",
|
|
438
|
+
"shade20": "#5649b0",
|
|
439
|
+
"shade30": "#3f3682",
|
|
440
|
+
"shade40": "#221d46",
|
|
441
|
+
"shade50": "#120f25",
|
|
442
|
+
"tint10": "#8172eb",
|
|
443
|
+
"tint20": "#9184ee",
|
|
444
|
+
"tint30": "#a79cf1",
|
|
445
|
+
"tint40": "#d2ccf8",
|
|
446
|
+
"tint50": "#e7e4fb",
|
|
447
|
+
"tint60": "#f9f8fe"
|
|
448
|
+
},
|
|
449
|
+
"lightBlue": {
|
|
450
|
+
"primary": "#3a96dd",
|
|
451
|
+
"shade10": "#3487c7",
|
|
452
|
+
"shade20": "#2c72a8",
|
|
453
|
+
"shade30": "#20547c",
|
|
454
|
+
"shade40": "#112d42",
|
|
455
|
+
"shade50": "#091823",
|
|
456
|
+
"tint10": "#4fa1e1",
|
|
457
|
+
"tint20": "#65ade5",
|
|
458
|
+
"tint30": "#83bdeb",
|
|
459
|
+
"tint40": "#bfddf5",
|
|
460
|
+
"tint50": "#dcedfa",
|
|
461
|
+
"tint60": "#f6fafe"
|
|
462
|
+
},
|
|
463
|
+
"lightGreen": {
|
|
464
|
+
"primary": "#13a10e",
|
|
465
|
+
"shade10": "#11910d",
|
|
466
|
+
"shade20": "#0e7a0b",
|
|
467
|
+
"shade30": "#0b5a08",
|
|
468
|
+
"shade40": "#063004",
|
|
469
|
+
"shade50": "#031a02",
|
|
470
|
+
"tint10": "#27ac22",
|
|
471
|
+
"tint20": "#3db838",
|
|
472
|
+
"tint30": "#5ec75a",
|
|
473
|
+
"tint40": "#a7e3a5",
|
|
474
|
+
"tint50": "#cef0cd",
|
|
475
|
+
"tint60": "#f2fbf2"
|
|
476
|
+
},
|
|
477
|
+
"lightTeal": {
|
|
478
|
+
"primary": "#00b7c3",
|
|
479
|
+
"shade10": "#00a5af",
|
|
480
|
+
"shade20": "#008b94",
|
|
481
|
+
"shade30": "#00666d",
|
|
482
|
+
"shade40": "#00373a",
|
|
483
|
+
"shade50": "#001d1f",
|
|
484
|
+
"tint10": "#18bfca",
|
|
485
|
+
"tint20": "#32c8d1",
|
|
486
|
+
"tint30": "#58d3db",
|
|
487
|
+
"tint40": "#a6e9ed",
|
|
488
|
+
"tint50": "#cef3f5",
|
|
489
|
+
"tint60": "#f2fcfd"
|
|
490
|
+
},
|
|
491
|
+
"lilac": {
|
|
492
|
+
"primary": "#b146c2",
|
|
493
|
+
"shade10": "#9f3faf",
|
|
494
|
+
"shade20": "#863593",
|
|
495
|
+
"shade30": "#63276d",
|
|
496
|
+
"shade40": "#35153a",
|
|
497
|
+
"shade50": "#1c0b1f",
|
|
498
|
+
"tint10": "#ba58c9",
|
|
499
|
+
"tint20": "#c36bd1",
|
|
500
|
+
"tint30": "#cf87da",
|
|
501
|
+
"tint40": "#e6bfed",
|
|
502
|
+
"tint50": "#f2dcf5",
|
|
503
|
+
"tint60": "#fcf6fd"
|
|
504
|
+
},
|
|
505
|
+
"lime": {
|
|
506
|
+
"primary": "#73aa24",
|
|
507
|
+
"shade10": "#689920",
|
|
508
|
+
"shade20": "#57811b",
|
|
509
|
+
"shade30": "#405f14",
|
|
510
|
+
"shade40": "#23330b",
|
|
511
|
+
"shade50": "#121b06",
|
|
512
|
+
"tint10": "#81b437",
|
|
513
|
+
"tint20": "#90be4c",
|
|
514
|
+
"tint30": "#a4cc6c",
|
|
515
|
+
"tint40": "#cfe5af",
|
|
516
|
+
"tint50": "#e5f1d3",
|
|
517
|
+
"tint60": "#f8fcf4"
|
|
518
|
+
},
|
|
519
|
+
"magenta": {
|
|
520
|
+
"primary": "#bf0077",
|
|
521
|
+
"shade10": "#ac006b",
|
|
522
|
+
"shade20": "#91005a",
|
|
523
|
+
"shade30": "#6b0043",
|
|
524
|
+
"shade40": "#390024",
|
|
525
|
+
"shade50": "#1f0013",
|
|
526
|
+
"tint10": "#c71885",
|
|
527
|
+
"tint20": "#ce3293",
|
|
528
|
+
"tint30": "#d957a8",
|
|
529
|
+
"tint40": "#eca5d1",
|
|
530
|
+
"tint50": "#f5cee6",
|
|
531
|
+
"tint60": "#fcf2f9"
|
|
532
|
+
},
|
|
533
|
+
"marigold": {
|
|
534
|
+
"primary": "#eaa300",
|
|
535
|
+
"shade10": "#d39300",
|
|
536
|
+
"shade20": "#b27c00",
|
|
537
|
+
"shade30": "#835b00",
|
|
538
|
+
"shade40": "#463100",
|
|
539
|
+
"shade50": "#251a00",
|
|
540
|
+
"tint10": "#edad1c",
|
|
541
|
+
"tint20": "#efb839",
|
|
542
|
+
"tint30": "#f2c661",
|
|
543
|
+
"tint40": "#f9e2ae",
|
|
544
|
+
"tint50": "#fcefd3",
|
|
545
|
+
"tint60": "#fefbf4"
|
|
546
|
+
},
|
|
547
|
+
"mink": {
|
|
548
|
+
"primary": "#5d5a58",
|
|
549
|
+
"shade10": "#54514f",
|
|
550
|
+
"shade20": "#474443",
|
|
551
|
+
"shade30": "#343231",
|
|
552
|
+
"shade40": "#1c1b1a",
|
|
553
|
+
"shade50": "#0f0e0e",
|
|
554
|
+
"tint10": "#706d6b",
|
|
555
|
+
"tint20": "#84817e",
|
|
556
|
+
"tint30": "#9e9b99",
|
|
557
|
+
"tint40": "#cecccb",
|
|
558
|
+
"tint50": "#e5e4e3",
|
|
559
|
+
"tint60": "#f8f8f8"
|
|
560
|
+
},
|
|
561
|
+
"navy": {
|
|
562
|
+
"primary": "#0027b4",
|
|
563
|
+
"shade10": "#0023a2",
|
|
564
|
+
"shade20": "#001e89",
|
|
565
|
+
"shade30": "#001665",
|
|
566
|
+
"shade40": "#000c36",
|
|
567
|
+
"shade50": "#00061d",
|
|
568
|
+
"tint10": "#173bbd",
|
|
569
|
+
"tint20": "#3050c6",
|
|
570
|
+
"tint30": "#546fd2",
|
|
571
|
+
"tint40": "#a3b2e8",
|
|
572
|
+
"tint50": "#ccd5f3",
|
|
573
|
+
"tint60": "#f2f4fc"
|
|
574
|
+
},
|
|
575
|
+
"neutralShadowAmbient": "#0000001f",
|
|
576
|
+
"neutralShadowKey": "#00000024",
|
|
577
|
+
"office": {
|
|
578
|
+
"primary": "#d83b01",
|
|
579
|
+
"shade10": "#c33400",
|
|
580
|
+
"shade20": "#a52c00",
|
|
581
|
+
"shade30": "#792000",
|
|
582
|
+
"shade40": "#792000",
|
|
583
|
+
"shade50": "#4d2415",
|
|
584
|
+
"shade60": "#29130b",
|
|
585
|
+
"tint10": "#dd4f1b",
|
|
586
|
+
"tint20": "#e8825d",
|
|
587
|
+
"tint30": "#f4beaa",
|
|
588
|
+
"tint40": "#f9dcd1",
|
|
589
|
+
"tint50": "#f4beaa",
|
|
590
|
+
"tint60": "#f9dcd1"
|
|
591
|
+
},
|
|
592
|
+
"oneNote": {
|
|
593
|
+
"primary": "#80397b",
|
|
594
|
+
"shade10": "#6c2f68",
|
|
595
|
+
"shade20": "#52254f",
|
|
596
|
+
"shade30": "#3c1a3a",
|
|
597
|
+
"shade40": "#430e60",
|
|
598
|
+
"shade50": "#430e60",
|
|
599
|
+
"shade60": "#430e60",
|
|
600
|
+
"tint10": "#9e5499",
|
|
601
|
+
"tint20": "#d4a9d1",
|
|
602
|
+
"tint30": "#e0bfde",
|
|
603
|
+
"tint40": "#f0daee",
|
|
604
|
+
"tint50": "#e6d1f2",
|
|
605
|
+
"tint60": "#e6d1f2"
|
|
606
|
+
},
|
|
607
|
+
"orange": {
|
|
608
|
+
"primary": "#f7630c",
|
|
609
|
+
"shade10": "#de590b",
|
|
610
|
+
"shade20": "#bc4b09",
|
|
611
|
+
"shade30": "#8a3707",
|
|
612
|
+
"shade40": "#4a1e04",
|
|
613
|
+
"shade50": "#271002",
|
|
614
|
+
"tint10": "#f87528",
|
|
615
|
+
"tint20": "#f98845",
|
|
616
|
+
"tint30": "#faa06b",
|
|
617
|
+
"tint40": "#fdcfb4",
|
|
618
|
+
"tint50": "#fee5d7",
|
|
619
|
+
"tint60": "#fff9f5"
|
|
620
|
+
},
|
|
621
|
+
"orchid": {
|
|
622
|
+
"primary": "#8764b8",
|
|
623
|
+
"shade10": "#795aa6",
|
|
624
|
+
"shade20": "#674c8c",
|
|
625
|
+
"shade30": "#4c3867",
|
|
626
|
+
"shade40": "#281e37",
|
|
627
|
+
"shade50": "#16101d",
|
|
628
|
+
"tint10": "#9373c0",
|
|
629
|
+
"tint20": "#a083c9",
|
|
630
|
+
"tint30": "#b29ad4",
|
|
631
|
+
"tint40": "#d7caea",
|
|
632
|
+
"tint50": "#e9e2f4",
|
|
633
|
+
"tint60": "#f9f8fc"
|
|
634
|
+
},
|
|
635
|
+
"outlook": {
|
|
636
|
+
"primary": "#0078d4",
|
|
637
|
+
"shade10": "#106ebe",
|
|
638
|
+
"shade20": "#1664a7",
|
|
639
|
+
"shade30": "#135995",
|
|
640
|
+
"shade40": "#004578",
|
|
641
|
+
"shade50": "#043862",
|
|
642
|
+
"shade60": "#092c47",
|
|
643
|
+
"tint10": "#2488d8",
|
|
644
|
+
"tint20": "#69afe5",
|
|
645
|
+
"tint30": "#b3d6f2",
|
|
646
|
+
"tint40": "#cce3f5",
|
|
647
|
+
"tint50": "#deecf9",
|
|
648
|
+
"tint60": "#eff6fc"
|
|
649
|
+
},
|
|
650
|
+
"peach": {
|
|
651
|
+
"primary": "#ff8c00",
|
|
652
|
+
"shade10": "#e67e00",
|
|
653
|
+
"shade20": "#c26a00",
|
|
654
|
+
"shade30": "#8f4e00",
|
|
655
|
+
"shade40": "#4d2a00",
|
|
656
|
+
"shade50": "#291600",
|
|
657
|
+
"tint10": "#ff9a1f",
|
|
658
|
+
"tint20": "#ffa83d",
|
|
659
|
+
"tint30": "#ffba66",
|
|
660
|
+
"tint40": "#ffddb3",
|
|
661
|
+
"tint50": "#ffedd6",
|
|
662
|
+
"tint60": "#fffaf5"
|
|
663
|
+
},
|
|
664
|
+
"pink": {
|
|
665
|
+
"primary": "#e43ba6",
|
|
666
|
+
"shade10": "#cd3595",
|
|
667
|
+
"shade20": "#ad2d7e",
|
|
668
|
+
"shade30": "#80215d",
|
|
669
|
+
"shade40": "#441232",
|
|
670
|
+
"shade50": "#24091b",
|
|
671
|
+
"tint10": "#e750b0",
|
|
672
|
+
"tint20": "#ea66ba",
|
|
673
|
+
"tint30": "#ef85c8",
|
|
674
|
+
"tint40": "#f7c0e3",
|
|
675
|
+
"tint50": "#fbddf0",
|
|
676
|
+
"tint60": "#fef6fb"
|
|
677
|
+
},
|
|
678
|
+
"platinum": {
|
|
679
|
+
"primary": "#69797e",
|
|
680
|
+
"shade10": "#5f6d71",
|
|
681
|
+
"shade20": "#505c60",
|
|
682
|
+
"shade30": "#3b4447",
|
|
683
|
+
"shade40": "#1f2426",
|
|
684
|
+
"shade50": "#111314",
|
|
685
|
+
"tint10": "#79898d",
|
|
686
|
+
"tint20": "#89989d",
|
|
687
|
+
"tint30": "#a0adb2",
|
|
688
|
+
"tint40": "#cdd6d8",
|
|
689
|
+
"tint50": "#e4e9ea",
|
|
690
|
+
"tint60": "#f8f9fa"
|
|
691
|
+
},
|
|
692
|
+
"plum": {
|
|
693
|
+
"primary": "#77004d",
|
|
694
|
+
"shade10": "#6b0045",
|
|
695
|
+
"shade20": "#5a003b",
|
|
696
|
+
"shade30": "#43002b",
|
|
697
|
+
"shade40": "#240017",
|
|
698
|
+
"shade50": "#13000c",
|
|
699
|
+
"tint10": "#87105d",
|
|
700
|
+
"tint20": "#98246f",
|
|
701
|
+
"tint30": "#ad4589",
|
|
702
|
+
"tint40": "#d696c0",
|
|
703
|
+
"tint50": "#e9c4dc",
|
|
704
|
+
"tint60": "#faf0f6"
|
|
705
|
+
},
|
|
706
|
+
"powerPoint": {
|
|
707
|
+
"primary": "#c43e1c",
|
|
708
|
+
"shade10": "#b13719",
|
|
709
|
+
"shade20": "#952f15",
|
|
710
|
+
"shade30": "#6e220f",
|
|
711
|
+
"shade40": "#6e220f",
|
|
712
|
+
"shade50": "#3c1805",
|
|
713
|
+
"shade60": "#200d03",
|
|
714
|
+
"tint10": "#cb5031",
|
|
715
|
+
"tint20": "#dc816a",
|
|
716
|
+
"tint30": "#edbcb0",
|
|
717
|
+
"tint40": "#f6dbd4",
|
|
718
|
+
"tint50": "#edbcb0",
|
|
719
|
+
"tint60": "#f6dbd4"
|
|
720
|
+
},
|
|
721
|
+
"pumpkin": {
|
|
722
|
+
"primary": "#ca5010",
|
|
723
|
+
"shade10": "#b6480e",
|
|
724
|
+
"shade20": "#9a3d0c",
|
|
725
|
+
"shade30": "#712d09",
|
|
726
|
+
"shade40": "#3d1805",
|
|
727
|
+
"shade50": "#200d03",
|
|
728
|
+
"tint10": "#d06228",
|
|
729
|
+
"tint20": "#d77440",
|
|
730
|
+
"tint30": "#df8e64",
|
|
731
|
+
"tint40": "#efc4ad",
|
|
732
|
+
"tint50": "#f7dfd2",
|
|
733
|
+
"tint60": "#fdf7f4"
|
|
734
|
+
},
|
|
735
|
+
"purple": {
|
|
736
|
+
"primary": "#5c2e91",
|
|
737
|
+
"shade10": "#532982",
|
|
738
|
+
"shade20": "#46236e",
|
|
739
|
+
"shade30": "#341a51",
|
|
740
|
+
"shade40": "#1c0e2b",
|
|
741
|
+
"shade50": "#0f0717",
|
|
742
|
+
"tint10": "#6b3f9e",
|
|
743
|
+
"tint20": "#7c52ab",
|
|
744
|
+
"tint30": "#9470bd",
|
|
745
|
+
"tint40": "#c6b1de",
|
|
746
|
+
"tint50": "#e0d3ed",
|
|
747
|
+
"tint60": "#f7f4fb"
|
|
748
|
+
},
|
|
749
|
+
"red": {
|
|
750
|
+
"primary": "#d13438",
|
|
751
|
+
"shade10": "#bc2f32",
|
|
752
|
+
"shade20": "#9f282b",
|
|
753
|
+
"shade30": "#751d1f",
|
|
754
|
+
"shade40": "#3f1011",
|
|
755
|
+
"shade50": "#210809",
|
|
756
|
+
"tint10": "#d7494c",
|
|
757
|
+
"tint20": "#dc5e62",
|
|
758
|
+
"tint30": "#e37d80",
|
|
759
|
+
"tint40": "#f1bbbc",
|
|
760
|
+
"tint50": "#f8dadb",
|
|
761
|
+
"tint60": "#fdf6f6"
|
|
762
|
+
},
|
|
763
|
+
"royalBlue": {
|
|
764
|
+
"primary": "#004e8c",
|
|
765
|
+
"shade10": "#00467e",
|
|
766
|
+
"shade20": "#003b6a",
|
|
767
|
+
"shade30": "#002c4e",
|
|
768
|
+
"shade40": "#00172a",
|
|
769
|
+
"shade50": "#000c16",
|
|
770
|
+
"tint10": "#125e9a",
|
|
771
|
+
"tint20": "#286fa8",
|
|
772
|
+
"tint30": "#4a89ba",
|
|
773
|
+
"tint40": "#9abfdc",
|
|
774
|
+
"tint50": "#c7dced",
|
|
775
|
+
"tint60": "#f0f6fa"
|
|
776
|
+
},
|
|
777
|
+
"seafoam": {
|
|
778
|
+
"primary": "#00cc6a",
|
|
779
|
+
"shade10": "#00b85f",
|
|
780
|
+
"shade20": "#009b51",
|
|
781
|
+
"shade30": "#00723b",
|
|
782
|
+
"shade40": "#003d20",
|
|
783
|
+
"shade50": "#002111",
|
|
784
|
+
"tint10": "#19d279",
|
|
785
|
+
"tint20": "#34d889",
|
|
786
|
+
"tint30": "#5ae0a0",
|
|
787
|
+
"tint40": "#a8f0cd",
|
|
788
|
+
"tint50": "#cff7e4",
|
|
789
|
+
"tint60": "#f3fdf8"
|
|
790
|
+
},
|
|
791
|
+
"silver": {
|
|
792
|
+
"primary": "#859599",
|
|
793
|
+
"shade10": "#78868a",
|
|
794
|
+
"shade20": "#657174",
|
|
795
|
+
"shade30": "#4a5356",
|
|
796
|
+
"shade40": "#282d2e",
|
|
797
|
+
"shade50": "#151818",
|
|
798
|
+
"tint10": "#92a1a5",
|
|
799
|
+
"tint20": "#a0aeb1",
|
|
800
|
+
"tint30": "#b3bfc2",
|
|
801
|
+
"tint40": "#d8dfe0",
|
|
802
|
+
"tint50": "#eaeeef",
|
|
803
|
+
"tint60": "#fafbfb"
|
|
804
|
+
},
|
|
805
|
+
"steel": {
|
|
806
|
+
"primary": "#005b70",
|
|
807
|
+
"shade10": "#005265",
|
|
808
|
+
"shade20": "#004555",
|
|
809
|
+
"shade30": "#00333f",
|
|
810
|
+
"shade40": "#001b22",
|
|
811
|
+
"shade50": "#000f12",
|
|
812
|
+
"tint10": "#0f6c81",
|
|
813
|
+
"tint20": "#237d92",
|
|
814
|
+
"tint30": "#4496a9",
|
|
815
|
+
"tint40": "#94c8d4",
|
|
816
|
+
"tint50": "#c3e1e8",
|
|
817
|
+
"tint60": "#eff7f9"
|
|
818
|
+
},
|
|
819
|
+
"teal": {
|
|
820
|
+
"primary": "#038387",
|
|
821
|
+
"shade10": "#037679",
|
|
822
|
+
"shade20": "#026467",
|
|
823
|
+
"shade30": "#02494c",
|
|
824
|
+
"shade40": "#012728",
|
|
825
|
+
"shade50": "#001516",
|
|
826
|
+
"tint10": "#159195",
|
|
827
|
+
"tint20": "#2aa0a4",
|
|
828
|
+
"tint30": "#4cb4b7",
|
|
829
|
+
"tint40": "#9bd9db",
|
|
830
|
+
"tint50": "#c7ebec",
|
|
831
|
+
"tint60": "#f0fafa"
|
|
832
|
+
},
|
|
833
|
+
"white": "#ffffff",
|
|
834
|
+
"word": {
|
|
835
|
+
"primary": "#185abd",
|
|
836
|
+
"shade10": "#1651aa",
|
|
837
|
+
"shade20": "#13458f",
|
|
838
|
+
"shade30": "#0e336a",
|
|
839
|
+
"shade40": "#0e336a",
|
|
840
|
+
"shade50": "#0c2145",
|
|
841
|
+
"shade60": "#071225",
|
|
842
|
+
"tint10": "#2e6ac5",
|
|
843
|
+
"tint20": "#6794d7",
|
|
844
|
+
"tint30": "#aec6eb",
|
|
845
|
+
"tint40": "#d2e0f4",
|
|
846
|
+
"tint50": "#aec6eb",
|
|
847
|
+
"tint60": "#d2e0f4"
|
|
848
|
+
},
|
|
849
|
+
"yellow": {
|
|
850
|
+
"primary": "#fde300",
|
|
851
|
+
"shade10": "#e4cc00",
|
|
852
|
+
"shade20": "#c0ad00",
|
|
853
|
+
"shade30": "#8e7f00",
|
|
854
|
+
"shade40": "#4c4400",
|
|
855
|
+
"shade50": "#282400",
|
|
856
|
+
"tint10": "#fde61e",
|
|
857
|
+
"tint20": "#fdea3d",
|
|
858
|
+
"tint30": "#feee66",
|
|
859
|
+
"tint40": "#fef7b2",
|
|
860
|
+
"tint50": "#fffad6",
|
|
861
|
+
"tint60": "#fffef5"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
"corner": {
|
|
865
|
+
"radius": {
|
|
866
|
+
"circle": 9999,
|
|
867
|
+
"extraLarge": 8,
|
|
868
|
+
"large": 6,
|
|
869
|
+
"medium": 4,
|
|
870
|
+
"none": 0,
|
|
871
|
+
"small": 2
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"font": {
|
|
875
|
+
"family": {
|
|
876
|
+
"default": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\"",
|
|
877
|
+
"monospace": "\"Courier New\"",
|
|
878
|
+
"numeric": "\"Helvetica Neue\", Helvetica, Arial, \"Microsoft Sans Serif\""
|
|
879
|
+
},
|
|
880
|
+
"lineHeight": {
|
|
881
|
+
"100": 14,
|
|
882
|
+
"200": 16,
|
|
883
|
+
"300": 20,
|
|
884
|
+
"400": 22,
|
|
885
|
+
"500": 28,
|
|
886
|
+
"600": 32,
|
|
887
|
+
"700": 36,
|
|
888
|
+
"800": 40,
|
|
889
|
+
"900": 52,
|
|
890
|
+
"1000": 92
|
|
891
|
+
},
|
|
892
|
+
"size": {
|
|
893
|
+
"100": 10,
|
|
894
|
+
"200": 12,
|
|
895
|
+
"300": 14,
|
|
896
|
+
"400": 16,
|
|
897
|
+
"500": 20,
|
|
898
|
+
"600": 24,
|
|
899
|
+
"700": 28,
|
|
900
|
+
"800": 32,
|
|
901
|
+
"900": 40,
|
|
902
|
+
"1000": 68
|
|
903
|
+
},
|
|
904
|
+
"weight": {
|
|
905
|
+
"bold": "700",
|
|
906
|
+
"medium": "500",
|
|
907
|
+
"regular": "400",
|
|
908
|
+
"semibold": "600"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"shadow": {
|
|
912
|
+
"2": [
|
|
913
|
+
{
|
|
914
|
+
"x": 0,
|
|
915
|
+
"y": 0,
|
|
916
|
+
"blur": 2,
|
|
917
|
+
"color": "#0000001f"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"x": 0,
|
|
921
|
+
"y": 1,
|
|
922
|
+
"blur": 2,
|
|
923
|
+
"color": "#00000024"
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"4": [
|
|
927
|
+
{
|
|
928
|
+
"x": 0,
|
|
929
|
+
"y": 0,
|
|
930
|
+
"blur": 2,
|
|
931
|
+
"color": "#0000001f"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"x": 0,
|
|
935
|
+
"y": 2,
|
|
936
|
+
"blur": 4,
|
|
937
|
+
"color": "#00000024"
|
|
938
|
+
}
|
|
939
|
+
],
|
|
940
|
+
"8": [
|
|
941
|
+
{
|
|
942
|
+
"x": 0,
|
|
943
|
+
"y": 0,
|
|
944
|
+
"blur": 2,
|
|
945
|
+
"color": "#0000001f"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"x": 0,
|
|
949
|
+
"y": 4,
|
|
950
|
+
"blur": 8,
|
|
951
|
+
"color": "#00000024"
|
|
952
|
+
}
|
|
953
|
+
],
|
|
954
|
+
"16": [
|
|
955
|
+
{
|
|
956
|
+
"x": 0,
|
|
957
|
+
"y": 0,
|
|
958
|
+
"blur": 2,
|
|
959
|
+
"color": "#0000001f"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"x": 0,
|
|
963
|
+
"y": 8,
|
|
964
|
+
"blur": 16,
|
|
965
|
+
"color": "#00000024"
|
|
966
|
+
}
|
|
967
|
+
],
|
|
968
|
+
"28": [
|
|
969
|
+
{
|
|
970
|
+
"x": 0,
|
|
971
|
+
"y": 0,
|
|
972
|
+
"blur": 8,
|
|
973
|
+
"color": "#0000001f"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"x": 0,
|
|
977
|
+
"y": 14,
|
|
978
|
+
"blur": 28,
|
|
979
|
+
"color": "#00000024"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"64": [
|
|
983
|
+
{
|
|
984
|
+
"x": 0,
|
|
985
|
+
"y": 0,
|
|
986
|
+
"blur": 8,
|
|
987
|
+
"color": "#0000001f"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"x": 0,
|
|
991
|
+
"y": 32,
|
|
992
|
+
"blur": 64,
|
|
993
|
+
"color": "#00000024"
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"brand": {
|
|
997
|
+
"2": [
|
|
998
|
+
{
|
|
999
|
+
"x": 0,
|
|
1000
|
+
"y": 0,
|
|
1001
|
+
"blur": 2,
|
|
1002
|
+
"color": "#0000004d"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"x": 0,
|
|
1006
|
+
"y": 1,
|
|
1007
|
+
"blur": 2,
|
|
1008
|
+
"color": "#00000040"
|
|
1009
|
+
}
|
|
1010
|
+
],
|
|
1011
|
+
"4": [
|
|
1012
|
+
{
|
|
1013
|
+
"x": 0,
|
|
1014
|
+
"y": 0,
|
|
1015
|
+
"blur": 2,
|
|
1016
|
+
"color": "#0000004d"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"x": 0,
|
|
1020
|
+
"y": 2,
|
|
1021
|
+
"blur": 4,
|
|
1022
|
+
"color": "#00000040"
|
|
1023
|
+
}
|
|
1024
|
+
],
|
|
1025
|
+
"8": [
|
|
1026
|
+
{
|
|
1027
|
+
"x": 0,
|
|
1028
|
+
"y": 0,
|
|
1029
|
+
"blur": 2,
|
|
1030
|
+
"color": "#0000004d"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"x": 0,
|
|
1034
|
+
"y": 4,
|
|
1035
|
+
"blur": 8,
|
|
1036
|
+
"color": "#00000040"
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"16": [
|
|
1040
|
+
{
|
|
1041
|
+
"x": 0,
|
|
1042
|
+
"y": 0,
|
|
1043
|
+
"blur": 2,
|
|
1044
|
+
"color": "#0000004d"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"x": 0,
|
|
1048
|
+
"y": 8,
|
|
1049
|
+
"blur": 16,
|
|
1050
|
+
"color": "#00000040"
|
|
1051
|
+
}
|
|
1052
|
+
],
|
|
1053
|
+
"28": [
|
|
1054
|
+
{
|
|
1055
|
+
"x": 0,
|
|
1056
|
+
"y": 0,
|
|
1057
|
+
"blur": 8,
|
|
1058
|
+
"color": "#0000004d"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"x": 0,
|
|
1062
|
+
"y": 14,
|
|
1063
|
+
"blur": 28,
|
|
1064
|
+
"color": "#00000040"
|
|
1065
|
+
}
|
|
1066
|
+
],
|
|
1067
|
+
"64": [
|
|
1068
|
+
{
|
|
1069
|
+
"x": 0,
|
|
1070
|
+
"y": 0,
|
|
1071
|
+
"blur": 8,
|
|
1072
|
+
"color": "#0000004d"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"x": 0,
|
|
1076
|
+
"y": 32,
|
|
1077
|
+
"blur": 64,
|
|
1078
|
+
"color": "#00000040"
|
|
1079
|
+
}
|
|
1080
|
+
]
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"spacing": {
|
|
1084
|
+
"l": 16,
|
|
1085
|
+
"m": 12,
|
|
1086
|
+
"mNudge": 10,
|
|
1087
|
+
"none": 0,
|
|
1088
|
+
"s": 8,
|
|
1089
|
+
"sNudge": 6,
|
|
1090
|
+
"xl": 20,
|
|
1091
|
+
"xs": 4,
|
|
1092
|
+
"xxl": 24,
|
|
1093
|
+
"xxs": 2,
|
|
1094
|
+
"xxxl": 32
|
|
1095
|
+
},
|
|
1096
|
+
"stroke": {
|
|
1097
|
+
"width": {
|
|
1098
|
+
"thick": 2,
|
|
1099
|
+
"thicker": 3,
|
|
1100
|
+
"thickest": 4,
|
|
1101
|
+
"thin": 1
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|