@momentum-design/tokens 0.0.58 → 0.0.59
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 +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +26 -10
- package/dist/css/theme/webex/hc-dark-stable.css +27 -1
- package/dist/css/theme/webex/hc-light-stable.css +74 -48
- package/dist/css/theme/webex/light-stable.css +27 -11
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +26 -10
- package/dist/ios/theme/webex/hc-dark-stable.swift +27 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +74 -48
- package/dist/ios/theme/webex/light-stable.swift +27 -11
- package/dist/json/theme/webex/dark-stable.json +512 -43
- package/dist/json/theme/webex/hc-dark-stable.json +784 -0
- package/dist/json/theme/webex/hc-light-stable.json +887 -187
- package/dist/json/theme/webex/light-stable.json +514 -47
- package/dist/json-minimal/theme/webex/dark-stable.json +37 -3
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +56 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +103 -47
- package/dist/json-minimal/theme/webex/light-stable.json +38 -4
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +26 -10
- package/dist/resources/theme/webex/hc-dark-stable.xml +27 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +74 -48
- package/dist/resources/theme/webex/light-stable.xml +27 -11
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +26 -10
- package/dist/scss/theme/webex/hc-dark-stable.scss +28 -2
- package/dist/scss/theme/webex/hc-light-stable.scss +74 -48
- package/dist/scss/theme/webex/light-stable.scss +27 -11
- package/package.json +1 -1
|
@@ -4449,6 +4449,62 @@
|
|
|
4449
4449
|
"normal"
|
|
4450
4450
|
]
|
|
4451
4451
|
}
|
|
4452
|
+
},
|
|
4453
|
+
"reaction": {
|
|
4454
|
+
"normal": {
|
|
4455
|
+
"0": {
|
|
4456
|
+
"type": "color",
|
|
4457
|
+
"value": "#ffffff",
|
|
4458
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4459
|
+
"isSource": true,
|
|
4460
|
+
"original": {
|
|
4461
|
+
"type": "color",
|
|
4462
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
4463
|
+
},
|
|
4464
|
+
"name": "mds-color-theme-background-reaction-normal-0",
|
|
4465
|
+
"attributes": {
|
|
4466
|
+
"category": "color",
|
|
4467
|
+
"type": "theme",
|
|
4468
|
+
"item": "background",
|
|
4469
|
+
"subitem": "reaction",
|
|
4470
|
+
"state": "normal"
|
|
4471
|
+
},
|
|
4472
|
+
"path": [
|
|
4473
|
+
"color",
|
|
4474
|
+
"theme",
|
|
4475
|
+
"background",
|
|
4476
|
+
"reaction",
|
|
4477
|
+
"normal",
|
|
4478
|
+
"0"
|
|
4479
|
+
]
|
|
4480
|
+
},
|
|
4481
|
+
"1": {
|
|
4482
|
+
"type": "color",
|
|
4483
|
+
"value": "#ffffff",
|
|
4484
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4485
|
+
"isSource": true,
|
|
4486
|
+
"original": {
|
|
4487
|
+
"type": "color",
|
|
4488
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
4489
|
+
},
|
|
4490
|
+
"name": "mds-color-theme-background-reaction-normal-1",
|
|
4491
|
+
"attributes": {
|
|
4492
|
+
"category": "color",
|
|
4493
|
+
"type": "theme",
|
|
4494
|
+
"item": "background",
|
|
4495
|
+
"subitem": "reaction",
|
|
4496
|
+
"state": "normal"
|
|
4497
|
+
},
|
|
4498
|
+
"path": [
|
|
4499
|
+
"color",
|
|
4500
|
+
"theme",
|
|
4501
|
+
"background",
|
|
4502
|
+
"reaction",
|
|
4503
|
+
"normal",
|
|
4504
|
+
"1"
|
|
4505
|
+
]
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4452
4508
|
}
|
|
4453
4509
|
},
|
|
4454
4510
|
"button": {
|
|
@@ -5833,15 +5889,13 @@
|
|
|
5833
5889
|
"active": {
|
|
5834
5890
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
5835
5891
|
"type": "color",
|
|
5836
|
-
"value": "#
|
|
5837
|
-
"description": "",
|
|
5892
|
+
"value": "#ffffff",
|
|
5838
5893
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
5839
5894
|
"isSource": true,
|
|
5840
5895
|
"original": {
|
|
5841
5896
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
5842
5897
|
"type": "color",
|
|
5843
|
-
"value": "{color.
|
|
5844
|
-
"description": ""
|
|
5898
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
5845
5899
|
},
|
|
5846
5900
|
"name": "mds-color-theme-control-active-active",
|
|
5847
5901
|
"attributes": {
|
|
@@ -8361,15 +8415,13 @@
|
|
|
8361
8415
|
"normal": {
|
|
8362
8416
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8363
8417
|
"type": "color",
|
|
8364
|
-
"value": "#
|
|
8365
|
-
"description": "",
|
|
8418
|
+
"value": "#000000",
|
|
8366
8419
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8367
8420
|
"isSource": true,
|
|
8368
8421
|
"original": {
|
|
8369
8422
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8370
8423
|
"type": "color",
|
|
8371
|
-
"value": "{color.highcontrast.
|
|
8372
|
-
"description": ""
|
|
8424
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8373
8425
|
},
|
|
8374
8426
|
"name": "mds-color-theme-common-text-primary-normal",
|
|
8375
8427
|
"attributes": {
|
|
@@ -8391,15 +8443,13 @@
|
|
|
8391
8443
|
"disabled": {
|
|
8392
8444
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8393
8445
|
"type": "color",
|
|
8394
|
-
"value": "#
|
|
8395
|
-
"description": "",
|
|
8446
|
+
"value": "#600000",
|
|
8396
8447
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8397
8448
|
"isSource": true,
|
|
8398
8449
|
"original": {
|
|
8399
8450
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8400
8451
|
"type": "color",
|
|
8401
|
-
"value": "{color.highcontrast.
|
|
8402
|
-
"description": ""
|
|
8452
|
+
"value": "{color.highcontrast.white.GrayTextColor}"
|
|
8403
8453
|
},
|
|
8404
8454
|
"name": "mds-color-theme-common-text-primary-disabled",
|
|
8405
8455
|
"attributes": {
|
|
@@ -8423,15 +8473,13 @@
|
|
|
8423
8473
|
"normal": {
|
|
8424
8474
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8425
8475
|
"type": "color",
|
|
8426
|
-
"value": "#
|
|
8427
|
-
"description": "",
|
|
8476
|
+
"value": "#000000",
|
|
8428
8477
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8429
8478
|
"isSource": true,
|
|
8430
8479
|
"original": {
|
|
8431
8480
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8432
8481
|
"type": "color",
|
|
8433
|
-
"value": "{color.highcontrast.
|
|
8434
|
-
"description": ""
|
|
8482
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8435
8483
|
},
|
|
8436
8484
|
"name": "mds-color-theme-common-text-secondary-normal",
|
|
8437
8485
|
"attributes": {
|
|
@@ -8455,15 +8503,13 @@
|
|
|
8455
8503
|
"normal": {
|
|
8456
8504
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8457
8505
|
"type": "color",
|
|
8458
|
-
"value": "#
|
|
8459
|
-
"description": "",
|
|
8506
|
+
"value": "#000000",
|
|
8460
8507
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8461
8508
|
"isSource": true,
|
|
8462
8509
|
"original": {
|
|
8463
8510
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8464
8511
|
"type": "color",
|
|
8465
|
-
"value": "{color.highcontrast.
|
|
8466
|
-
"description": ""
|
|
8512
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8467
8513
|
},
|
|
8468
8514
|
"name": "mds-color-theme-common-text-success-normal",
|
|
8469
8515
|
"attributes": {
|
|
@@ -8485,15 +8531,13 @@
|
|
|
8485
8531
|
"hover": {
|
|
8486
8532
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8487
8533
|
"type": "color",
|
|
8488
|
-
"value": "#
|
|
8489
|
-
"description": "",
|
|
8534
|
+
"value": "#000000",
|
|
8490
8535
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8491
8536
|
"isSource": true,
|
|
8492
8537
|
"original": {
|
|
8493
8538
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8494
8539
|
"type": "color",
|
|
8495
|
-
"value": "{color.highcontrast.
|
|
8496
|
-
"description": ""
|
|
8540
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8497
8541
|
},
|
|
8498
8542
|
"name": "mds-color-theme-common-text-success-hover",
|
|
8499
8543
|
"attributes": {
|
|
@@ -8517,15 +8561,13 @@
|
|
|
8517
8561
|
"normal": {
|
|
8518
8562
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8519
8563
|
"type": "color",
|
|
8520
|
-
"value": "#
|
|
8521
|
-
"description": "",
|
|
8564
|
+
"value": "#000000",
|
|
8522
8565
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8523
8566
|
"isSource": true,
|
|
8524
8567
|
"original": {
|
|
8525
8568
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8526
8569
|
"type": "color",
|
|
8527
|
-
"value": "{color.highcontrast.
|
|
8528
|
-
"description": ""
|
|
8570
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8529
8571
|
},
|
|
8530
8572
|
"name": "mds-color-theme-common-text-error-normal",
|
|
8531
8573
|
"attributes": {
|
|
@@ -8547,15 +8589,13 @@
|
|
|
8547
8589
|
"hover": {
|
|
8548
8590
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8549
8591
|
"type": "color",
|
|
8550
|
-
"value": "#
|
|
8551
|
-
"description": "",
|
|
8592
|
+
"value": "#000000",
|
|
8552
8593
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8553
8594
|
"isSource": true,
|
|
8554
8595
|
"original": {
|
|
8555
8596
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8556
8597
|
"type": "color",
|
|
8557
|
-
"value": "{color.highcontrast.
|
|
8558
|
-
"description": ""
|
|
8598
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8559
8599
|
},
|
|
8560
8600
|
"name": "mds-color-theme-common-text-error-hover",
|
|
8561
8601
|
"attributes": {
|
|
@@ -8579,15 +8619,13 @@
|
|
|
8579
8619
|
"normal": {
|
|
8580
8620
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8581
8621
|
"type": "color",
|
|
8582
|
-
"value": "#
|
|
8583
|
-
"description": "",
|
|
8622
|
+
"value": "#000000",
|
|
8584
8623
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8585
8624
|
"isSource": true,
|
|
8586
8625
|
"original": {
|
|
8587
8626
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8588
8627
|
"type": "color",
|
|
8589
|
-
"value": "{color.highcontrast.
|
|
8590
|
-
"description": ""
|
|
8628
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8591
8629
|
},
|
|
8592
8630
|
"name": "mds-color-theme-common-text-warning-normal",
|
|
8593
8631
|
"attributes": {
|
|
@@ -8609,15 +8647,13 @@
|
|
|
8609
8647
|
"hover": {
|
|
8610
8648
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8611
8649
|
"type": "color",
|
|
8612
|
-
"value": "#
|
|
8613
|
-
"description": "",
|
|
8650
|
+
"value": "#000000",
|
|
8614
8651
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8615
8652
|
"isSource": true,
|
|
8616
8653
|
"original": {
|
|
8617
8654
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8618
8655
|
"type": "color",
|
|
8619
|
-
"value": "{color.highcontrast.
|
|
8620
|
-
"description": ""
|
|
8656
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8621
8657
|
},
|
|
8622
8658
|
"name": "mds-color-theme-common-text-warning-hover",
|
|
8623
8659
|
"attributes": {
|
|
@@ -8644,15 +8680,13 @@
|
|
|
8644
8680
|
"normal": {
|
|
8645
8681
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8646
8682
|
"type": "color",
|
|
8647
|
-
"value": "#
|
|
8648
|
-
"description": "",
|
|
8683
|
+
"value": "#000000",
|
|
8649
8684
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8650
8685
|
"isSource": true,
|
|
8651
8686
|
"original": {
|
|
8652
8687
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8653
8688
|
"type": "color",
|
|
8654
|
-
"value": "{color.highcontrast.
|
|
8655
|
-
"description": ""
|
|
8689
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
8656
8690
|
},
|
|
8657
8691
|
"name": "mds-color-theme-common-inverted-text-primary-normal",
|
|
8658
8692
|
"attributes": {
|
|
@@ -8680,15 +8714,13 @@
|
|
|
8680
8714
|
"normal": {
|
|
8681
8715
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8682
8716
|
"type": "color",
|
|
8683
|
-
"value": "#
|
|
8684
|
-
"description": "",
|
|
8717
|
+
"value": "#ffffff",
|
|
8685
8718
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8686
8719
|
"isSource": true,
|
|
8687
8720
|
"original": {
|
|
8688
8721
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8689
8722
|
"type": "color",
|
|
8690
|
-
"value": "{color.highcontrast.
|
|
8691
|
-
"description": ""
|
|
8723
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
8692
8724
|
},
|
|
8693
8725
|
"name": "mds-color-theme-common-overlays-primary-normal",
|
|
8694
8726
|
"attributes": {
|
|
@@ -8712,15 +8744,13 @@
|
|
|
8712
8744
|
"normal": {
|
|
8713
8745
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8714
8746
|
"type": "color",
|
|
8715
|
-
"value": "#
|
|
8716
|
-
"description": "",
|
|
8747
|
+
"value": "#ffffff",
|
|
8717
8748
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8718
8749
|
"isSource": true,
|
|
8719
8750
|
"original": {
|
|
8720
8751
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8721
8752
|
"type": "color",
|
|
8722
|
-
"value": "{color.highcontrast.
|
|
8723
|
-
"description": ""
|
|
8753
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
8724
8754
|
},
|
|
8725
8755
|
"name": "mds-color-theme-common-overlays-secondary-normal",
|
|
8726
8756
|
"attributes": {
|
|
@@ -8745,15 +8775,13 @@
|
|
|
8745
8775
|
"0": {
|
|
8746
8776
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8747
8777
|
"type": "color",
|
|
8748
|
-
"value": "#
|
|
8749
|
-
"description": "",
|
|
8778
|
+
"value": "#ffffff",
|
|
8750
8779
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8751
8780
|
"isSource": true,
|
|
8752
8781
|
"original": {
|
|
8753
8782
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8754
8783
|
"type": "color",
|
|
8755
|
-
"value": "{color.highcontrast.
|
|
8756
|
-
"description": ""
|
|
8784
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
8757
8785
|
},
|
|
8758
8786
|
"name": "mds-color-theme-common-overlays-meeting-normal-0",
|
|
8759
8787
|
"attributes": {
|
|
@@ -8776,15 +8804,13 @@
|
|
|
8776
8804
|
"1": {
|
|
8777
8805
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8778
8806
|
"type": "color",
|
|
8779
|
-
"value": "#
|
|
8780
|
-
"description": "",
|
|
8807
|
+
"value": "#ffffff",
|
|
8781
8808
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8782
8809
|
"isSource": true,
|
|
8783
8810
|
"original": {
|
|
8784
8811
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8785
8812
|
"type": "color",
|
|
8786
|
-
"value": "{color.highcontrast.
|
|
8787
|
-
"description": ""
|
|
8813
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
8788
8814
|
},
|
|
8789
8815
|
"name": "mds-color-theme-common-overlays-meeting-normal-1",
|
|
8790
8816
|
"attributes": {
|
|
@@ -8807,15 +8833,13 @@
|
|
|
8807
8833
|
"2": {
|
|
8808
8834
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8809
8835
|
"type": "color",
|
|
8810
|
-
"value": "#
|
|
8811
|
-
"description": "",
|
|
8836
|
+
"value": "#ffffff",
|
|
8812
8837
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8813
8838
|
"isSource": true,
|
|
8814
8839
|
"original": {
|
|
8815
8840
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8816
8841
|
"type": "color",
|
|
8817
|
-
"value": "{color.highcontrast.
|
|
8818
|
-
"description": ""
|
|
8842
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
8819
8843
|
},
|
|
8820
8844
|
"name": "mds-color-theme-common-overlays-meeting-normal-2",
|
|
8821
8845
|
"attributes": {
|
|
@@ -8843,15 +8867,13 @@
|
|
|
8843
8867
|
"normal": {
|
|
8844
8868
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8845
8869
|
"type": "color",
|
|
8846
|
-
"value": "#
|
|
8847
|
-
"description": "",
|
|
8870
|
+
"value": "#ffffff",
|
|
8848
8871
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8849
8872
|
"isSource": true,
|
|
8850
8873
|
"original": {
|
|
8851
8874
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8852
8875
|
"type": "color",
|
|
8853
|
-
"value": "{color.highcontrast.
|
|
8854
|
-
"description": ""
|
|
8876
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
8855
8877
|
},
|
|
8856
8878
|
"name": "mds-color-theme-common-button-primary-normal",
|
|
8857
8879
|
"attributes": {
|
|
@@ -8873,15 +8895,13 @@
|
|
|
8873
8895
|
"hover": {
|
|
8874
8896
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8875
8897
|
"type": "color",
|
|
8876
|
-
"value": "#
|
|
8877
|
-
"description": "",
|
|
8898
|
+
"value": "#37006e",
|
|
8878
8899
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8879
8900
|
"isSource": true,
|
|
8880
8901
|
"original": {
|
|
8881
8902
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8882
8903
|
"type": "color",
|
|
8883
|
-
"value": "{color.highcontrast.
|
|
8884
|
-
"description": ""
|
|
8904
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
8885
8905
|
},
|
|
8886
8906
|
"name": "mds-color-theme-common-button-primary-hover",
|
|
8887
8907
|
"attributes": {
|
|
@@ -8903,15 +8923,13 @@
|
|
|
8903
8923
|
"pressed": {
|
|
8904
8924
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8905
8925
|
"type": "color",
|
|
8906
|
-
"value": "#
|
|
8907
|
-
"description": "",
|
|
8926
|
+
"value": "#37006e",
|
|
8908
8927
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8909
8928
|
"isSource": true,
|
|
8910
8929
|
"original": {
|
|
8911
8930
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8912
8931
|
"type": "color",
|
|
8913
|
-
"value": "{color.highcontrast.
|
|
8914
|
-
"description": ""
|
|
8932
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
8915
8933
|
},
|
|
8916
8934
|
"name": "mds-color-theme-common-button-primary-pressed",
|
|
8917
8935
|
"attributes": {
|
|
@@ -8933,15 +8951,13 @@
|
|
|
8933
8951
|
"disabled": {
|
|
8934
8952
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8935
8953
|
"type": "color",
|
|
8936
|
-
"value": "#
|
|
8937
|
-
"description": "",
|
|
8954
|
+
"value": "#600000",
|
|
8938
8955
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8939
8956
|
"isSource": true,
|
|
8940
8957
|
"original": {
|
|
8941
8958
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8942
8959
|
"type": "color",
|
|
8943
|
-
"value": "{color.highcontrast.
|
|
8944
|
-
"description": ""
|
|
8960
|
+
"value": "{color.highcontrast.white.GrayTextColor}"
|
|
8945
8961
|
},
|
|
8946
8962
|
"name": "mds-color-theme-common-button-primary-disabled",
|
|
8947
8963
|
"attributes": {
|
|
@@ -8965,15 +8981,13 @@
|
|
|
8965
8981
|
"normal": {
|
|
8966
8982
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8967
8983
|
"type": "color",
|
|
8968
|
-
"value": "#
|
|
8969
|
-
"description": "",
|
|
8984
|
+
"value": "#ffffff",
|
|
8970
8985
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8971
8986
|
"isSource": true,
|
|
8972
8987
|
"original": {
|
|
8973
8988
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8974
8989
|
"type": "color",
|
|
8975
|
-
"value": "{color.highcontrast.
|
|
8976
|
-
"description": ""
|
|
8990
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
8977
8991
|
},
|
|
8978
8992
|
"name": "mds-color-theme-common-button-secondary-normal",
|
|
8979
8993
|
"attributes": {
|
|
@@ -8995,15 +9009,13 @@
|
|
|
8995
9009
|
"hover": {
|
|
8996
9010
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
8997
9011
|
"type": "color",
|
|
8998
|
-
"value": "#
|
|
8999
|
-
"description": "",
|
|
9012
|
+
"value": "#37006e",
|
|
9000
9013
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9001
9014
|
"isSource": true,
|
|
9002
9015
|
"original": {
|
|
9003
9016
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9004
9017
|
"type": "color",
|
|
9005
|
-
"value": "{color.highcontrast.
|
|
9006
|
-
"description": ""
|
|
9018
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
9007
9019
|
},
|
|
9008
9020
|
"name": "mds-color-theme-common-button-secondary-hover",
|
|
9009
9021
|
"attributes": {
|
|
@@ -9026,15 +9038,13 @@
|
|
|
9026
9038
|
"normal": {
|
|
9027
9039
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9028
9040
|
"type": "color",
|
|
9029
|
-
"value": "#
|
|
9030
|
-
"description": "",
|
|
9041
|
+
"value": "#ffffff",
|
|
9031
9042
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9032
9043
|
"isSource": true,
|
|
9033
9044
|
"original": {
|
|
9034
9045
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9035
9046
|
"type": "color",
|
|
9036
|
-
"value": "{color.highcontrast.
|
|
9037
|
-
"description": ""
|
|
9047
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
9038
9048
|
},
|
|
9039
9049
|
"name": "mds-color-theme-common-button-secondary-active-normal",
|
|
9040
9050
|
"attributes": {
|
|
@@ -9057,15 +9067,13 @@
|
|
|
9057
9067
|
"hover": {
|
|
9058
9068
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9059
9069
|
"type": "color",
|
|
9060
|
-
"value": "#
|
|
9061
|
-
"description": "",
|
|
9070
|
+
"value": "#37006e",
|
|
9062
9071
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9063
9072
|
"isSource": true,
|
|
9064
9073
|
"original": {
|
|
9065
9074
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9066
9075
|
"type": "color",
|
|
9067
|
-
"value": "{color.highcontrast.
|
|
9068
|
-
"description": ""
|
|
9076
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
9069
9077
|
},
|
|
9070
9078
|
"name": "mds-color-theme-common-button-secondary-active-hover",
|
|
9071
9079
|
"attributes": {
|
|
@@ -9088,15 +9096,13 @@
|
|
|
9088
9096
|
"pressed": {
|
|
9089
9097
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9090
9098
|
"type": "color",
|
|
9091
|
-
"value": "#
|
|
9092
|
-
"description": "",
|
|
9099
|
+
"value": "#37006e",
|
|
9093
9100
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9094
9101
|
"isSource": true,
|
|
9095
9102
|
"original": {
|
|
9096
9103
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9097
9104
|
"type": "color",
|
|
9098
|
-
"value": "{color.highcontrast.
|
|
9099
|
-
"description": ""
|
|
9105
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
9100
9106
|
},
|
|
9101
9107
|
"name": "mds-color-theme-common-button-secondary-active-pressed",
|
|
9102
9108
|
"attributes": {
|
|
@@ -9119,15 +9125,13 @@
|
|
|
9119
9125
|
"disabled": {
|
|
9120
9126
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9121
9127
|
"type": "color",
|
|
9122
|
-
"value": "#
|
|
9123
|
-
"description": "",
|
|
9128
|
+
"value": "#600000",
|
|
9124
9129
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9125
9130
|
"isSource": true,
|
|
9126
9131
|
"original": {
|
|
9127
9132
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9128
9133
|
"type": "color",
|
|
9129
|
-
"value": "{color.highcontrast.
|
|
9130
|
-
"description": ""
|
|
9134
|
+
"value": "{color.highcontrast.white.GrayTextColor}"
|
|
9131
9135
|
},
|
|
9132
9136
|
"name": "mds-color-theme-common-button-secondary-active-disabled",
|
|
9133
9137
|
"attributes": {
|
|
@@ -9151,15 +9155,13 @@
|
|
|
9151
9155
|
"disabled": {
|
|
9152
9156
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9153
9157
|
"type": "color",
|
|
9154
|
-
"value": "#
|
|
9155
|
-
"description": "",
|
|
9158
|
+
"value": "#600000",
|
|
9156
9159
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9157
9160
|
"isSource": true,
|
|
9158
9161
|
"original": {
|
|
9159
9162
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9160
9163
|
"type": "color",
|
|
9161
|
-
"value": "{color.highcontrast.
|
|
9162
|
-
"description": ""
|
|
9164
|
+
"value": "{color.highcontrast.white.GrayTextColor}"
|
|
9163
9165
|
},
|
|
9164
9166
|
"name": "mds-color-theme-common-button-secondary-disabled",
|
|
9165
9167
|
"attributes": {
|
|
@@ -9184,15 +9186,13 @@
|
|
|
9184
9186
|
"0": {
|
|
9185
9187
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9186
9188
|
"type": "color",
|
|
9187
|
-
"value": "#
|
|
9188
|
-
"description": "",
|
|
9189
|
+
"value": "#ffffff",
|
|
9189
9190
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9190
9191
|
"isSource": true,
|
|
9191
9192
|
"original": {
|
|
9192
9193
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9193
9194
|
"type": "color",
|
|
9194
|
-
"value": "{color.highcontrast.
|
|
9195
|
-
"description": ""
|
|
9195
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
9196
9196
|
},
|
|
9197
9197
|
"name": "mds-color-theme-common-button-promotion-normal-0",
|
|
9198
9198
|
"attributes": {
|
|
@@ -9215,15 +9215,13 @@
|
|
|
9215
9215
|
"1": {
|
|
9216
9216
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9217
9217
|
"type": "color",
|
|
9218
|
-
"value": "#
|
|
9219
|
-
"description": "",
|
|
9218
|
+
"value": "#ffffff",
|
|
9220
9219
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9221
9220
|
"isSource": true,
|
|
9222
9221
|
"original": {
|
|
9223
9222
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9224
9223
|
"type": "color",
|
|
9225
|
-
"value": "{color.highcontrast.
|
|
9226
|
-
"description": ""
|
|
9224
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
9227
9225
|
},
|
|
9228
9226
|
"name": "mds-color-theme-common-button-promotion-normal-1",
|
|
9229
9227
|
"attributes": {
|
|
@@ -9248,15 +9246,13 @@
|
|
|
9248
9246
|
"0": {
|
|
9249
9247
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9250
9248
|
"type": "color",
|
|
9251
|
-
"value": "#
|
|
9252
|
-
"description": "",
|
|
9249
|
+
"value": "#37006e",
|
|
9253
9250
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9254
9251
|
"isSource": true,
|
|
9255
9252
|
"original": {
|
|
9256
9253
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9257
9254
|
"type": "color",
|
|
9258
|
-
"value": "{color.highcontrast.
|
|
9259
|
-
"description": ""
|
|
9255
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
9260
9256
|
},
|
|
9261
9257
|
"name": "mds-color-theme-common-button-promotion-hover-0",
|
|
9262
9258
|
"attributes": {
|
|
@@ -9279,15 +9275,13 @@
|
|
|
9279
9275
|
"1": {
|
|
9280
9276
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9281
9277
|
"type": "color",
|
|
9282
|
-
"value": "#
|
|
9283
|
-
"description": "",
|
|
9278
|
+
"value": "#37006e",
|
|
9284
9279
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9285
9280
|
"isSource": true,
|
|
9286
9281
|
"original": {
|
|
9287
9282
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9288
9283
|
"type": "color",
|
|
9289
|
-
"value": "{color.highcontrast.
|
|
9290
|
-
"description": ""
|
|
9284
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
9291
9285
|
},
|
|
9292
9286
|
"name": "mds-color-theme-common-button-promotion-hover-1",
|
|
9293
9287
|
"attributes": {
|
|
@@ -9312,15 +9306,13 @@
|
|
|
9312
9306
|
"0": {
|
|
9313
9307
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9314
9308
|
"type": "color",
|
|
9315
|
-
"value": "#
|
|
9316
|
-
"description": "",
|
|
9309
|
+
"value": "#37006e",
|
|
9317
9310
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9318
9311
|
"isSource": true,
|
|
9319
9312
|
"original": {
|
|
9320
9313
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9321
9314
|
"type": "color",
|
|
9322
|
-
"value": "{color.highcontrast.
|
|
9323
|
-
"description": ""
|
|
9315
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
9324
9316
|
},
|
|
9325
9317
|
"name": "mds-color-theme-common-button-promotion-active-0",
|
|
9326
9318
|
"attributes": {
|
|
@@ -9343,15 +9335,13 @@
|
|
|
9343
9335
|
"1": {
|
|
9344
9336
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9345
9337
|
"type": "color",
|
|
9346
|
-
"value": "#
|
|
9347
|
-
"description": "",
|
|
9338
|
+
"value": "#37006e",
|
|
9348
9339
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9349
9340
|
"isSource": true,
|
|
9350
9341
|
"original": {
|
|
9351
9342
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9352
9343
|
"type": "color",
|
|
9353
|
-
"value": "{color.highcontrast.
|
|
9354
|
-
"description": ""
|
|
9344
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
9355
9345
|
},
|
|
9356
9346
|
"name": "mds-color-theme-common-button-promotion-active-1",
|
|
9357
9347
|
"attributes": {
|
|
@@ -9380,14 +9370,12 @@
|
|
|
9380
9370
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9381
9371
|
"type": "color",
|
|
9382
9372
|
"value": "#ffffff",
|
|
9383
|
-
"description": "",
|
|
9384
9373
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9385
9374
|
"isSource": true,
|
|
9386
9375
|
"original": {
|
|
9387
9376
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9388
9377
|
"type": "color",
|
|
9389
|
-
"value": "{color.highcontrast.
|
|
9390
|
-
"description": ""
|
|
9378
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
9391
9379
|
},
|
|
9392
9380
|
"name": "mds-color-theme-common-outline-button-normal",
|
|
9393
9381
|
"attributes": {
|
|
@@ -9411,15 +9399,13 @@
|
|
|
9411
9399
|
"normal": {
|
|
9412
9400
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9413
9401
|
"type": "color",
|
|
9414
|
-
"value": "#
|
|
9415
|
-
"description": "",
|
|
9402
|
+
"value": "#000000",
|
|
9416
9403
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9417
9404
|
"isSource": true,
|
|
9418
9405
|
"original": {
|
|
9419
9406
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9420
9407
|
"type": "color",
|
|
9421
|
-
"value": "{color.highcontrast.
|
|
9422
|
-
"description": ""
|
|
9408
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
9423
9409
|
},
|
|
9424
9410
|
"name": "mds-color-theme-common-outline-primary-normal",
|
|
9425
9411
|
"attributes": {
|
|
@@ -9441,15 +9427,13 @@
|
|
|
9441
9427
|
"disabled": {
|
|
9442
9428
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9443
9429
|
"type": "color",
|
|
9444
|
-
"value": "#
|
|
9445
|
-
"description": "",
|
|
9430
|
+
"value": "#600000",
|
|
9446
9431
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9447
9432
|
"isSource": true,
|
|
9448
9433
|
"original": {
|
|
9449
9434
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9450
9435
|
"type": "color",
|
|
9451
|
-
"value": "{color.highcontrast.
|
|
9452
|
-
"description": ""
|
|
9436
|
+
"value": "{color.highcontrast.white.GrayTextColor}"
|
|
9453
9437
|
},
|
|
9454
9438
|
"name": "mds-color-theme-common-outline-primary-disabled",
|
|
9455
9439
|
"attributes": {
|
|
@@ -9473,15 +9457,13 @@
|
|
|
9473
9457
|
"normal": {
|
|
9474
9458
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9475
9459
|
"type": "color",
|
|
9476
|
-
"value": "#
|
|
9477
|
-
"description": "",
|
|
9460
|
+
"value": "#000000",
|
|
9478
9461
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9479
9462
|
"isSource": true,
|
|
9480
9463
|
"original": {
|
|
9481
9464
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9482
9465
|
"type": "color",
|
|
9483
|
-
"value": "{color.highcontrast.
|
|
9484
|
-
"description": ""
|
|
9466
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
9485
9467
|
},
|
|
9486
9468
|
"name": "mds-color-theme-common-outline-input-normal",
|
|
9487
9469
|
"attributes": {
|
|
@@ -9500,6 +9482,80 @@
|
|
|
9500
9482
|
"normal"
|
|
9501
9483
|
]
|
|
9502
9484
|
}
|
|
9485
|
+
},
|
|
9486
|
+
"secondary": {
|
|
9487
|
+
"primary": {
|
|
9488
|
+
"$extensions": {
|
|
9489
|
+
"studio.tokens": {
|
|
9490
|
+
"modify": {}
|
|
9491
|
+
}
|
|
9492
|
+
},
|
|
9493
|
+
"type": "color",
|
|
9494
|
+
"value": "#000000",
|
|
9495
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9496
|
+
"isSource": true,
|
|
9497
|
+
"original": {
|
|
9498
|
+
"$extensions": {
|
|
9499
|
+
"studio.tokens": {
|
|
9500
|
+
"modify": {}
|
|
9501
|
+
}
|
|
9502
|
+
},
|
|
9503
|
+
"type": "color",
|
|
9504
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
9505
|
+
},
|
|
9506
|
+
"name": "mds-color-theme-common-outline-secondary-primary",
|
|
9507
|
+
"attributes": {
|
|
9508
|
+
"category": "color",
|
|
9509
|
+
"type": "theme",
|
|
9510
|
+
"item": "common",
|
|
9511
|
+
"subitem": "outline",
|
|
9512
|
+
"state": "secondary"
|
|
9513
|
+
},
|
|
9514
|
+
"path": [
|
|
9515
|
+
"color",
|
|
9516
|
+
"theme",
|
|
9517
|
+
"common",
|
|
9518
|
+
"outline",
|
|
9519
|
+
"secondary",
|
|
9520
|
+
"primary"
|
|
9521
|
+
]
|
|
9522
|
+
},
|
|
9523
|
+
"disabled": {
|
|
9524
|
+
"$extensions": {
|
|
9525
|
+
"studio.tokens": {
|
|
9526
|
+
"modify": {}
|
|
9527
|
+
}
|
|
9528
|
+
},
|
|
9529
|
+
"type": "color",
|
|
9530
|
+
"value": "#000000",
|
|
9531
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9532
|
+
"isSource": true,
|
|
9533
|
+
"original": {
|
|
9534
|
+
"$extensions": {
|
|
9535
|
+
"studio.tokens": {
|
|
9536
|
+
"modify": {}
|
|
9537
|
+
}
|
|
9538
|
+
},
|
|
9539
|
+
"type": "color",
|
|
9540
|
+
"value": "{color.highcontrast.white.WindowTextColor}"
|
|
9541
|
+
},
|
|
9542
|
+
"name": "mds-color-theme-common-outline-secondary-disabled",
|
|
9543
|
+
"attributes": {
|
|
9544
|
+
"category": "color",
|
|
9545
|
+
"type": "theme",
|
|
9546
|
+
"item": "common",
|
|
9547
|
+
"subitem": "outline",
|
|
9548
|
+
"state": "secondary"
|
|
9549
|
+
},
|
|
9550
|
+
"path": [
|
|
9551
|
+
"color",
|
|
9552
|
+
"theme",
|
|
9553
|
+
"common",
|
|
9554
|
+
"outline",
|
|
9555
|
+
"secondary",
|
|
9556
|
+
"disabled"
|
|
9557
|
+
]
|
|
9558
|
+
}
|
|
9503
9559
|
}
|
|
9504
9560
|
},
|
|
9505
9561
|
"control": {
|
|
@@ -9570,15 +9626,13 @@
|
|
|
9570
9626
|
"inactive": {
|
|
9571
9627
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9572
9628
|
"type": "color",
|
|
9573
|
-
"value": "#
|
|
9574
|
-
"description": "",
|
|
9629
|
+
"value": "#600000",
|
|
9575
9630
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9576
9631
|
"isSource": true,
|
|
9577
9632
|
"original": {
|
|
9578
9633
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9579
9634
|
"type": "color",
|
|
9580
|
-
"value": "{color.highcontrast.
|
|
9581
|
-
"description": ""
|
|
9635
|
+
"value": "{color.highcontrast.white.GrayTextColor}"
|
|
9582
9636
|
},
|
|
9583
9637
|
"name": "mds-color-theme-common-control-share-content-inactive",
|
|
9584
9638
|
"attributes": {
|
|
@@ -9604,15 +9658,13 @@
|
|
|
9604
9658
|
"normal": {
|
|
9605
9659
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9606
9660
|
"type": "color",
|
|
9607
|
-
"value": "#
|
|
9608
|
-
"description": "",
|
|
9661
|
+
"value": "#600000",
|
|
9609
9662
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9610
9663
|
"isSource": true,
|
|
9611
9664
|
"original": {
|
|
9612
9665
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9613
9666
|
"type": "color",
|
|
9614
|
-
"value": "{color.highcontrast.
|
|
9615
|
-
"description": ""
|
|
9667
|
+
"value": "{color.highcontrast.white.GrayTextColor}"
|
|
9616
9668
|
},
|
|
9617
9669
|
"name": "mds-color-theme-common-control-inactive-normal",
|
|
9618
9670
|
"attributes": {
|
|
@@ -9640,14 +9692,12 @@
|
|
|
9640
9692
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9641
9693
|
"type": "color",
|
|
9642
9694
|
"value": "#ffffff",
|
|
9643
|
-
"description": "",
|
|
9644
9695
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9645
9696
|
"isSource": true,
|
|
9646
9697
|
"original": {
|
|
9647
9698
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9648
9699
|
"type": "color",
|
|
9649
|
-
"value": "{color.highcontrast.
|
|
9650
|
-
"description": ""
|
|
9700
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
9651
9701
|
},
|
|
9652
9702
|
"name": "mds-color-theme-common-background-alert-share-normal",
|
|
9653
9703
|
"attributes": {
|
|
@@ -9668,20 +9718,74 @@
|
|
|
9668
9718
|
]
|
|
9669
9719
|
}
|
|
9670
9720
|
}
|
|
9671
|
-
}
|
|
9672
|
-
|
|
9673
|
-
|
|
9674
|
-
"pdf": {
|
|
9675
|
-
"parent": "theme/stable/highcontrast/hc_light",
|
|
9676
|
-
"type": "color",
|
|
9677
|
-
"value": "#ffffff",
|
|
9678
|
-
"description": "HEX: EE0507\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9679
|
-
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9680
|
-
"isSource": true,
|
|
9681
|
-
"original": {
|
|
9682
|
-
"parent": "theme/stable/highcontrast/hc_light",
|
|
9721
|
+
},
|
|
9722
|
+
"solid": {
|
|
9723
|
+
"dark": {
|
|
9683
9724
|
"type": "color",
|
|
9684
|
-
"value": "
|
|
9725
|
+
"value": "#ffffff",
|
|
9726
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9727
|
+
"isSource": true,
|
|
9728
|
+
"original": {
|
|
9729
|
+
"type": "color",
|
|
9730
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
9731
|
+
},
|
|
9732
|
+
"name": "mds-color-theme-common-background-solid-dark",
|
|
9733
|
+
"attributes": {
|
|
9734
|
+
"category": "color",
|
|
9735
|
+
"type": "theme",
|
|
9736
|
+
"item": "common",
|
|
9737
|
+
"subitem": "background",
|
|
9738
|
+
"state": "solid"
|
|
9739
|
+
},
|
|
9740
|
+
"path": [
|
|
9741
|
+
"color",
|
|
9742
|
+
"theme",
|
|
9743
|
+
"common",
|
|
9744
|
+
"background",
|
|
9745
|
+
"solid",
|
|
9746
|
+
"dark"
|
|
9747
|
+
]
|
|
9748
|
+
},
|
|
9749
|
+
"light": {
|
|
9750
|
+
"type": "color",
|
|
9751
|
+
"value": "#ffffff",
|
|
9752
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9753
|
+
"isSource": true,
|
|
9754
|
+
"original": {
|
|
9755
|
+
"type": "color",
|
|
9756
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
9757
|
+
},
|
|
9758
|
+
"name": "mds-color-theme-common-background-solid-light",
|
|
9759
|
+
"attributes": {
|
|
9760
|
+
"category": "color",
|
|
9761
|
+
"type": "theme",
|
|
9762
|
+
"item": "common",
|
|
9763
|
+
"subitem": "background",
|
|
9764
|
+
"state": "solid"
|
|
9765
|
+
},
|
|
9766
|
+
"path": [
|
|
9767
|
+
"color",
|
|
9768
|
+
"theme",
|
|
9769
|
+
"common",
|
|
9770
|
+
"background",
|
|
9771
|
+
"solid",
|
|
9772
|
+
"light"
|
|
9773
|
+
]
|
|
9774
|
+
}
|
|
9775
|
+
}
|
|
9776
|
+
},
|
|
9777
|
+
"content": {
|
|
9778
|
+
"pdf": {
|
|
9779
|
+
"parent": "theme/stable/highcontrast/hc_light",
|
|
9780
|
+
"type": "color",
|
|
9781
|
+
"value": "#000000",
|
|
9782
|
+
"description": "HEX: EE0507\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9783
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9784
|
+
"isSource": true,
|
|
9785
|
+
"original": {
|
|
9786
|
+
"parent": "theme/stable/highcontrast/hc_light",
|
|
9787
|
+
"type": "color",
|
|
9788
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9685
9789
|
"description": "HEX: EE0507\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9686
9790
|
},
|
|
9687
9791
|
"name": "mds-color-theme-common-content-pdf",
|
|
@@ -9703,14 +9807,14 @@
|
|
|
9703
9807
|
"word": {
|
|
9704
9808
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9705
9809
|
"type": "color",
|
|
9706
|
-
"value": "#
|
|
9810
|
+
"value": "#000000",
|
|
9707
9811
|
"description": "HEX: 0078D6\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9708
9812
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9709
9813
|
"isSource": true,
|
|
9710
9814
|
"original": {
|
|
9711
9815
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9712
9816
|
"type": "color",
|
|
9713
|
-
"value": "{color.highcontrast.
|
|
9817
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9714
9818
|
"description": "HEX: 0078D6\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9715
9819
|
},
|
|
9716
9820
|
"name": "mds-color-theme-common-content-word",
|
|
@@ -9732,14 +9836,14 @@
|
|
|
9732
9836
|
"powerpoint": {
|
|
9733
9837
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9734
9838
|
"type": "color",
|
|
9735
|
-
"value": "#
|
|
9839
|
+
"value": "#000000",
|
|
9736
9840
|
"description": "HEX:D93E17\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9737
9841
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9738
9842
|
"isSource": true,
|
|
9739
9843
|
"original": {
|
|
9740
9844
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9741
9845
|
"type": "color",
|
|
9742
|
-
"value": "{color.highcontrast.
|
|
9846
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9743
9847
|
"description": "HEX:D93E17\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9744
9848
|
},
|
|
9745
9849
|
"name": "mds-color-theme-common-content-powerpoint",
|
|
@@ -9761,14 +9865,14 @@
|
|
|
9761
9865
|
"excel": {
|
|
9762
9866
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9763
9867
|
"type": "color",
|
|
9764
|
-
"value": "#
|
|
9868
|
+
"value": "#000000",
|
|
9765
9869
|
"description": "HEX:00893E\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9766
9870
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9767
9871
|
"isSource": true,
|
|
9768
9872
|
"original": {
|
|
9769
9873
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9770
9874
|
"type": "color",
|
|
9771
|
-
"value": "{color.highcontrast.
|
|
9875
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9772
9876
|
"description": "HEX:00893E\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9773
9877
|
},
|
|
9774
9878
|
"name": "mds-color-theme-common-content-excel",
|
|
@@ -9790,14 +9894,14 @@
|
|
|
9790
9894
|
"onenote": {
|
|
9791
9895
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9792
9896
|
"type": "color",
|
|
9793
|
-
"value": "#
|
|
9897
|
+
"value": "#000000",
|
|
9794
9898
|
"description": "HEX:B839DB\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9795
9899
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9796
9900
|
"isSource": true,
|
|
9797
9901
|
"original": {
|
|
9798
9902
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9799
9903
|
"type": "color",
|
|
9800
|
-
"value": "{color.highcontrast.
|
|
9904
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9801
9905
|
"description": "HEX:B839DB\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9802
9906
|
},
|
|
9803
9907
|
"name": "mds-color-theme-common-content-onenote",
|
|
@@ -9819,14 +9923,14 @@
|
|
|
9819
9923
|
"sheets": {
|
|
9820
9924
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9821
9925
|
"type": "color",
|
|
9822
|
-
"value": "#
|
|
9926
|
+
"value": "#000000",
|
|
9823
9927
|
"description": "HEX:F4B400\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9824
9928
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9825
9929
|
"isSource": true,
|
|
9826
9930
|
"original": {
|
|
9827
9931
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9828
9932
|
"type": "color",
|
|
9829
|
-
"value": "{color.highcontrast.
|
|
9933
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9830
9934
|
"description": "HEX:F4B400\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9831
9935
|
},
|
|
9832
9936
|
"name": "mds-color-theme-common-content-sheets",
|
|
@@ -9848,14 +9952,14 @@
|
|
|
9848
9952
|
"slides": {
|
|
9849
9953
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9850
9954
|
"type": "color",
|
|
9851
|
-
"value": "#
|
|
9955
|
+
"value": "#000000",
|
|
9852
9956
|
"description": "HEX:0F9D58\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9853
9957
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9854
9958
|
"isSource": true,
|
|
9855
9959
|
"original": {
|
|
9856
9960
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9857
9961
|
"type": "color",
|
|
9858
|
-
"value": "{color.highcontrast.
|
|
9962
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9859
9963
|
"description": "HEX:0F9D58\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9860
9964
|
},
|
|
9861
9965
|
"name": "mds-color-theme-common-content-slides",
|
|
@@ -9877,14 +9981,14 @@
|
|
|
9877
9981
|
"keynote": {
|
|
9878
9982
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9879
9983
|
"type": "color",
|
|
9880
|
-
"value": "#
|
|
9984
|
+
"value": "#000000",
|
|
9881
9985
|
"description": "HEX:029CFB\n---------------\nUsed for bacakground of attachment for content-list components.",
|
|
9882
9986
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9883
9987
|
"isSource": true,
|
|
9884
9988
|
"original": {
|
|
9885
9989
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9886
9990
|
"type": "color",
|
|
9887
|
-
"value": "{color.highcontrast.
|
|
9991
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9888
9992
|
"description": "HEX:029CFB\n---------------\nUsed for bacakground of attachment for content-list components."
|
|
9889
9993
|
},
|
|
9890
9994
|
"name": "mds-color-theme-common-content-keynote",
|
|
@@ -9906,14 +10010,14 @@
|
|
|
9906
10010
|
"doc": {
|
|
9907
10011
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9908
10012
|
"type": "color",
|
|
9909
|
-
"value": "#
|
|
10013
|
+
"value": "#000000",
|
|
9910
10014
|
"description": "HEX Value: 4285F4",
|
|
9911
10015
|
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
9912
10016
|
"isSource": true,
|
|
9913
10017
|
"original": {
|
|
9914
10018
|
"parent": "theme/stable/highcontrast/hc_light",
|
|
9915
10019
|
"type": "color",
|
|
9916
|
-
"value": "{color.highcontrast.
|
|
10020
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
9917
10021
|
"description": "HEX Value: 4285F4"
|
|
9918
10022
|
},
|
|
9919
10023
|
"name": "mds-color-theme-common-content-doc",
|
|
@@ -9932,6 +10036,602 @@
|
|
|
9932
10036
|
"doc"
|
|
9933
10037
|
]
|
|
9934
10038
|
}
|
|
10039
|
+
},
|
|
10040
|
+
"touchbar": {
|
|
10041
|
+
"background": {
|
|
10042
|
+
"blue": {
|
|
10043
|
+
"normal": {
|
|
10044
|
+
"parent": "theme/stable/light",
|
|
10045
|
+
"type": "color",
|
|
10046
|
+
"value": "#ffffff",
|
|
10047
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10048
|
+
"isSource": true,
|
|
10049
|
+
"original": {
|
|
10050
|
+
"parent": "theme/stable/light",
|
|
10051
|
+
"type": "color",
|
|
10052
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10053
|
+
},
|
|
10054
|
+
"name": "mds-color-theme-common-touchbar-background-blue-normal",
|
|
10055
|
+
"attributes": {
|
|
10056
|
+
"category": "color",
|
|
10057
|
+
"type": "theme",
|
|
10058
|
+
"item": "common",
|
|
10059
|
+
"subitem": "touchbar",
|
|
10060
|
+
"state": "background"
|
|
10061
|
+
},
|
|
10062
|
+
"path": [
|
|
10063
|
+
"color",
|
|
10064
|
+
"theme",
|
|
10065
|
+
"common",
|
|
10066
|
+
"touchbar",
|
|
10067
|
+
"background",
|
|
10068
|
+
"blue",
|
|
10069
|
+
"normal"
|
|
10070
|
+
]
|
|
10071
|
+
},
|
|
10072
|
+
"pressed": {
|
|
10073
|
+
"parent": "theme/stable/light",
|
|
10074
|
+
"type": "color",
|
|
10075
|
+
"value": "#37006e",
|
|
10076
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10077
|
+
"isSource": true,
|
|
10078
|
+
"original": {
|
|
10079
|
+
"parent": "theme/stable/light",
|
|
10080
|
+
"type": "color",
|
|
10081
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
10082
|
+
},
|
|
10083
|
+
"name": "mds-color-theme-common-touchbar-background-blue-pressed",
|
|
10084
|
+
"attributes": {
|
|
10085
|
+
"category": "color",
|
|
10086
|
+
"type": "theme",
|
|
10087
|
+
"item": "common",
|
|
10088
|
+
"subitem": "touchbar",
|
|
10089
|
+
"state": "background"
|
|
10090
|
+
},
|
|
10091
|
+
"path": [
|
|
10092
|
+
"color",
|
|
10093
|
+
"theme",
|
|
10094
|
+
"common",
|
|
10095
|
+
"touchbar",
|
|
10096
|
+
"background",
|
|
10097
|
+
"blue",
|
|
10098
|
+
"pressed"
|
|
10099
|
+
]
|
|
10100
|
+
}
|
|
10101
|
+
},
|
|
10102
|
+
"pink": {
|
|
10103
|
+
"normal": {
|
|
10104
|
+
"parent": "theme/stable/light",
|
|
10105
|
+
"type": "color",
|
|
10106
|
+
"value": "#ffffff",
|
|
10107
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10108
|
+
"isSource": true,
|
|
10109
|
+
"original": {
|
|
10110
|
+
"parent": "theme/stable/light",
|
|
10111
|
+
"type": "color",
|
|
10112
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10113
|
+
},
|
|
10114
|
+
"name": "mds-color-theme-common-touchbar-background-pink-normal",
|
|
10115
|
+
"attributes": {
|
|
10116
|
+
"category": "color",
|
|
10117
|
+
"type": "theme",
|
|
10118
|
+
"item": "common",
|
|
10119
|
+
"subitem": "touchbar",
|
|
10120
|
+
"state": "background"
|
|
10121
|
+
},
|
|
10122
|
+
"path": [
|
|
10123
|
+
"color",
|
|
10124
|
+
"theme",
|
|
10125
|
+
"common",
|
|
10126
|
+
"touchbar",
|
|
10127
|
+
"background",
|
|
10128
|
+
"pink",
|
|
10129
|
+
"normal"
|
|
10130
|
+
]
|
|
10131
|
+
},
|
|
10132
|
+
"pressed": {
|
|
10133
|
+
"parent": "theme/stable/light",
|
|
10134
|
+
"type": "color",
|
|
10135
|
+
"value": "#37006e",
|
|
10136
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10137
|
+
"isSource": true,
|
|
10138
|
+
"original": {
|
|
10139
|
+
"parent": "theme/stable/light",
|
|
10140
|
+
"type": "color",
|
|
10141
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
10142
|
+
},
|
|
10143
|
+
"name": "mds-color-theme-common-touchbar-background-pink-pressed",
|
|
10144
|
+
"attributes": {
|
|
10145
|
+
"category": "color",
|
|
10146
|
+
"type": "theme",
|
|
10147
|
+
"item": "common",
|
|
10148
|
+
"subitem": "touchbar",
|
|
10149
|
+
"state": "background"
|
|
10150
|
+
},
|
|
10151
|
+
"path": [
|
|
10152
|
+
"color",
|
|
10153
|
+
"theme",
|
|
10154
|
+
"common",
|
|
10155
|
+
"touchbar",
|
|
10156
|
+
"background",
|
|
10157
|
+
"pink",
|
|
10158
|
+
"pressed"
|
|
10159
|
+
]
|
|
10160
|
+
}
|
|
10161
|
+
},
|
|
10162
|
+
"mint": {
|
|
10163
|
+
"normal": {
|
|
10164
|
+
"parent": "theme/stable/light",
|
|
10165
|
+
"type": "color",
|
|
10166
|
+
"value": "#ffffff",
|
|
10167
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10168
|
+
"isSource": true,
|
|
10169
|
+
"original": {
|
|
10170
|
+
"parent": "theme/stable/light",
|
|
10171
|
+
"type": "color",
|
|
10172
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10173
|
+
},
|
|
10174
|
+
"name": "mds-color-theme-common-touchbar-background-mint-normal",
|
|
10175
|
+
"attributes": {
|
|
10176
|
+
"category": "color",
|
|
10177
|
+
"type": "theme",
|
|
10178
|
+
"item": "common",
|
|
10179
|
+
"subitem": "touchbar",
|
|
10180
|
+
"state": "background"
|
|
10181
|
+
},
|
|
10182
|
+
"path": [
|
|
10183
|
+
"color",
|
|
10184
|
+
"theme",
|
|
10185
|
+
"common",
|
|
10186
|
+
"touchbar",
|
|
10187
|
+
"background",
|
|
10188
|
+
"mint",
|
|
10189
|
+
"normal"
|
|
10190
|
+
]
|
|
10191
|
+
},
|
|
10192
|
+
"pressed": {
|
|
10193
|
+
"parent": "theme/stable/light",
|
|
10194
|
+
"type": "color",
|
|
10195
|
+
"value": "#37006e",
|
|
10196
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10197
|
+
"isSource": true,
|
|
10198
|
+
"original": {
|
|
10199
|
+
"parent": "theme/stable/light",
|
|
10200
|
+
"type": "color",
|
|
10201
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
10202
|
+
},
|
|
10203
|
+
"name": "mds-color-theme-common-touchbar-background-mint-pressed",
|
|
10204
|
+
"attributes": {
|
|
10205
|
+
"category": "color",
|
|
10206
|
+
"type": "theme",
|
|
10207
|
+
"item": "common",
|
|
10208
|
+
"subitem": "touchbar",
|
|
10209
|
+
"state": "background"
|
|
10210
|
+
},
|
|
10211
|
+
"path": [
|
|
10212
|
+
"color",
|
|
10213
|
+
"theme",
|
|
10214
|
+
"common",
|
|
10215
|
+
"touchbar",
|
|
10216
|
+
"background",
|
|
10217
|
+
"mint",
|
|
10218
|
+
"pressed"
|
|
10219
|
+
]
|
|
10220
|
+
}
|
|
10221
|
+
},
|
|
10222
|
+
"purple": {
|
|
10223
|
+
"normal": {
|
|
10224
|
+
"parent": "theme/stable/light",
|
|
10225
|
+
"type": "color",
|
|
10226
|
+
"value": "#ffffff",
|
|
10227
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10228
|
+
"isSource": true,
|
|
10229
|
+
"original": {
|
|
10230
|
+
"parent": "theme/stable/light",
|
|
10231
|
+
"type": "color",
|
|
10232
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10233
|
+
},
|
|
10234
|
+
"name": "mds-color-theme-common-touchbar-background-purple-normal",
|
|
10235
|
+
"attributes": {
|
|
10236
|
+
"category": "color",
|
|
10237
|
+
"type": "theme",
|
|
10238
|
+
"item": "common",
|
|
10239
|
+
"subitem": "touchbar",
|
|
10240
|
+
"state": "background"
|
|
10241
|
+
},
|
|
10242
|
+
"path": [
|
|
10243
|
+
"color",
|
|
10244
|
+
"theme",
|
|
10245
|
+
"common",
|
|
10246
|
+
"touchbar",
|
|
10247
|
+
"background",
|
|
10248
|
+
"purple",
|
|
10249
|
+
"normal"
|
|
10250
|
+
]
|
|
10251
|
+
},
|
|
10252
|
+
"pressed": {
|
|
10253
|
+
"parent": "theme/stable/light",
|
|
10254
|
+
"type": "color",
|
|
10255
|
+
"value": "#37006e",
|
|
10256
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10257
|
+
"isSource": true,
|
|
10258
|
+
"original": {
|
|
10259
|
+
"parent": "theme/stable/light",
|
|
10260
|
+
"type": "color",
|
|
10261
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
10262
|
+
},
|
|
10263
|
+
"name": "mds-color-theme-common-touchbar-background-purple-pressed",
|
|
10264
|
+
"attributes": {
|
|
10265
|
+
"category": "color",
|
|
10266
|
+
"type": "theme",
|
|
10267
|
+
"item": "common",
|
|
10268
|
+
"subitem": "touchbar",
|
|
10269
|
+
"state": "background"
|
|
10270
|
+
},
|
|
10271
|
+
"path": [
|
|
10272
|
+
"color",
|
|
10273
|
+
"theme",
|
|
10274
|
+
"common",
|
|
10275
|
+
"touchbar",
|
|
10276
|
+
"background",
|
|
10277
|
+
"purple",
|
|
10278
|
+
"pressed"
|
|
10279
|
+
]
|
|
10280
|
+
}
|
|
10281
|
+
},
|
|
10282
|
+
"violet": {
|
|
10283
|
+
"normal": {
|
|
10284
|
+
"parent": "theme/stable/light",
|
|
10285
|
+
"type": "color",
|
|
10286
|
+
"value": "#ffffff",
|
|
10287
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10288
|
+
"isSource": true,
|
|
10289
|
+
"original": {
|
|
10290
|
+
"parent": "theme/stable/light",
|
|
10291
|
+
"type": "color",
|
|
10292
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10293
|
+
},
|
|
10294
|
+
"name": "mds-color-theme-common-touchbar-background-violet-normal",
|
|
10295
|
+
"attributes": {
|
|
10296
|
+
"category": "color",
|
|
10297
|
+
"type": "theme",
|
|
10298
|
+
"item": "common",
|
|
10299
|
+
"subitem": "touchbar",
|
|
10300
|
+
"state": "background"
|
|
10301
|
+
},
|
|
10302
|
+
"path": [
|
|
10303
|
+
"color",
|
|
10304
|
+
"theme",
|
|
10305
|
+
"common",
|
|
10306
|
+
"touchbar",
|
|
10307
|
+
"background",
|
|
10308
|
+
"violet",
|
|
10309
|
+
"normal"
|
|
10310
|
+
]
|
|
10311
|
+
},
|
|
10312
|
+
"pressed": {
|
|
10313
|
+
"parent": "theme/stable/light",
|
|
10314
|
+
"type": "color",
|
|
10315
|
+
"value": "#37006e",
|
|
10316
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10317
|
+
"isSource": true,
|
|
10318
|
+
"original": {
|
|
10319
|
+
"parent": "theme/stable/light",
|
|
10320
|
+
"type": "color",
|
|
10321
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
10322
|
+
},
|
|
10323
|
+
"name": "mds-color-theme-common-touchbar-background-violet-pressed",
|
|
10324
|
+
"attributes": {
|
|
10325
|
+
"category": "color",
|
|
10326
|
+
"type": "theme",
|
|
10327
|
+
"item": "common",
|
|
10328
|
+
"subitem": "touchbar",
|
|
10329
|
+
"state": "background"
|
|
10330
|
+
},
|
|
10331
|
+
"path": [
|
|
10332
|
+
"color",
|
|
10333
|
+
"theme",
|
|
10334
|
+
"common",
|
|
10335
|
+
"touchbar",
|
|
10336
|
+
"background",
|
|
10337
|
+
"violet",
|
|
10338
|
+
"pressed"
|
|
10339
|
+
]
|
|
10340
|
+
}
|
|
10341
|
+
},
|
|
10342
|
+
"orange": {
|
|
10343
|
+
"normal": {
|
|
10344
|
+
"parent": "theme/stable/light",
|
|
10345
|
+
"type": "color",
|
|
10346
|
+
"value": "#ffffff",
|
|
10347
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10348
|
+
"isSource": true,
|
|
10349
|
+
"original": {
|
|
10350
|
+
"parent": "theme/stable/light",
|
|
10351
|
+
"type": "color",
|
|
10352
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10353
|
+
},
|
|
10354
|
+
"name": "mds-color-theme-common-touchbar-background-orange-normal",
|
|
10355
|
+
"attributes": {
|
|
10356
|
+
"category": "color",
|
|
10357
|
+
"type": "theme",
|
|
10358
|
+
"item": "common",
|
|
10359
|
+
"subitem": "touchbar",
|
|
10360
|
+
"state": "background"
|
|
10361
|
+
},
|
|
10362
|
+
"path": [
|
|
10363
|
+
"color",
|
|
10364
|
+
"theme",
|
|
10365
|
+
"common",
|
|
10366
|
+
"touchbar",
|
|
10367
|
+
"background",
|
|
10368
|
+
"orange",
|
|
10369
|
+
"normal"
|
|
10370
|
+
]
|
|
10371
|
+
},
|
|
10372
|
+
"pressed": {
|
|
10373
|
+
"parent": "theme/stable/light",
|
|
10374
|
+
"type": "color",
|
|
10375
|
+
"value": "#37006e",
|
|
10376
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10377
|
+
"isSource": true,
|
|
10378
|
+
"original": {
|
|
10379
|
+
"parent": "theme/stable/light",
|
|
10380
|
+
"type": "color",
|
|
10381
|
+
"value": "{color.highcontrast.white.HighlightColor}"
|
|
10382
|
+
},
|
|
10383
|
+
"name": "mds-color-theme-common-touchbar-background-orange-pressed",
|
|
10384
|
+
"attributes": {
|
|
10385
|
+
"category": "color",
|
|
10386
|
+
"type": "theme",
|
|
10387
|
+
"item": "common",
|
|
10388
|
+
"subitem": "touchbar",
|
|
10389
|
+
"state": "background"
|
|
10390
|
+
},
|
|
10391
|
+
"path": [
|
|
10392
|
+
"color",
|
|
10393
|
+
"theme",
|
|
10394
|
+
"common",
|
|
10395
|
+
"touchbar",
|
|
10396
|
+
"background",
|
|
10397
|
+
"orange",
|
|
10398
|
+
"pressed"
|
|
10399
|
+
]
|
|
10400
|
+
}
|
|
10401
|
+
},
|
|
10402
|
+
"green": {
|
|
10403
|
+
"normal": {
|
|
10404
|
+
"parent": "theme/stable/light",
|
|
10405
|
+
"type": "color",
|
|
10406
|
+
"value": "#ffffff",
|
|
10407
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10408
|
+
"isSource": true,
|
|
10409
|
+
"original": {
|
|
10410
|
+
"parent": "theme/stable/light",
|
|
10411
|
+
"type": "color",
|
|
10412
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10413
|
+
},
|
|
10414
|
+
"name": "mds-color-theme-common-touchbar-background-green-normal",
|
|
10415
|
+
"attributes": {
|
|
10416
|
+
"category": "color",
|
|
10417
|
+
"type": "theme",
|
|
10418
|
+
"item": "common",
|
|
10419
|
+
"subitem": "touchbar",
|
|
10420
|
+
"state": "background"
|
|
10421
|
+
},
|
|
10422
|
+
"path": [
|
|
10423
|
+
"color",
|
|
10424
|
+
"theme",
|
|
10425
|
+
"common",
|
|
10426
|
+
"touchbar",
|
|
10427
|
+
"background",
|
|
10428
|
+
"green",
|
|
10429
|
+
"normal"
|
|
10430
|
+
]
|
|
10431
|
+
},
|
|
10432
|
+
"pressed": {
|
|
10433
|
+
"parent": "theme/stable/light",
|
|
10434
|
+
"type": "color",
|
|
10435
|
+
"value": "#ffffff",
|
|
10436
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10437
|
+
"isSource": true,
|
|
10438
|
+
"original": {
|
|
10439
|
+
"parent": "theme/stable/light",
|
|
10440
|
+
"type": "color",
|
|
10441
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10442
|
+
},
|
|
10443
|
+
"name": "mds-color-theme-common-touchbar-background-green-pressed",
|
|
10444
|
+
"attributes": {
|
|
10445
|
+
"category": "color",
|
|
10446
|
+
"type": "theme",
|
|
10447
|
+
"item": "common",
|
|
10448
|
+
"subitem": "touchbar",
|
|
10449
|
+
"state": "background"
|
|
10450
|
+
},
|
|
10451
|
+
"path": [
|
|
10452
|
+
"color",
|
|
10453
|
+
"theme",
|
|
10454
|
+
"common",
|
|
10455
|
+
"touchbar",
|
|
10456
|
+
"background",
|
|
10457
|
+
"green",
|
|
10458
|
+
"pressed"
|
|
10459
|
+
]
|
|
10460
|
+
}
|
|
10461
|
+
},
|
|
10462
|
+
"red": {
|
|
10463
|
+
"normal": {
|
|
10464
|
+
"parent": "theme/stable/light",
|
|
10465
|
+
"type": "color",
|
|
10466
|
+
"value": "#ffffff",
|
|
10467
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10468
|
+
"isSource": true,
|
|
10469
|
+
"original": {
|
|
10470
|
+
"parent": "theme/stable/light",
|
|
10471
|
+
"type": "color",
|
|
10472
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10473
|
+
},
|
|
10474
|
+
"name": "mds-color-theme-common-touchbar-background-red-normal",
|
|
10475
|
+
"attributes": {
|
|
10476
|
+
"category": "color",
|
|
10477
|
+
"type": "theme",
|
|
10478
|
+
"item": "common",
|
|
10479
|
+
"subitem": "touchbar",
|
|
10480
|
+
"state": "background"
|
|
10481
|
+
},
|
|
10482
|
+
"path": [
|
|
10483
|
+
"color",
|
|
10484
|
+
"theme",
|
|
10485
|
+
"common",
|
|
10486
|
+
"touchbar",
|
|
10487
|
+
"background",
|
|
10488
|
+
"red",
|
|
10489
|
+
"normal"
|
|
10490
|
+
]
|
|
10491
|
+
},
|
|
10492
|
+
"pressed": {
|
|
10493
|
+
"parent": "theme/stable/light",
|
|
10494
|
+
"type": "color",
|
|
10495
|
+
"value": "#ffffff",
|
|
10496
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10497
|
+
"isSource": true,
|
|
10498
|
+
"original": {
|
|
10499
|
+
"parent": "theme/stable/light",
|
|
10500
|
+
"type": "color",
|
|
10501
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10502
|
+
},
|
|
10503
|
+
"name": "mds-color-theme-common-touchbar-background-red-pressed",
|
|
10504
|
+
"attributes": {
|
|
10505
|
+
"category": "color",
|
|
10506
|
+
"type": "theme",
|
|
10507
|
+
"item": "common",
|
|
10508
|
+
"subitem": "touchbar",
|
|
10509
|
+
"state": "background"
|
|
10510
|
+
},
|
|
10511
|
+
"path": [
|
|
10512
|
+
"color",
|
|
10513
|
+
"theme",
|
|
10514
|
+
"common",
|
|
10515
|
+
"touchbar",
|
|
10516
|
+
"background",
|
|
10517
|
+
"red",
|
|
10518
|
+
"pressed"
|
|
10519
|
+
]
|
|
10520
|
+
}
|
|
10521
|
+
},
|
|
10522
|
+
"transparent": {
|
|
10523
|
+
"type": "color",
|
|
10524
|
+
"value": "#ffffff",
|
|
10525
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10526
|
+
"isSource": true,
|
|
10527
|
+
"original": {
|
|
10528
|
+
"type": "color",
|
|
10529
|
+
"value": "{color.highcontrast.white.WindowColor}"
|
|
10530
|
+
},
|
|
10531
|
+
"name": "mds-color-theme-common-touchbar-background-transparent",
|
|
10532
|
+
"attributes": {
|
|
10533
|
+
"category": "color",
|
|
10534
|
+
"type": "theme",
|
|
10535
|
+
"item": "common",
|
|
10536
|
+
"subitem": "touchbar",
|
|
10537
|
+
"state": "background"
|
|
10538
|
+
},
|
|
10539
|
+
"path": [
|
|
10540
|
+
"color",
|
|
10541
|
+
"theme",
|
|
10542
|
+
"common",
|
|
10543
|
+
"touchbar",
|
|
10544
|
+
"background",
|
|
10545
|
+
"transparent"
|
|
10546
|
+
]
|
|
10547
|
+
}
|
|
10548
|
+
},
|
|
10549
|
+
"icon": {
|
|
10550
|
+
"attention": {
|
|
10551
|
+
"parent": "theme/stable/light",
|
|
10552
|
+
"type": "color",
|
|
10553
|
+
"value": "#ffffff",
|
|
10554
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10555
|
+
"isSource": true,
|
|
10556
|
+
"original": {
|
|
10557
|
+
"parent": "theme/stable/light",
|
|
10558
|
+
"type": "color",
|
|
10559
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10560
|
+
},
|
|
10561
|
+
"name": "mds-color-theme-common-touchbar-icon-attention",
|
|
10562
|
+
"attributes": {
|
|
10563
|
+
"category": "color",
|
|
10564
|
+
"type": "theme",
|
|
10565
|
+
"item": "common",
|
|
10566
|
+
"subitem": "touchbar",
|
|
10567
|
+
"state": "icon"
|
|
10568
|
+
},
|
|
10569
|
+
"path": [
|
|
10570
|
+
"color",
|
|
10571
|
+
"theme",
|
|
10572
|
+
"common",
|
|
10573
|
+
"touchbar",
|
|
10574
|
+
"icon",
|
|
10575
|
+
"attention"
|
|
10576
|
+
]
|
|
10577
|
+
},
|
|
10578
|
+
"stable": {
|
|
10579
|
+
"parent": "theme/stable/light",
|
|
10580
|
+
"type": "color",
|
|
10581
|
+
"value": "#ffffff",
|
|
10582
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10583
|
+
"isSource": true,
|
|
10584
|
+
"original": {
|
|
10585
|
+
"parent": "theme/stable/light",
|
|
10586
|
+
"type": "color",
|
|
10587
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10588
|
+
},
|
|
10589
|
+
"name": "mds-color-theme-common-touchbar-icon-stable",
|
|
10590
|
+
"attributes": {
|
|
10591
|
+
"category": "color",
|
|
10592
|
+
"type": "theme",
|
|
10593
|
+
"item": "common",
|
|
10594
|
+
"subitem": "touchbar",
|
|
10595
|
+
"state": "icon"
|
|
10596
|
+
},
|
|
10597
|
+
"path": [
|
|
10598
|
+
"color",
|
|
10599
|
+
"theme",
|
|
10600
|
+
"common",
|
|
10601
|
+
"touchbar",
|
|
10602
|
+
"icon",
|
|
10603
|
+
"stable"
|
|
10604
|
+
]
|
|
10605
|
+
},
|
|
10606
|
+
"secure": {
|
|
10607
|
+
"parent": "theme/stable/light",
|
|
10608
|
+
"type": "color",
|
|
10609
|
+
"value": "#ffffff",
|
|
10610
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
10611
|
+
"isSource": true,
|
|
10612
|
+
"original": {
|
|
10613
|
+
"parent": "theme/stable/light",
|
|
10614
|
+
"type": "color",
|
|
10615
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}"
|
|
10616
|
+
},
|
|
10617
|
+
"name": "mds-color-theme-common-touchbar-icon-secure",
|
|
10618
|
+
"attributes": {
|
|
10619
|
+
"category": "color",
|
|
10620
|
+
"type": "theme",
|
|
10621
|
+
"item": "common",
|
|
10622
|
+
"subitem": "touchbar",
|
|
10623
|
+
"state": "icon"
|
|
10624
|
+
},
|
|
10625
|
+
"path": [
|
|
10626
|
+
"color",
|
|
10627
|
+
"theme",
|
|
10628
|
+
"common",
|
|
10629
|
+
"touchbar",
|
|
10630
|
+
"icon",
|
|
10631
|
+
"secure"
|
|
10632
|
+
]
|
|
10633
|
+
}
|
|
10634
|
+
}
|
|
9935
10635
|
}
|
|
9936
10636
|
}
|
|
9937
10637
|
}
|