-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlightGrayMediumDensityTheme.js
778 lines (778 loc) · 29.4 KB
/
lightGrayMediumDensityTheme.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
export default {
metadata: {
"colorSchemeName": "Light gray",
"colorSchemeId": "hig-light-gray",
"className": "hig--light-gray-theme",
"densityId": "medium-density",
"densityName": "Medium density",
"name": "Light gray, Medium density",
"fileName": "lightGrayMediumDensityTheme",
"id": "hig-light-gray-medium-density",
"__deprecated__": {
"basics.colors.error": {
"equivalent": "colorScheme.errorColor"
},
"basics.colors.success": {
"equivalent": "colorScheme.successColor"
},
"basics.colors.warning": {
"equivalent": "colorScheme.warningColor"
}
}
},
resolvedRoles: {
"basics.borderRadii.none": "0",
"basics.borderRadii.small": "0",
"basics.borderRadii.medium": "2px",
"basics.borderRadii.large": "4px",
"basics.borderRadii.ellipse": "50%",
"basics.borderRadii.pill": "1000em",
"basics.borderWidths.none": "0",
"basics.borderWidths.small": "1px",
"basics.borderWidths.medium": "2px",
"basics.borderWidths.large": "4px",
"basics.colors.black": "#000000",
"basics.colors.white": "#ffffff",
"basics.colors.autodeskBlue100": "#cdeaf7",
"basics.colors.autodeskBlue200": "#9bd5ef",
"basics.colors.autodeskBlue300": "#6ac0e7",
"basics.colors.autodeskBlue400": "#38abdf",
"basics.colors.autodeskBlue500": "#0696d7",
"basics.colors.autodeskBlue600": "#0686c2",
"basics.colors.autodeskBlue700": "#0571a1",
"basics.colors.autodeskBlue800": "#034b6c",
"basics.colors.autodeskBlue900": "#022c40",
"basics.colors.charcoal100": "#eeeeee",
"basics.colors.charcoal200": "#dcdcdc",
"basics.colors.charcoal300": "#cccccc",
"basics.colors.charcoal400": "#bbbbbb",
"basics.colors.charcoal500": "#999999",
"basics.colors.charcoal600": "#808080",
"basics.colors.charcoal700": "#666666",
"basics.colors.charcoal800": "#4d4d4d",
"basics.colors.charcoal900": "#3c3c3c",
"basics.colors.darkBlue100": "#e1ebf7",
"basics.colors.darkBlue200": "#d1deee",
"basics.colors.darkBlue300": "#a3bcdc",
"basics.colors.darkBlue400": "#749bcb",
"basics.colors.darkBlue500": "#4679b9",
"basics.colors.darkBlue600": "#1858a8",
"basics.colors.darkBlue700": "#12437f",
"basics.colors.darkBlue800": "#0e3666",
"basics.colors.darkBlue900": "#0c2c54",
"basics.colors.green100": "#e7f2d9",
"basics.colors.green200": "#cfe4b3",
"basics.colors.green300": "#b7d78c",
"basics.colors.green400": "#9fc966",
"basics.colors.green500": "#87b340",
"basics.colors.green600": "#658d30",
"basics.colors.green700": "#5d822c",
"basics.colors.green800": "#4c6b24",
"basics.colors.green900": "#445e20",
"basics.colors.iconLightGrayColor": "#808080",
"basics.colors.iconDarkBlueColor": "#d1deee",
"basics.colors.iconDarkGrayColor": "#cccccc",
"basics.colors.red100": "#ffd9d9",
"basics.colors.red200": "#f8d3d3",
"basics.colors.red300": "#f1a7a7",
"basics.colors.red400": "#eb7a7a",
"basics.colors.red500": "#ec4a41",
"basics.colors.red600": "#dd2222",
"basics.colors.red700": "#a61a1a",
"basics.colors.red800": "#6f1111",
"basics.colors.red900": "#630f0f",
"basics.colors.turquoise100": "#d6f2ef",
"basics.colors.turquoise200": "#ade4de",
"basics.colors.turquoise300": "#84d7ce",
"basics.colors.turquoise400": "#5bc9bd",
"basics.colors.turquoise500": "#32bcad",
"basics.colors.turquoise600": "#23a597",
"basics.colors.turquoise700": "#268d82",
"basics.colors.turquoise800": "#20756c",
"basics.colors.turquoise900": "#195e57",
"basics.colors.yellowOrange100": "#feecd1",
"basics.colors.yellowOrange200": "#fddaa4",
"basics.colors.yellowOrange300": "#fcc776",
"basics.colors.yellowOrange400": "#fbb549",
"basics.colors.yellowOrange500": "#faa21b",
"basics.colors.yellowOrange600": "#bb7a14",
"basics.colors.yellowOrange700": "#916010",
"basics.colors.yellowOrange800": "#7d510e",
"basics.colors.yellowOrange900": "#523609",
"basics.colors.pink100": "#ffebf5",
"basics.colors.pink200": "#ffd6eb",
"basics.colors.pink300": "#ffb8db",
"basics.colors.pink400": "#ff8cc6",
"basics.colors.pink500": "#fc56a9",
"basics.colors.pink600": "#e84396",
"basics.colors.pink700": "#c72877",
"basics.colors.pink800": "#991f5c",
"basics.colors.pink900": "#781848",
"basics.colors.purple100": "#f4edfd",
"basics.colors.purple200": "#eadcfd",
"basics.colors.purple300": "#d5bcf7",
"basics.colors.purple400": "#c5a1f8",
"basics.colors.purple500": "#b385f2",
"basics.colors.purple600": "#a76ef5",
"basics.colors.purple700": "#8558c5",
"basics.colors.purple800": "#5f3e8e",
"basics.colors.purple900": "#482f6b",
"basics.colors.salmon100": "#ffefec",
"basics.colors.salmon200": "#fcded9",
"basics.colors.salmon300": "#ffbeb3",
"basics.colors.salmon400": "#ff9582",
"basics.colors.salmon500": "#f26a52",
"basics.colors.salmon600": "#db5942",
"basics.colors.salmon700": "#a84a39",
"basics.colors.salmon800": "#853729",
"basics.colors.salmon900": "#66251a",
"basics.colors.slate100": "#e9f0f7",
"basics.colors.slate200": "#dce7f3",
"basics.colors.slate300": "#c1cedc",
"basics.colors.slate400": "#a7bacf",
"basics.colors.slate500": "#7993b0",
"basics.colors.slate600": "#6784a6",
"basics.colors.slate700": "#4b6b8f",
"basics.colors.slate800": "#354d67",
"basics.colors.slate900": "#2c3e53",
"basics.colors.surfaceDarkBlueLevel100": "#454f61",
"basics.colors.surfaceDarkBlueLevel200": "#3b4453",
"basics.colors.surfaceDarkBlueLevel250": "#2e3440",
"basics.colors.surfaceDarkBlueLevel300": "#222933",
"basics.colors.surfaceDarkBlueLevel350": "#1a1f25",
"basics.colors.surfaceDarkBlueShadow": "rgba(26, 31, 38, 0.5)",
"basics.colors.surfaceDarkGrayLevel100": "#535353",
"basics.colors.surfaceDarkGrayLevel200": "#474747",
"basics.colors.surfaceDarkGrayLevel250": "#373737",
"basics.colors.surfaceDarkGrayLevel300": "#2a2a2a",
"basics.colors.surfaceDarkGrayLevel350": "#202020",
"basics.colors.surfaceDarkGrayShadow": "rgba(0, 0, 0, 0.3)",
"basics.colors.surfaceLightGrayLevel100": "#ffffff",
"basics.colors.surfaceLightGrayLevel200": "#f5f5f5",
"basics.colors.surfaceLightGrayLevel250": "#eeeeee",
"basics.colors.surfaceLightGrayLevel300": "#d9d9d9",
"basics.colors.surfaceLightGrayLevel350": "#cccccc",
"basics.colors.surfaceLightGrayShadow": "rgba(0, 0, 0, 0.2)",
"basics.colors.textAgainstDark": "#f5f5f5",
"basics.colors.textAgainstLight": "#3c3c3c",
"basics.colors.error": "#ec4a41",
"basics.colors.success": "#87b340",
"basics.colors.warning": "#faa21b",
"basics.colors.textLinkAgainstLight": "#006EAF",
"basics.colors.textLinkAgainstDark": "#6DD2FF",
"basics.fontFamilies.main": "ArtifaktElement, sans-serif",
"basics.fontFamilies.monospace": "'Source Code Pro', monospace",
"basics.fontSizes.highSmall": "11px",
"basics.fontSizes.highMedium": "12px",
"basics.fontSizes.highLarge": "16px",
"basics.fontSizes.highExtraLarge": "20px",
"basics.fontSizes.highExtraExtraLarge": "24px",
"basics.fontSizes.mediumSmall": "12px",
"basics.fontSizes.mediumMedium": "14px",
"basics.fontSizes.mediumLarge": "20px",
"basics.fontSizes.mediumExtraLarge": "24px",
"basics.fontSizes.mediumExtraExtraLarge": "28px",
"basics.fontSizes.lowSmall": "14px",
"basics.fontSizes.lowMedium": "16px",
"basics.fontSizes.lowLarge": "22px",
"basics.fontSizes.lowExtraLarge": "26px",
"basics.fontSizes.lowExtraExtraLarge": "30px",
"basics.fontWeights.regular": 400,
"basics.fontWeights.medium": 600,
"basics.fontWeights.bold": 700,
"basics.lineHeights.small": "1.3",
"basics.lineHeights.medium": "1.4",
"basics.lineHeights.large": "1.5",
"basics.lineHeights.highSmall": "1.25",
"basics.lineHeights.highMedium": "1.272727273",
"basics.lineHeights.highLarge": "1.3",
"basics.lineHeights.highExtraLarge": "1.333333333",
"basics.lineHeights.highExtraExtraLarge": "1.375",
"basics.lineHeights.mediumSmall": "1.25",
"basics.lineHeights.mediumMedium": "1.285714286",
"basics.lineHeights.mediumLarge": "1.3",
"basics.lineHeights.mediumExtraLarge": "1.428571429",
"basics.lineHeights.mediumExtraExtraLarge": "1.5",
"basics.shadows.lowBlur": "4px",
"basics.shadows.highBlur": "16px",
"basics.spacings.none": "0",
"basics.spacings.highExtraExtraSmall": "2px",
"basics.spacings.highExtraSmall": "4px",
"basics.spacings.highSmall": "8px",
"basics.spacings.highMedium": "12px",
"basics.spacings.highLarge": "16px",
"basics.spacings.highExtraLarge": "24px",
"basics.spacings.highExtraExtraLarge": "32px",
"basics.spacings.mediumExtraExtraSmall": "4px",
"basics.spacings.mediumExtraSmall": "8px",
"basics.spacings.mediumSmall": "12px",
"basics.spacings.mediumMedium": "16px",
"basics.spacings.mediumLarge": "24px",
"basics.spacings.mediumExtraLarge": "32px",
"basics.spacings.mediumExtraExtraLarge": "48px",
"basics.spacings.lowExtraExtraSmall": "8px",
"basics.spacings.lowExtraSmall": "12px",
"basics.spacings.lowSmall": "16px",
"basics.spacings.lowMedium": "24px",
"basics.spacings.lowLarge": "32px",
"basics.spacings.lowExtraLarge": "48px",
"basics.spacings.lowExtraExtraLarge": "64px",
"colorScheme.accentColor": "#0696d7",
"colorScheme.baseColor": "#808080",
"colorScheme.highShadowColor": "rgba(0, 0, 0, 0.25)",
"colorScheme.iconColor": "#808080",
"colorScheme.lowShadowColor": "rgba(0, 0, 0, 0.25)",
"colorScheme.surfaceLevel100Color": "#ffffff",
"colorScheme.surfaceLevel200Color": "#f5f5f5",
"colorScheme.surfaceLevel250Color": "#eeeeee",
"colorScheme.surfaceLevel300Color": "#d9d9d9",
"colorScheme.surfaceLevel350Color": "#cccccc",
"colorScheme.component.backgroundColor": "#ffffff",
"colorScheme.textColor": "#3c3c3c",
"colorScheme.textColorDim": "rgba(60, 60, 60, 0.7)",
"colorScheme.infoColor": "#38abdf",
"colorScheme.errorColor": "#ec4a41",
"colorScheme.successColor": "#87b340",
"colorScheme.warningColor": "#faa21b",
"density.spacings.extraExtraSmall": "4px",
"density.spacings.extraSmall": "8px",
"density.spacings.small": "12px",
"density.spacings.medium": "16px",
"density.spacings.large": "24px",
"density.spacings.extraLarge": "32px",
"density.spacings.extraExtraLarge": "48px",
"density.fontSizes.small": "12px",
"density.fontSizes.medium": "14px",
"density.fontSizes.large": "20px",
"density.fontSizes.extraLarge": "24px",
"density.fontSizes.extraExtraLarge": "28px",
"avatar.fontWeight": 400,
"avatar.fontColorOnDark": "#ffffff",
"avatar.fontColorOnLight": "#3c3c3c",
"avatar.extraSmall.fontSize": "11px",
"avatar.extraSmall.diameter": "16px",
"avatar.small.fontSize": "12px",
"avatar.small.diameter": "24px",
"avatar.medium.fontSize": "14px",
"avatar.medium.diameter": "32px",
"avatar.large.fontSize": "24px",
"avatar.large.diameter": "48px",
"avatar.extraLarge.fontSize": "30px",
"avatar.extraLarge.diameter": "64px",
"avatar.color1.backgroundColor": "#6ac0e7",
"avatar.color1.fontColor": "#3c3c3c",
"avatar.color2.backgroundColor": "#1858a8",
"avatar.color2.fontColor": "#ffffff",
"avatar.color3.backgroundColor": "#5d822c",
"avatar.color3.fontColor": "#ffffff",
"avatar.color4.backgroundColor": "#ff9582",
"avatar.color4.fontColor": "#3c3c3c",
"avatar.color5.backgroundColor": "#7993b0",
"avatar.color5.fontColor": "#ffffff",
"avatar.color6.backgroundColor": "#5bc9bd",
"avatar.color6.fontColor": "#3c3c3c",
"avatar.color7.backgroundColor": "#faa21b",
"avatar.color7.fontColor": "#3c3c3c",
"banner.info.iconBackground": "#38abdf",
"banner.info.borderColor": "rgba(56, 171, 223, 0.5)",
"banner.info.backgroundColor": "rgba(56, 171, 223, 0.1)",
"banner.error.iconBackground": "#ec4a41",
"banner.error.borderColor": "rgba(236, 74, 65, 0.5)",
"banner.error.backgroundColor": "rgba(236, 74, 65, 0.1)",
"banner.success.iconBackground": "#87b340",
"banner.success.borderColor": "rgba(135, 179, 64, 0.5)",
"banner.success.backgroundColor": "rgba(135, 179, 64, 0.1)",
"banner.warning.iconBackground": "#faa21b",
"banner.warning.borderColor": "rgba(250, 162, 27, 0.5)",
"banner.warning.backgroundColor": "rgba(250, 162, 27, 0.1)",
"button.borderRadius": "2px",
"button.borderWidth": "1px",
"button.fontWeight": 600,
"button.lineHeight": "18px",
"button.fontFamily": "ArtifaktElement, sans-serif",
"button.fontSize": "14px",
"button.gutter": "4px",
"button.horizontalPadding": "16px",
"button.minimumWidth": "10px",
"button.verticalPadding": "8px",
"button.halo.width": "2px",
"button.halo.color": "#808080",
"button.hover.halo.width": "2px",
"button.hover.halo.color": "rgba(128, 128, 128, 0.15)",
"button.focus.halo.width": "2px",
"button.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"button.pressed.halo.width": "4px",
"button.pressed.halo.color": "rgba(128, 128, 128, 0.25)",
"button.outline.backgroundColor": "rgba(255, 255, 255, 0)",
"button.outline.borderColor": "rgba(128, 128, 128, 0.5)",
"button.outline.halo.color": "#bbbbbb",
"button.outline.textColor": "#3c3c3c",
"button.outline.icon.color": "#3c3c3c",
"button.outline.hover.backgroundColor": "rgba(255, 255, 255, 0)",
"button.outline.hover.borderColor": "rgba(128, 128, 128, 0.5)",
"button.outline.hover.halo.color": "rgba(128, 128, 128, 0.15)",
"button.outline.hover.textColor": "#3c3c3c",
"button.outline.hover.icon.color": "#3c3c3c",
"button.outline.focus.backgroundColor": "rgba(255, 255, 255, 0)",
"button.outline.focus.borderColor": "#0696d7",
"button.outline.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"button.outline.focus.textColor": "#3c3c3c",
"button.outline.focus.icon.color": "#3c3c3c",
"button.outline.pressed.haloWidth": "4px",
"button.outline.pressed.backgroundColor": "rgba(255, 255, 255, 0)",
"button.outline.pressed.borderColor": "#0696d7",
"button.outline.pressed.halo.color": "rgba(128, 128, 128, 0.25)",
"button.outline.pressed.textColor": "#3c3c3c",
"button.outline.pressed.icon.color": "#3c3c3c",
"button.solid.backgroundColor": "#0696d7",
"button.solid.borderColor": "#0696d7",
"button.solid.halo.color": "#808080",
"button.solid.textColor": "#f5f5f5",
"button.solid.icon.color": "#f5f5f5",
"button.solid.hover.backgroundColor": "#0696d7",
"button.solid.hover.borderColor": "#0696d7",
"button.solid.hover.halo.color": "rgba(128, 128, 128, 0.15)",
"button.solid.hover.textColor": "#f5f5f5",
"button.solid.hover.icon.color": "#f5f5f5",
"button.solid.focus.backgroundColor": "#0696d7",
"button.solid.focus.borderColor": "#0696d7",
"button.solid.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"button.solid.focus.textColor": "#f5f5f5",
"button.solid.focus.icon.color": "#f5f5f5",
"button.solid.pressed.haloWidth": "4px",
"button.solid.pressed.backgroundColor": "#0696d7",
"button.solid.pressed.borderColor": "#0696d7",
"button.solid.pressed.halo.color": "rgba(128, 128, 128, 0.25)",
"button.solid.pressed.textColor": "#f5f5f5",
"button.solid.pressed.icon.color": "#f5f5f5",
"button.flat.backgroundColor": "rgba(255, 255, 255, 0)",
"button.flat.borderColor": "rgba(255, 255, 255, 0)",
"button.flat.halo.color": "#808080",
"button.flat.textColor": "#006EAF",
"button.flat.icon.color": "#006EAF",
"button.flat.hover.backgroundColor": "rgba(255, 255, 255, 0)",
"button.flat.hover.borderColor": "rgba(255, 255, 255, 0)",
"button.flat.hover.halo.color": "rgba(128, 128, 128, 0.15)",
"button.flat.hover.textColor": "#006EAF",
"button.flat.hover.icon.color": "#006EAF",
"button.flat.focus.backgroundColor": "rgba(255, 255, 255, 0)",
"button.flat.focus.borderColor": "rgba(255, 255, 255, 0)",
"button.flat.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"button.flat.focus.textColor": "#006EAF",
"button.flat.focus.icon.color": "#006EAF",
"button.flat.pressed.haloWidth": "4px",
"button.flat.pressed.backgroundColor": "rgba(255, 255, 255, 0)",
"button.flat.pressed.borderColor": "rgba(255, 255, 255, 0)",
"button.flat.pressed.halo.color": "rgba(128, 128, 128, 0.25)",
"button.flat.pressed.textColor": "#006EAF",
"button.flat.pressed.icon.color": "#006EAF",
"checkbox.backgroundColor": "#ffffff",
"checkbox.borderColor": "rgba(128, 128, 128, 0.5)",
"checkbox.borderWidth": "1px",
"checkbox.borderRadius": 0,
"checkbox.halo.color": "rgba(128, 128, 128, 0.15)",
"checkbox.halo.width": "2px",
"checkbox.height": "16px",
"checkbox.iconColor": "#ffffff",
"checkbox.width": "16px",
"checkbox.hover.borderColor": "rgba(128, 128, 128, 0.5)",
"checkbox.hover.halo.width": "2px",
"checkbox.hover.halo.color": "rgba(128, 128, 128, 0.15)",
"checkbox.focus.borderColor": "rgba(6, 150, 215, 0.5)",
"checkbox.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"checkbox.focus.halo.width": "2px",
"checkbox.pressed.borderColor": "rgba(128, 128, 128, 0.5)",
"checkbox.pressed.halo.color": "rgba(128, 128, 128, 0.25)",
"checkbox.pressed.halo.width": "4px",
"checkbox.checked.borderColor": "#808080",
"checkbox.checked.iconColor": "#ffffff",
"checkbox.checked.backgroundColor": "#808080",
"checkbox.indeterminate.borderColor": "#808080",
"checkbox.indeterminate.iconColor": "#ffffff",
"checkbox.indeterminate.backgroundColor": "#808080",
"checkbox.focus.checked.backgroundColor": "#ffffff",
"checkbox.focus.checked.borderColor": "rgba(128, 128, 128, 0.5)",
"checkbox.focus.indeterminate.borderColor": "rgba(128, 128, 128, 0.5)",
"component.disabled.opacity": "0.4",
"divider.width": "1px",
"divider.lightColor": "rgba(60, 60, 60, 0.1)",
"divider.heavyColor": "rgba(60, 60, 60, 0.25)",
"flyout.backgroundColor": "#ffffff",
"flyout.borderColor": "transparent",
"flyout.borderRadius": "4px",
"flyout.shadowBlur": "16px",
"flyout.shadowColor": "rgba(0, 0, 0, 0.25)",
"flyout.nub.hypotenuseLength": "16px",
"formField.instructionalText.fontSize": "12px",
"formField.instructionalText.fontWeight": 400,
"formField.instructionalText.fontFamily": "ArtifaktElement, sans-serif",
"formField.instructionalText.fontColor": "rgba(60, 60, 60, 0.6)",
"formField.instructionalText.lineHeight": "1.4",
"formField.icon.width": "24px",
"formField.icon.paddingRight": "12px",
"formField.icon.color": "#3c3c3c",
"iconButton.iconColor": "#808080",
"iconButton.on.iconColor": "#0696d7",
"iconButton.borderRadius": "2px",
"iconButton.hover.iconColor": "#3c3c3c",
"iconButton.hover.on.iconColor": "#0571a1",
"iconButton.focus.iconColor": "#808080",
"iconButton.focus.on.iconColor": "#0696d7",
"iconButton.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"iconButton.focus.halo.width": "2px",
"iconButton.pressed.iconColor": "#3c3c3c",
"iconButton.pressed.on.iconColor": "#0571a1",
"iconButton.pressed.backgroundColor": "rgba(128, 128, 128, 0.2)",
"iconButton.pressed.level100To250.backgroundColor": "rgba(128, 128, 128, 0.2)",
"iconButton.pressed.level300To350.backgroundColor": "rgba(255, 255, 255, 0.5)",
"input.horizontalPadding": "0",
"input.boxType.horizontalPadding": "12px",
"input.verticalPadding": "4px",
"input.borderRadius": "0",
"input.borderColor": "rgba(128, 128, 128, 0.2)",
"input.borderWidth": "1px",
"input.borderBottomColor": "rgba(128, 128, 128, 0.35)",
"input.borderBottomWidth": "1px",
"input.fontColor": "#3c3c3c",
"input.fontWeight": 600,
"input.fontFamily": "ArtifaktElement, sans-serif",
"input.fontSize": "14px",
"input.height": "36px",
"input.lineHeight": "1.4",
"input.halo.color": "rgba(128, 128, 128, 0.15)",
"input.halo.width": "0",
"input.gutterWidth": "8px",
"input.placeholder.fontColor": "rgba(60, 60, 60, 0.4)",
"input.highlightColor": "rgba(6, 150, 215, 0.25)",
"input.hover.borderBottomColor": "#808080",
"input.hover.halo.width": "4px",
"input.focus.borderBottomColor": "#0696d7",
"input.focus.halo.width": "4px",
"input.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"input.active.halo.width": "4px",
"input.active.halo.color": "rgba(6, 150, 215, 0.25)",
"input.disabled.opacity": 0.5,
"input.box.borderBottomColor": "rgba(128, 128, 128, 0.2)",
"input.box.backgroundColor": "#ffffff",
"label.fontSize": "14px",
"label.top.fontSize": "12px",
"label.fontWeight": 400,
"label.fontFamily": "ArtifaktElement, sans-serif",
"label.fontColor": "rgba(60, 60, 60, 0.9)",
"label.lineHeight": "1.4",
"label.hover.fontColor": "rgba(60, 60, 60, 0.9)",
"menu.backgroundColor": "#ffffff",
"menu.borderRadius": "0",
"menu.topFlushBorderTopRadius": "0",
"menu.item.backgroundColor": "#ffffff",
"menu.item.hover.backgroundColor": "rgba(128, 128, 128, 0.1)",
"menu.item.focus.backgroundColor": "rgba(128, 128, 128, 0.1)",
"menu.item.active.backgroundColor": "rgba(6, 150, 215, 0.1)",
"menu.item.horizontalPadding": "8px",
"menu.item.verticalPadding": "12px",
"menu.item.minHeight": "24px",
"menu.item.gutterWidth": "12px",
"modal.overlay.color": "rgba(0, 0, 0, 0.5)",
"modal.textColor": "#3c3c3c",
"modal.body.height": "152px",
"modal.horizontalPadding": "24px",
"modal.header.backgroundColor": "#ffffff",
"modal.header.borderColor": "rgba(60, 60, 60, 0.25)",
"modal.header.height": "60px",
"modal.window.backgroundColor": "#ffffff",
"modal.window.borderRadius": "4px",
"modal.window.height": "300px",
"modal.window.width": "400px",
"modal.window.shadowColor": "rgba(0, 0, 0, 0.25)",
"progressBar.backgroundColor": "rgba(0, 0, 0, 0.05)",
"progressBar.highlightColor": "#38abdf",
"progressBar.borderRadius": "2px",
"progressBar.height": "4px",
"progressRing.backgroundColor": "rgba(0, 0, 0, 0.05)",
"progressRing.highlightColor1": "#0696d7",
"progressRing.highlightColor2": "rgba(6, 150, 215, 0.6)",
"skeletonItem.borderRadius": "2px",
"skeletonItem.defaultHeight": "16px",
"skeletonItem.backgroundColor": "rgba(0, 0, 0, 0.06)",
"skeletonItem.highlightColor": "rgba(255, 255, 255, 0.3)",
"slider.halo.width": "0",
"slider.halo.color": "#ffffff",
"slider.thumb.backgroundColor": "#808080",
"slider.thumb.width": "12px",
"slider.track.color": "rgba(128, 128, 128, 0.2)",
"slider.track.width": "2px",
"slider.value.color": "#808080",
"slider.focused.halo.color": "rgba(6, 150, 215, 0.35)",
"slider.focused.halo.width": "2px",
"slider.focused.thumb.color": "#808080",
"slider.hover.halo.color": "rgba(128, 128, 128, 0.15)",
"slider.hover.halo.width": "2px",
"slider.hover.thumb.color": "#808080",
"slider.pressed.halo.color": "rgba(128, 128, 128, 0.25)",
"slider.pressed.halo.width": "4px",
"slider.pressed.thumb.color": "#808080",
"tabs.general.borderBottomColor": "rgba(128, 128, 128, 0.1)",
"tabs.general.borderBottomWidth": "1px",
"tabs.general.gutter": "8px",
"tabs.general.tab.fontFamily": "ArtifaktElement, sans-serif",
"tabs.general.tab.fontSize": "20px",
"tabs.general.tab.fontWeight": 400,
"tabs.general.tab.selected.borderBottomColor": "#0696d7",
"tabs.general.tab.selected.borderBottomWidth": "2px",
"tabs.general.tab.selected.fontWeight": 700,
"tabs.general.tab.disabled.fontColor": "rgba(60, 60, 60, 0.5)",
"tabs.general.tab.hover.borderBottomColor": "rgba(128, 128, 128, 0.5)",
"tabs.general.tab.hover.borderBottomWidth": "2px",
"tabs.general.tab.focus.halo.color": "rgba(6, 150, 215, 0.5)",
"tabs.general.tab.focus.halo.width": "4px",
"textArea.minHeight": "250px",
"textArea.borderColor": "rgba(128, 128, 128, 0.2)",
"textLink.textColor": "#006EAF",
"textLink.hover.textColor": "#006EAF",
"textLink.focus.textColor": "#006EAF",
"textLink.hover.underline.color": "#006EAF",
"textLink.focus.halo.color": "rgba(6, 150, 215, 0.35)",
"textLink.focus.halo.width": "2px",
"tooltip.backgroundColor": "#535353",
"tooltip.borderColor": "#535353",
"tooltip.borderRadius": "2px",
"tooltip.shadowBlur": "16px",
"tooltip.shadowColor": "rgba(0, 0, 0, 0.25)",
"tooltip.textColor": "#f5f5f5",
"tooltip.nub.hypotenuseLength": "16px",
"typography.body.fontFamily": "ArtifaktElement, sans-serif",
"typography.body.fontWeight": 400,
"typography.body.fontSize": "14px",
"typography.body.lineHeight": "1.428571429",
"typography.body.color": "#3c3c3c",
"typography.caption.fontFamily": "ArtifaktElement, sans-serif",
"typography.caption.fontWeight": 400,
"typography.caption.fontSize": "12px",
"typography.caption.lineHeight": "1.5",
"typography.caption.color": "#3c3c3c",
"typography.h1.fontFamily": "ArtifaktElement, sans-serif",
"typography.h1.fontWeight": 400,
"typography.h1.fontSize": "28px",
"typography.h1.lineHeight": "1.285714286",
"typography.h1.color": "#3c3c3c",
"typography.h2.fontFamily": "ArtifaktElement, sans-serif",
"typography.h2.fontWeight": 400,
"typography.h2.fontSize": "24px",
"typography.h2.lineHeight": "1.25",
"typography.h2.color": "#3c3c3c",
"typography.h3.fontFamily": "ArtifaktElement, sans-serif",
"typography.h3.fontWeight": 600,
"typography.h3.fontSize": "20px",
"typography.h3.lineHeight": "1.3",
"typography.h3.color": "#3c3c3c"
},
props: {
MuiButtonBase: {
disableRipple: true
}
},
typography: {
fontFamily: "ArtifaktElement, sans-serif",
fontWeightRegular: "400",
fontWeightMedium: "700",
useNextVariants: true,
body1: {
fontSize: "14px",
fontWeight: "400",
lineHeight: "1.4",
color: "#3c3c3c"
},
h1: {
fontSize: "28px",
fontWeight: "400",
lineHeight: "1.3",
color: "#3c3c3c"
},
h2: {
fontSize: "24px",
fontWeight: "400",
lineHeight: "1.285714286",
color: "#3c3c3c"
},
h3: {
fontSize: "20px",
fontWeight: "600",
lineHeight: "1.25",
color: "#3c3c3c"
},
h4: {
fontSize: "14px",
fontWeight: "600",
lineHeight: "1.25",
color: "#3c3c3c"
},
h5: {
fontSize: "12px",
fontWeight: "600",
lineHeight: "1.25",
color: "#3c3c3c"
},
h6: {
fontSize: "12px",
fontWeight: "600",
lineHeight: "1.25",
color: "#3c3c3c"
},
caption: {
fontSize: "12px",
lineHeight: "1.5",
color: "#3c3c3c",
textAlign: "left"
}
},
palette: {
background: {
default: "#ffffff",
paper: "#ffffff"
},
primary: {
main: "#0696d7"
},
secondary: {
main: "#0696d7"
}
},
overrides: {
MuiButton: {
root: {
borderColor: 'transparent',
borderRadius: "2px",
borderWidth: "1px",
fontFamily: "ArtifaktElement, sans-serif",
fontSize: "14px!important",
fontWeight: "600",
lineHeight: "18px",
minWidth: "10px",
padding: "8px 16px!important",
textTransform: 'none',
marginLeft: "4px",
marginRight: "4px",
},
text: {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "rgba(255, 255, 255, 0)",
color: "#006EAF",
"& svg * ": {fill: "#006EAF"},
"&:hover": {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "rgba(255, 255, 255, 0)",
boxShadow: "rgba(128, 128, 128, 0.15) 0 0 0 2px",
color: "#006EAF",
"& svg * ": {
fill: "#006EAF"
},
},
"&:focus": {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "rgba(255, 255, 255, 0)",
boxShadow: "rgba(6, 150, 215, 0.35) 0 0 0 2px",
color: "#006EAF",
"& svg * ": {
fill: "#006EAF"
},
},
"&:active": {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "rgba(255, 255, 255, 0)",
boxShadow: "rgba(128, 128, 128, 0.25) 0 0 0 4px!important",
color: "#006EAF",
"& svg * ": {
fill: "#006EAF"
},
},
"&$disabled": {
backgroundColor: "rgba(255, 255, 255, 0)",
color: "#006EAF",
opacity: '0.3',
}
},
outlined: {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "rgba(128, 128, 128, 0.5)",
color: "#3c3c3c",
"& svg * ": {
fill: "#3c3c3c"
},
"&:hover": {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "rgba(128, 128, 128, 0.5)",
boxShadow: "rgba(128, 128, 128, 0.15) 0 0 0 2px",
color: "#3c3c3c",
"& svg * ": {
fill: "#3c3c3c"
},
},
"&:focus": {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "#0696d7",
boxShadow: "rgba(6, 150, 215, 0.35) 0 0 0 2px",
color: "#3c3c3c",
"& svg * ": {
fill: "#3c3c3c"
},
},
"&:active": {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "#0696d7",
boxShadow: "rgba(128, 128, 128, 0.25) 0 0 0 4px!important",
color: "#3c3c3c",
"& svg * ": {
fill: "#3c3c3c"
},
},
"&$disabled": {
backgroundColor: "rgba(255, 255, 255, 0)",
borderColor: "rgba(128, 128, 128, 0.5)",
color: "#3c3c3c",
opacity: '0.3',
}
},
contained: {
backgroundColor: "#0696d7",
borderColor: "#0696d7",
boxShadow: 'none',
color: "#f5f5f5",
"& svg * ": {
fill: "#f5f5f5"
},
"&:hover": {
backgroundColor: "#0696d7",
borderColor: "#0696d7",
boxShadow: "rgba(128, 128, 128, 0.15) 0 0 0 2px",
color: "#f5f5f5",
"& svg * ": {
fill: "#f5f5f5"
},
},
"&:focus": {
backgroundColor: "#0696d7",
borderColor: "#0696d7",
boxShadow: "rgba(6, 150, 215, 0.35) 0 0 0 2px",
color: "#f5f5f5",
"& svg * ": {
fill: "#f5f5f5"
},
},
"&:active": {
backgroundColor: "#0696d7",
borderColor: "#0696d7",
boxShadow: "rgba(128, 128, 128, 0.25) 0 0 0 4px!important",
color: "#f5f5f5",
"& svg * ": {
fill: "#f5f5f5"
},
},
"&$disabled": {
backgroundColor: "#0696d7",
color: "#f5f5f5",
opacity: '0.3',
}
}
}
}
};