@momentum-design/tokens 0.0.56 → 0.0.58
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/css/core/complete.css +97 -98
- package/dist/css/theme/aaos/day-complete.css +14 -16
- package/dist/css/theme/aaos/night-complete.css +10 -12
- package/dist/css/theme/webex/dark-stable.css +122 -121
- package/dist/css/theme/webex/hc-dark-stable.css +145 -94
- package/dist/css/theme/webex/hc-light-stable.css +159 -108
- package/dist/css/theme/webex/light-stable.css +147 -148
- package/dist/ios/core/complete.swift +97 -98
- package/dist/ios/theme/aaos/day-complete.swift +14 -16
- package/dist/ios/theme/aaos/night-complete.swift +10 -12
- package/dist/ios/theme/webex/dark-stable.swift +83 -82
- package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
- package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
- package/dist/ios/theme/webex/light-stable.swift +107 -108
- package/dist/json/core/complete.json +3150 -2380
- package/dist/json/theme/aaos/day-complete.json +273 -257
- package/dist/json/theme/aaos/night-complete.json +273 -257
- package/dist/json/theme/webex/dark-stable.json +7088 -6235
- package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
- package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
- package/dist/json/theme/webex/light-stable.json +7056 -6262
- package/dist/json-minimal/core/complete.json +179 -148
- package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
- package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
- package/dist/json-minimal/theme/webex/dark-stable.json +238 -221
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
- package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
- package/dist/json-minimal/theme/webex/light-stable.json +270 -251
- package/dist/resources/core/complete.xml +97 -98
- package/dist/resources/theme/aaos/day-complete.xml +14 -16
- package/dist/resources/theme/aaos/night-complete.xml +10 -12
- package/dist/resources/theme/webex/dark-stable.xml +122 -121
- package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
- package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
- package/dist/resources/theme/webex/light-stable.xml +147 -148
- package/dist/scss/core/complete.scss +97 -98
- package/dist/scss/theme/aaos/day-complete.scss +14 -16
- package/dist/scss/theme/aaos/night-complete.scss +10 -12
- package/dist/scss/theme/webex/dark-stable.scss +123 -122
- package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
- package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
- package/dist/scss/theme/webex/light-stable.scss +148 -149
- package/package.json +1 -1
- package/dist/css/theme/webex/common-stable.css +0 -81
- package/dist/css/theme/webex/dark-complete.css +0 -298
- package/dist/css/theme/webex/light-complete.css +0 -295
- package/dist/ios/theme/webex/common-stable.swift +0 -87
- package/dist/ios/theme/webex/dark-complete.swift +0 -304
- package/dist/ios/theme/webex/light-complete.swift +0 -301
- package/dist/json/theme/webex/common-stable.json +0 -2168
- package/dist/json/theme/webex/dark-complete.json +0 -8500
- package/dist/json/theme/webex/light-complete.json +0 -8395
- package/dist/json-minimal/theme/webex/common-stable.json +0 -162
- package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
- package/dist/json-minimal/theme/webex/light-complete.json +0 -632
- package/dist/resources/theme/webex/common-stable.xml +0 -83
- package/dist/resources/theme/webex/dark-complete.xml +0 -300
- package/dist/resources/theme/webex/light-complete.xml +0 -297
- package/dist/scss/theme/webex/common-stable.scss +0 -78
- package/dist/scss/theme/webex/dark-complete.scss +0 -295
- package/dist/scss/theme/webex/light-complete.scss +0 -292
|
@@ -1,162 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"color": {
|
|
3
3
|
"theme": {
|
|
4
|
-
"common": {
|
|
5
|
-
"text": {
|
|
6
|
-
"white": "#fffffff2",
|
|
7
|
-
"gray": "#ffffffb3",
|
|
8
|
-
"black": "#000000f2",
|
|
9
|
-
"disabled": "#ffffff66",
|
|
10
|
-
"success": {
|
|
11
|
-
"normal": "#3cc29a",
|
|
12
|
-
"hover": "#9fedd8"
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"normal": "#fc8b98",
|
|
16
|
-
"hover": "#ffd4da"
|
|
17
|
-
},
|
|
18
|
-
"warning": {
|
|
19
|
-
"normal": "#f2990a"
|
|
20
|
-
},
|
|
21
|
-
"secondary-light": "#ffffffb3",
|
|
22
|
-
"secondary-dark": "#00000099"
|
|
23
|
-
},
|
|
24
|
-
"overlay": {
|
|
25
|
-
"primary": {
|
|
26
|
-
"normal": "#000000e6"
|
|
27
|
-
},
|
|
28
|
-
"secondary": {
|
|
29
|
-
"normal": "#00000066"
|
|
30
|
-
},
|
|
31
|
-
"meeting": {
|
|
32
|
-
"normal": "linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"button": {
|
|
36
|
-
"primary": {
|
|
37
|
-
"normal": "#fffffff2",
|
|
38
|
-
"hover": "#ffffffcc",
|
|
39
|
-
"pressed": "#ffffffb3",
|
|
40
|
-
"disabled": "#ffffff33"
|
|
41
|
-
},
|
|
42
|
-
"secondary": {
|
|
43
|
-
"normal": "#ffffff00",
|
|
44
|
-
"hover": "#ffffff12",
|
|
45
|
-
"disabled": "#ffffff00",
|
|
46
|
-
"active": {
|
|
47
|
-
"normal": "#ffffff33",
|
|
48
|
-
"hover": "#ffffff4d",
|
|
49
|
-
"pressed": "#ffffff66"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"secondary-dark": {
|
|
53
|
-
"normal": "#00000000",
|
|
54
|
-
"hover": "#00000012",
|
|
55
|
-
"pressed": "#00000033",
|
|
56
|
-
"disabled": "#00000000"
|
|
57
|
-
},
|
|
58
|
-
"join-animated-gradient": {
|
|
59
|
-
"normal": {
|
|
60
|
-
"0": "#30c9b0",
|
|
61
|
-
"1": "#64b4fa"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"promotion": {
|
|
65
|
-
"normal": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
66
|
-
"hover": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
67
|
-
"active": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"outline": {
|
|
71
|
-
"button": {
|
|
72
|
-
"normal": "#ffffff4d"
|
|
73
|
-
},
|
|
74
|
-
"primary": {
|
|
75
|
-
"normal": "#ffffff66"
|
|
76
|
-
},
|
|
77
|
-
"input": {
|
|
78
|
-
"normal": "#ffffff80"
|
|
79
|
-
},
|
|
80
|
-
"disabled": {
|
|
81
|
-
"normal": "#ffffff33"
|
|
82
|
-
},
|
|
83
|
-
"closed-caption": {
|
|
84
|
-
"secondary": {
|
|
85
|
-
"light": "#ffffff33",
|
|
86
|
-
"dark": "#00000033"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"control": {
|
|
91
|
-
"inactive": {
|
|
92
|
-
"normal": "#00000033"
|
|
93
|
-
},
|
|
94
|
-
"shareContent": {
|
|
95
|
-
"active": "#C94403",
|
|
96
|
-
"inactive": "#707070",
|
|
97
|
-
"selected": "#3cc29a"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"background": {
|
|
101
|
-
"solid": {
|
|
102
|
-
"secondary-dark": "#1a1a1a",
|
|
103
|
-
"primary-light": "#ffffff"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"touchbar": {
|
|
107
|
-
"background": {
|
|
108
|
-
"blue": {
|
|
109
|
-
"normal": "#1170cf",
|
|
110
|
-
"pressed": "#063a75"
|
|
111
|
-
},
|
|
112
|
-
"pink": {
|
|
113
|
-
"normal": "#d43b52",
|
|
114
|
-
"pressed": "#66262d"
|
|
115
|
-
},
|
|
116
|
-
"mint": {
|
|
117
|
-
"normal": "#148579",
|
|
118
|
-
"pressed": "#12423f"
|
|
119
|
-
},
|
|
120
|
-
"purple": {
|
|
121
|
-
"normal": "#c233c4",
|
|
122
|
-
"pressed": "#601e66"
|
|
123
|
-
},
|
|
124
|
-
"violet": {
|
|
125
|
-
"normal": "#875ae0",
|
|
126
|
-
"pressed": "#432c78"
|
|
127
|
-
},
|
|
128
|
-
"orange": {
|
|
129
|
-
"normal": "#C94403",
|
|
130
|
-
"pressed": "#682601"
|
|
131
|
-
},
|
|
132
|
-
"green": {
|
|
133
|
-
"normal": "#1d805f",
|
|
134
|
-
"pressed": "#134231"
|
|
135
|
-
},
|
|
136
|
-
"red": {
|
|
137
|
-
"normal": "#db1f2e",
|
|
138
|
-
"pressed": "#780d13"
|
|
139
|
-
},
|
|
140
|
-
"transparent": "#00000000"
|
|
141
|
-
},
|
|
142
|
-
"icon": {
|
|
143
|
-
"stable": "#27a17a",
|
|
144
|
-
"attention": "#fc8b98",
|
|
145
|
-
"secure": "#64b4fa"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
"content": {
|
|
149
|
-
"doc": "#4285f4",
|
|
150
|
-
"excel": "#00893E",
|
|
151
|
-
"keynote": "#029CFB",
|
|
152
|
-
"onenote": "#B839DB",
|
|
153
|
-
"pdf": "#EE0507",
|
|
154
|
-
"powerpoint": "#D93E17",
|
|
155
|
-
"sheets": "#F4B400",
|
|
156
|
-
"slides": "#0F9D58",
|
|
157
|
-
"word": "#0078D6"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
4
|
"text": {
|
|
161
5
|
"primary": {
|
|
162
6
|
"normal": "#000000f2",
|
|
@@ -198,9 +42,9 @@
|
|
|
198
42
|
"active": "#3b1840"
|
|
199
43
|
},
|
|
200
44
|
"orange": {
|
|
201
|
-
"normal": "#
|
|
202
|
-
"hover": "#
|
|
203
|
-
"active": "#
|
|
45
|
+
"normal": "#9c3202",
|
|
46
|
+
"hover": "#411b04",
|
|
47
|
+
"active": "#411b04"
|
|
204
48
|
}
|
|
205
49
|
},
|
|
206
50
|
"team": {
|
|
@@ -211,12 +55,12 @@
|
|
|
211
55
|
},
|
|
212
56
|
"cyan": {
|
|
213
57
|
"normal": "#066070",
|
|
214
|
-
"hover": "#
|
|
58
|
+
"hover": "#0b2a30",
|
|
215
59
|
"active": "#0b2a30"
|
|
216
60
|
},
|
|
217
61
|
"mint": {
|
|
218
62
|
"normal": "#12615a",
|
|
219
|
-
"hover": "#
|
|
63
|
+
"hover": "#102b2a",
|
|
220
64
|
"active": "#102b2a"
|
|
221
65
|
},
|
|
222
66
|
"lime": {
|
|
@@ -230,9 +74,9 @@
|
|
|
230
74
|
"active": "#30240d"
|
|
231
75
|
},
|
|
232
76
|
"orange": {
|
|
233
|
-
"normal": "#
|
|
234
|
-
"hover": "#
|
|
235
|
-
"active": "#
|
|
77
|
+
"normal": "#9c3202",
|
|
78
|
+
"hover": "#9c3202",
|
|
79
|
+
"active": "#411b04"
|
|
236
80
|
},
|
|
237
81
|
"pink": {
|
|
238
82
|
"normal": "#a12a3a",
|
|
@@ -292,10 +136,14 @@
|
|
|
292
136
|
"normal": "#ffffff80"
|
|
293
137
|
},
|
|
294
138
|
"primary": {
|
|
295
|
-
"normal": "#ffffff66"
|
|
296
|
-
|
|
139
|
+
"normal": "#ffffff66"
|
|
140
|
+
},
|
|
141
|
+
"disabled": {
|
|
142
|
+
"normal": "#ffffff33"
|
|
297
143
|
},
|
|
298
|
-
"theme":
|
|
144
|
+
"theme": {
|
|
145
|
+
"normal": "#64b4fa"
|
|
146
|
+
}
|
|
299
147
|
},
|
|
300
148
|
"control": {
|
|
301
149
|
"active": {
|
|
@@ -306,16 +154,16 @@
|
|
|
306
154
|
"disabled": "#ffffff33"
|
|
307
155
|
},
|
|
308
156
|
"inactive": {
|
|
309
|
-
"normal": "#
|
|
310
|
-
"hover": "#
|
|
311
|
-
"pressed": "#
|
|
312
|
-
"disabled": "#
|
|
157
|
+
"normal": "#8f8f8f",
|
|
158
|
+
"hover": "#ffffff4d",
|
|
159
|
+
"pressed": "#ffffff66",
|
|
160
|
+
"disabled": "#ffffff33"
|
|
313
161
|
}
|
|
314
162
|
}
|
|
315
163
|
},
|
|
316
164
|
"background": {
|
|
317
165
|
"primary": {
|
|
318
|
-
"ghost": "#
|
|
166
|
+
"ghost": "#00000000",
|
|
319
167
|
"hover": "#00000012",
|
|
320
168
|
"active": "#0000001c",
|
|
321
169
|
"disabled": "#0000001c"
|
|
@@ -325,10 +173,10 @@
|
|
|
325
173
|
"normal": "#ffffff"
|
|
326
174
|
},
|
|
327
175
|
"secondary": {
|
|
328
|
-
"normal": "#
|
|
176
|
+
"normal": "#f7f7f7"
|
|
329
177
|
},
|
|
330
178
|
"tertiary": {
|
|
331
|
-
"normal": "#
|
|
179
|
+
"normal": "#ededed"
|
|
332
180
|
},
|
|
333
181
|
"quaternary": {
|
|
334
182
|
"normal": "#ffffff"
|
|
@@ -343,15 +191,11 @@
|
|
|
343
191
|
"accent": {
|
|
344
192
|
"normal": "#1170cf"
|
|
345
193
|
},
|
|
346
|
-
"gradient": {
|
|
347
|
-
"primary": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
|
|
348
|
-
"secondary": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)"
|
|
349
|
-
},
|
|
350
194
|
"alert": {
|
|
351
195
|
"default": {
|
|
352
|
-
"normal": "#
|
|
353
|
-
"hover": "#
|
|
354
|
-
"active": "#
|
|
196
|
+
"normal": "#dedede",
|
|
197
|
+
"hover": "#dedede",
|
|
198
|
+
"active": "#c9c9c9"
|
|
355
199
|
},
|
|
356
200
|
"success": {
|
|
357
201
|
"normal": "#cef5eb",
|
|
@@ -379,9 +223,9 @@
|
|
|
379
223
|
"active": "#fce1fc"
|
|
380
224
|
},
|
|
381
225
|
"orange": {
|
|
382
|
-
"normal": "#
|
|
383
|
-
"hover": "#
|
|
384
|
-
"active": "#
|
|
226
|
+
"normal": "#feebd7",
|
|
227
|
+
"hover": "#feebd7",
|
|
228
|
+
"active": "#fed5ac"
|
|
385
229
|
}
|
|
386
230
|
},
|
|
387
231
|
"label": {
|
|
@@ -406,9 +250,9 @@
|
|
|
406
250
|
"active": "#74e8d1"
|
|
407
251
|
},
|
|
408
252
|
"orange": {
|
|
409
|
-
"normal": "#
|
|
410
|
-
"hover": "#
|
|
411
|
-
"active": "#
|
|
253
|
+
"normal": "#feebd7",
|
|
254
|
+
"hover": "#fed5ac",
|
|
255
|
+
"active": "#feba7f"
|
|
412
256
|
},
|
|
413
257
|
"pink": {
|
|
414
258
|
"normal": "#fff2f5",
|
|
@@ -432,44 +276,45 @@
|
|
|
432
276
|
}
|
|
433
277
|
},
|
|
434
278
|
"common": {
|
|
435
|
-
"normal": "#
|
|
279
|
+
"normal": "#000000"
|
|
436
280
|
},
|
|
437
281
|
"namelabel": {
|
|
438
|
-
"normal": "#
|
|
282
|
+
"normal": "#ffffff80"
|
|
439
283
|
},
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
284
|
+
"gradient": {
|
|
285
|
+
"primary": {
|
|
286
|
+
"normal": {
|
|
287
|
+
"0": "#f0f0f0",
|
|
288
|
+
"1": "#ffffff"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"secondary": {
|
|
292
|
+
"normal": {
|
|
293
|
+
"0": "#fafafa",
|
|
294
|
+
"1": "#ffffff"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
445
297
|
}
|
|
446
298
|
},
|
|
447
299
|
"button": {
|
|
448
|
-
"border": {
|
|
449
|
-
"normal": "none"
|
|
450
|
-
},
|
|
451
300
|
"primary": {
|
|
452
301
|
"normal": "#000000f2",
|
|
453
302
|
"hover": "#000000cc",
|
|
454
303
|
"pressed": "#000000b3",
|
|
455
|
-
"disabled": "#
|
|
304
|
+
"disabled": "#00000000"
|
|
456
305
|
},
|
|
457
306
|
"secondary": {
|
|
458
307
|
"normal": "#00000000",
|
|
459
308
|
"hover": "#00000012",
|
|
460
309
|
"pressed": "#00000033",
|
|
461
|
-
"disabled": "#
|
|
310
|
+
"disabled": "#00000000",
|
|
462
311
|
"active": {
|
|
463
312
|
"normal": "#00000033",
|
|
464
313
|
"hover": "#0000004d",
|
|
465
|
-
"pressed": "#00000066"
|
|
314
|
+
"pressed": "#00000066",
|
|
315
|
+
"disabled": "#0000001c"
|
|
466
316
|
}
|
|
467
317
|
},
|
|
468
|
-
"inverted": {
|
|
469
|
-
"normal": "#ffffff",
|
|
470
|
-
"hover": "#ededed",
|
|
471
|
-
"pressed": "#dedede"
|
|
472
|
-
},
|
|
473
318
|
"join": {
|
|
474
319
|
"normal": "#1d805f",
|
|
475
320
|
"hover": "#185e46",
|
|
@@ -488,7 +333,8 @@
|
|
|
488
333
|
},
|
|
489
334
|
"outline": {
|
|
490
335
|
"primary": {
|
|
491
|
-
"normal": "#00000075"
|
|
336
|
+
"normal": "#00000075",
|
|
337
|
+
"disabled": "#00000033"
|
|
492
338
|
},
|
|
493
339
|
"theme": {
|
|
494
340
|
"normal": "#1170cf"
|
|
@@ -509,12 +355,9 @@
|
|
|
509
355
|
"cancel": {
|
|
510
356
|
"normal": "#ab0a15"
|
|
511
357
|
},
|
|
512
|
-
"disabled": {
|
|
513
|
-
"normal": "#00000033"
|
|
514
|
-
},
|
|
515
358
|
"share": {
|
|
516
359
|
"selected": "#27a17a",
|
|
517
|
-
"active": "#
|
|
360
|
+
"active": "#ec6400",
|
|
518
361
|
"inactive": "#8f8f8f"
|
|
519
362
|
},
|
|
520
363
|
"overlay": {
|
|
@@ -528,17 +371,11 @@
|
|
|
528
371
|
"gold": "#d6b220",
|
|
529
372
|
"lime": "#93c437",
|
|
530
373
|
"mint": "#30c9b0",
|
|
531
|
-
"orange": "#
|
|
374
|
+
"orange": "#fd884e",
|
|
532
375
|
"pink": "#fc97aa",
|
|
533
376
|
"purple": "#f294f1",
|
|
534
377
|
"slate": "#b0b4d9",
|
|
535
378
|
"violet": "#c7a5fa"
|
|
536
|
-
},
|
|
537
|
-
"promotion": {
|
|
538
|
-
"normal": "linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)"
|
|
539
|
-
},
|
|
540
|
-
"gradient": {
|
|
541
|
-
"active": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);"
|
|
542
379
|
}
|
|
543
380
|
},
|
|
544
381
|
"control": {
|
|
@@ -547,13 +384,18 @@
|
|
|
547
384
|
"hover": "#0353a8",
|
|
548
385
|
"pressed": "#063a75",
|
|
549
386
|
"active": "#063a75",
|
|
550
|
-
"disabled": "#
|
|
387
|
+
"disabled": "#00000033"
|
|
388
|
+
},
|
|
389
|
+
"indicator": {
|
|
390
|
+
"inactive": {
|
|
391
|
+
"normal": "#8f8f8f"
|
|
392
|
+
}
|
|
551
393
|
},
|
|
552
394
|
"inactive": {
|
|
553
|
-
"normal": "#
|
|
554
|
-
"hover": "#
|
|
555
|
-
"pressed": "#
|
|
556
|
-
"disabled": "#
|
|
395
|
+
"normal": "#00000000",
|
|
396
|
+
"hover": "#0000004d",
|
|
397
|
+
"pressed": "#00000066",
|
|
398
|
+
"disabled": "#00000033"
|
|
557
399
|
}
|
|
558
400
|
},
|
|
559
401
|
"overlay": {
|
|
@@ -569,25 +411,206 @@
|
|
|
569
411
|
}
|
|
570
412
|
},
|
|
571
413
|
"indicator": {
|
|
572
|
-
"unstable": "#
|
|
414
|
+
"unstable": "#c94403",
|
|
573
415
|
"attention": "#db1f2e",
|
|
574
416
|
"stable": "#1d805f",
|
|
575
417
|
"locked": "#707070",
|
|
576
|
-
"caution": "#
|
|
418
|
+
"caution": "#a65e00",
|
|
577
419
|
"secure": "#1170cf"
|
|
578
420
|
},
|
|
579
|
-
"
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
421
|
+
"common": {
|
|
422
|
+
"whiteboard": {
|
|
423
|
+
"stickyNote": {
|
|
424
|
+
"yellow": "#ffbe4f",
|
|
425
|
+
"red": "#fc8b98",
|
|
426
|
+
"purple": "#f294f1",
|
|
427
|
+
"cyan": "#22c7d6",
|
|
428
|
+
"mint": "#30c9b0"
|
|
429
|
+
},
|
|
430
|
+
"Pen": {
|
|
431
|
+
"black": "#0f0f0f",
|
|
432
|
+
"red": "#f55868",
|
|
433
|
+
"purple": "#c233c4",
|
|
434
|
+
"blue": "#64b4fa",
|
|
435
|
+
"green": "#3cc29a",
|
|
436
|
+
"yellow": "#f2990a",
|
|
437
|
+
"white": "#ffffff"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"text": {
|
|
441
|
+
"primary": {
|
|
442
|
+
"normal": "#fffffff2",
|
|
443
|
+
"disabled": "#ffffff66"
|
|
444
|
+
},
|
|
445
|
+
"secondary": {
|
|
446
|
+
"normal": "#ffffffb3"
|
|
447
|
+
},
|
|
448
|
+
"success": {
|
|
449
|
+
"normal": "#3cc29a",
|
|
450
|
+
"hover": "#9fedd8"
|
|
451
|
+
},
|
|
452
|
+
"error": {
|
|
453
|
+
"normal": "#fc8b98",
|
|
454
|
+
"hover": "#ffd4da"
|
|
455
|
+
},
|
|
456
|
+
"warning": {
|
|
457
|
+
"normal": "#f2990a",
|
|
458
|
+
"hover": "#ffda94"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"inverted": {
|
|
462
|
+
"text": {
|
|
463
|
+
"primary": {
|
|
464
|
+
"normal": "#000000f2"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"overlays": {
|
|
469
|
+
"primary": {
|
|
470
|
+
"normal": "#000000e6"
|
|
471
|
+
},
|
|
472
|
+
"secondary": {
|
|
473
|
+
"normal": "#00000066"
|
|
474
|
+
},
|
|
475
|
+
"meeting": {
|
|
476
|
+
"normal": {
|
|
477
|
+
"0": "#00000000",
|
|
478
|
+
"1": "#0000004d",
|
|
479
|
+
"2": "#000000cc"
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"button": {
|
|
484
|
+
"primary": {
|
|
485
|
+
"normal": "#fffffff2",
|
|
486
|
+
"hover": "#ffffffcc",
|
|
487
|
+
"pressed": "#ffffffb3",
|
|
488
|
+
"disabled": "#ffffff33"
|
|
489
|
+
},
|
|
490
|
+
"secondary": {
|
|
491
|
+
"normal": "#ffffff00",
|
|
492
|
+
"hover": "#ffffff12",
|
|
493
|
+
"active": {
|
|
494
|
+
"normal": "#ffffffb3",
|
|
495
|
+
"hover": "#ffffff4d",
|
|
496
|
+
"pressed": "#ffffff66",
|
|
497
|
+
"disabled": "#ffffff1c"
|
|
498
|
+
},
|
|
499
|
+
"disabled": "#ffffff00"
|
|
500
|
+
},
|
|
501
|
+
"promotion": {
|
|
502
|
+
"normal": {
|
|
503
|
+
"0": "#932099",
|
|
504
|
+
"1": "#a12a3a"
|
|
505
|
+
},
|
|
506
|
+
"hover": {
|
|
507
|
+
"0": "#601e66",
|
|
508
|
+
"1": "#66262d"
|
|
509
|
+
},
|
|
510
|
+
"active": {
|
|
511
|
+
"0": "#601e66",
|
|
512
|
+
"1": "#3b1e21"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"join": {
|
|
516
|
+
"animated": {
|
|
517
|
+
"gradient": {
|
|
518
|
+
"normal": {
|
|
519
|
+
"0": "#30c9b0",
|
|
520
|
+
"1": "#64b4fa",
|
|
521
|
+
"2": "#30c9b0"
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"outline": {
|
|
528
|
+
"button": {
|
|
529
|
+
"normal": "#ffffff4d"
|
|
530
|
+
},
|
|
531
|
+
"primary": {
|
|
532
|
+
"normal": "#ffffff66",
|
|
533
|
+
"disabled": "#ffffff33"
|
|
534
|
+
},
|
|
535
|
+
"input": {
|
|
536
|
+
"normal": "#ffffff80"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"control": {
|
|
540
|
+
"share": {
|
|
541
|
+
"content": {
|
|
542
|
+
"selected": "#3cc29a",
|
|
543
|
+
"active": "#c94403",
|
|
544
|
+
"inactive": "#707070"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"inactive": {
|
|
548
|
+
"normal": "#00000033"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"background": {
|
|
552
|
+
"alert": {
|
|
553
|
+
"share": {
|
|
554
|
+
"normal": "#c94403"
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"partner": {
|
|
559
|
+
"pdf": "#ee0507",
|
|
560
|
+
"word": "#0078d6",
|
|
561
|
+
"powerpoint": "#d93e17",
|
|
562
|
+
"excel": "#00893e",
|
|
563
|
+
"onenote": "#b839db",
|
|
564
|
+
"sheets": "#f4b400",
|
|
565
|
+
"slides": "#0f9d58",
|
|
566
|
+
"keynote": "#029cfb",
|
|
567
|
+
"doc": "#4285f4"
|
|
568
|
+
},
|
|
569
|
+
"touchbar": {
|
|
570
|
+
"background": {
|
|
571
|
+
"blue": {
|
|
572
|
+
"normal": "#1170cf",
|
|
573
|
+
"pressed": "#063a75"
|
|
574
|
+
},
|
|
575
|
+
"pink": {
|
|
576
|
+
"normal": "#d43b52",
|
|
577
|
+
"pressed": "#66262d"
|
|
578
|
+
},
|
|
579
|
+
"mint": {
|
|
580
|
+
"normal": "#148579",
|
|
581
|
+
"pressed": "#12423f"
|
|
582
|
+
},
|
|
583
|
+
"purple": {
|
|
584
|
+
"normal": "#c233c4",
|
|
585
|
+
"pressed": "#601e66"
|
|
586
|
+
},
|
|
587
|
+
"violet": {
|
|
588
|
+
"normal": "#875ae0",
|
|
589
|
+
"pressed": "#432c78"
|
|
590
|
+
},
|
|
591
|
+
"orange": {
|
|
592
|
+
"normal": "#c94403",
|
|
593
|
+
"pressed": "#682601"
|
|
594
|
+
},
|
|
595
|
+
"green": {
|
|
596
|
+
"normal": "#1d805f",
|
|
597
|
+
"pressed": "#134231"
|
|
598
|
+
},
|
|
599
|
+
"red": {
|
|
600
|
+
"normal": "#db1f2e",
|
|
601
|
+
"pressed": "#780d13"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"icon": {
|
|
605
|
+
"attention": "#fc8b98",
|
|
606
|
+
"stable": "#27a17a",
|
|
607
|
+
"secure": "#64b4fa"
|
|
608
|
+
}
|
|
586
609
|
}
|
|
587
610
|
},
|
|
588
611
|
"scrollbar": {
|
|
589
612
|
"button": {
|
|
590
|
-
"normal": "#
|
|
613
|
+
"normal": "#00000075",
|
|
591
614
|
"hover": "#00000080",
|
|
592
615
|
"pressed": "#00000099"
|
|
593
616
|
},
|
|
@@ -628,7 +651,7 @@
|
|
|
628
651
|
},
|
|
629
652
|
"tertiary": {
|
|
630
653
|
"0": "#ffbe4f",
|
|
631
|
-
"1": "#
|
|
654
|
+
"1": "#ec6400"
|
|
632
655
|
},
|
|
633
656
|
"quartenary": {
|
|
634
657
|
"0": "#93c437",
|
|
@@ -647,7 +670,7 @@
|
|
|
647
670
|
"0": "#f0677e",
|
|
648
671
|
"1": "#db1f2e"
|
|
649
672
|
},
|
|
650
|
-
"default": "#
|
|
673
|
+
"default": "#000000"
|
|
651
674
|
},
|
|
652
675
|
"globaltint": {
|
|
653
676
|
"normal": "#1170cf",
|
|
@@ -678,32 +701,32 @@
|
|
|
678
701
|
},
|
|
679
702
|
"error": {
|
|
680
703
|
"normal": {
|
|
681
|
-
"0": "#
|
|
682
|
-
"1": "#
|
|
704
|
+
"0": "#ab0a15",
|
|
705
|
+
"1": "#ab0a15"
|
|
683
706
|
},
|
|
684
707
|
"hover": {
|
|
685
|
-
"0": "#
|
|
686
|
-
"1": "#
|
|
708
|
+
"0": "#ab0a15",
|
|
709
|
+
"1": "#ab0a15"
|
|
687
710
|
}
|
|
688
711
|
},
|
|
689
712
|
"warning": {
|
|
690
713
|
"normal": {
|
|
691
|
-
"0": "#
|
|
692
|
-
"1": "#
|
|
714
|
+
"0": "#7d4705",
|
|
715
|
+
"1": "#7d4705"
|
|
693
716
|
},
|
|
694
717
|
"hover": {
|
|
695
|
-
"0": "#
|
|
696
|
-
"1": "#
|
|
718
|
+
"0": "#7d4705",
|
|
719
|
+
"1": "#7d4705"
|
|
697
720
|
}
|
|
698
721
|
},
|
|
699
722
|
"announce": {
|
|
700
723
|
"normal": {
|
|
701
|
-
"0": "#
|
|
702
|
-
"1": "#
|
|
724
|
+
"0": "#0353a8",
|
|
725
|
+
"1": "#0353a8"
|
|
703
726
|
},
|
|
704
727
|
"hover": {
|
|
705
|
-
"0": "#
|
|
706
|
-
"1": "#
|
|
728
|
+
"0": "#0353a8",
|
|
729
|
+
"1": "#0353a8"
|
|
707
730
|
}
|
|
708
731
|
}
|
|
709
732
|
},
|
|
@@ -714,16 +737,12 @@
|
|
|
714
737
|
"gold": "#735107",
|
|
715
738
|
"lime": "#416116",
|
|
716
739
|
"mint": "#12615a",
|
|
717
|
-
"orange": "#
|
|
740
|
+
"orange": "#9c3202",
|
|
718
741
|
"pink": "#a12a3a",
|
|
719
742
|
"purple": "#932099",
|
|
720
743
|
"slate": "#535573",
|
|
721
744
|
"violet": "#643abd",
|
|
722
745
|
"yellow": "#7d4705"
|
|
723
|
-
},
|
|
724
|
-
"gradation": {
|
|
725
|
-
"primary": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
|
|
726
|
-
"secondary": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)"
|
|
727
746
|
}
|
|
728
747
|
}
|
|
729
748
|
}
|