@momentum-design/tokens 0.0.58 → 0.0.60
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 +41 -2
- package/dist/css/theme/webex/hc-light-stable.css +87 -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 +41 -2
- package/dist/ios/theme/webex/hc-light-stable.swift +87 -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 +1309 -128
- package/dist/json/theme/webex/hc-light-stable.json +1329 -226
- package/dist/json/theme/webex/light-stable.json +515 -50
- package/dist/json-minimal/theme/webex/dark-stable.json +37 -3
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +95 -2
- package/dist/json-minimal/theme/webex/hc-light-stable.json +141 -48
- 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 +41 -2
- package/dist/resources/theme/webex/hc-light-stable.xml +87 -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 +42 -3
- package/dist/scss/theme/webex/hc-light-stable.scss +87 -48
- package/dist/scss/theme/webex/light-stable.scss +27 -11
- package/package.json +1 -1
|
@@ -4449,6 +4449,188 @@
|
|
|
4449
4449
|
"normal"
|
|
4450
4450
|
]
|
|
4451
4451
|
}
|
|
4452
|
+
},
|
|
4453
|
+
"reaction": {
|
|
4454
|
+
"normal": {
|
|
4455
|
+
"0": {
|
|
4456
|
+
"type": "color",
|
|
4457
|
+
"value": "#000000",
|
|
4458
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4459
|
+
"isSource": true,
|
|
4460
|
+
"original": {
|
|
4461
|
+
"type": "color",
|
|
4462
|
+
"value": "{color.highcontrast.black.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": "#000000",
|
|
4484
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4485
|
+
"isSource": true,
|
|
4486
|
+
"original": {
|
|
4487
|
+
"type": "color",
|
|
4488
|
+
"value": "{color.highcontrast.black.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
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
"gradient": {
|
|
4510
|
+
"secondary": {
|
|
4511
|
+
"normal": {
|
|
4512
|
+
"0": {
|
|
4513
|
+
"parent": "theme/stable/light",
|
|
4514
|
+
"type": "color",
|
|
4515
|
+
"value": "#000000",
|
|
4516
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4517
|
+
"isSource": true,
|
|
4518
|
+
"original": {
|
|
4519
|
+
"parent": "theme/stable/light",
|
|
4520
|
+
"type": "color",
|
|
4521
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
4522
|
+
},
|
|
4523
|
+
"name": "mds-color-theme-background-gradient-secondary-normal-0",
|
|
4524
|
+
"attributes": {
|
|
4525
|
+
"category": "color",
|
|
4526
|
+
"type": "theme",
|
|
4527
|
+
"item": "background",
|
|
4528
|
+
"subitem": "gradient",
|
|
4529
|
+
"state": "secondary"
|
|
4530
|
+
},
|
|
4531
|
+
"path": [
|
|
4532
|
+
"color",
|
|
4533
|
+
"theme",
|
|
4534
|
+
"background",
|
|
4535
|
+
"gradient",
|
|
4536
|
+
"secondary",
|
|
4537
|
+
"normal",
|
|
4538
|
+
"0"
|
|
4539
|
+
]
|
|
4540
|
+
},
|
|
4541
|
+
"1": {
|
|
4542
|
+
"parent": "theme/stable/light",
|
|
4543
|
+
"type": "color",
|
|
4544
|
+
"value": "#000000",
|
|
4545
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4546
|
+
"isSource": true,
|
|
4547
|
+
"original": {
|
|
4548
|
+
"parent": "theme/stable/light",
|
|
4549
|
+
"type": "color",
|
|
4550
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
4551
|
+
},
|
|
4552
|
+
"name": "mds-color-theme-background-gradient-secondary-normal-1",
|
|
4553
|
+
"attributes": {
|
|
4554
|
+
"category": "color",
|
|
4555
|
+
"type": "theme",
|
|
4556
|
+
"item": "background",
|
|
4557
|
+
"subitem": "gradient",
|
|
4558
|
+
"state": "secondary"
|
|
4559
|
+
},
|
|
4560
|
+
"path": [
|
|
4561
|
+
"color",
|
|
4562
|
+
"theme",
|
|
4563
|
+
"background",
|
|
4564
|
+
"gradient",
|
|
4565
|
+
"secondary",
|
|
4566
|
+
"normal",
|
|
4567
|
+
"1"
|
|
4568
|
+
]
|
|
4569
|
+
}
|
|
4570
|
+
}
|
|
4571
|
+
},
|
|
4572
|
+
"primary": {
|
|
4573
|
+
"normal": {
|
|
4574
|
+
"0": {
|
|
4575
|
+
"parent": "theme/stable/light",
|
|
4576
|
+
"type": "color",
|
|
4577
|
+
"value": "#000000",
|
|
4578
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4579
|
+
"isSource": true,
|
|
4580
|
+
"original": {
|
|
4581
|
+
"parent": "theme/stable/light",
|
|
4582
|
+
"type": "color",
|
|
4583
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
4584
|
+
},
|
|
4585
|
+
"name": "mds-color-theme-background-gradient-primary-normal-0",
|
|
4586
|
+
"attributes": {
|
|
4587
|
+
"category": "color",
|
|
4588
|
+
"type": "theme",
|
|
4589
|
+
"item": "background",
|
|
4590
|
+
"subitem": "gradient",
|
|
4591
|
+
"state": "primary"
|
|
4592
|
+
},
|
|
4593
|
+
"path": [
|
|
4594
|
+
"color",
|
|
4595
|
+
"theme",
|
|
4596
|
+
"background",
|
|
4597
|
+
"gradient",
|
|
4598
|
+
"primary",
|
|
4599
|
+
"normal",
|
|
4600
|
+
"0"
|
|
4601
|
+
]
|
|
4602
|
+
},
|
|
4603
|
+
"1": {
|
|
4604
|
+
"parent": "theme/stable/light",
|
|
4605
|
+
"type": "color",
|
|
4606
|
+
"value": "#000000",
|
|
4607
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4608
|
+
"isSource": true,
|
|
4609
|
+
"original": {
|
|
4610
|
+
"parent": "theme/stable/light",
|
|
4611
|
+
"type": "color",
|
|
4612
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
4613
|
+
},
|
|
4614
|
+
"name": "mds-color-theme-background-gradient-primary-normal-1",
|
|
4615
|
+
"attributes": {
|
|
4616
|
+
"category": "color",
|
|
4617
|
+
"type": "theme",
|
|
4618
|
+
"item": "background",
|
|
4619
|
+
"subitem": "gradient",
|
|
4620
|
+
"state": "primary"
|
|
4621
|
+
},
|
|
4622
|
+
"path": [
|
|
4623
|
+
"color",
|
|
4624
|
+
"theme",
|
|
4625
|
+
"background",
|
|
4626
|
+
"gradient",
|
|
4627
|
+
"primary",
|
|
4628
|
+
"normal",
|
|
4629
|
+
"1"
|
|
4630
|
+
]
|
|
4631
|
+
}
|
|
4632
|
+
}
|
|
4633
|
+
}
|
|
4452
4634
|
}
|
|
4453
4635
|
},
|
|
4454
4636
|
"button": {
|
|
@@ -5078,6 +5260,31 @@
|
|
|
5078
5260
|
"primary",
|
|
5079
5261
|
"normal"
|
|
5080
5262
|
]
|
|
5263
|
+
},
|
|
5264
|
+
"disabled": {
|
|
5265
|
+
"type": "color",
|
|
5266
|
+
"value": "#3ff23f",
|
|
5267
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
5268
|
+
"isSource": true,
|
|
5269
|
+
"original": {
|
|
5270
|
+
"type": "color",
|
|
5271
|
+
"value": "{color.highcontrast.black.GrayTextColor}"
|
|
5272
|
+
},
|
|
5273
|
+
"name": "mds-color-theme-outline-primary-disabled",
|
|
5274
|
+
"attributes": {
|
|
5275
|
+
"category": "color",
|
|
5276
|
+
"type": "theme",
|
|
5277
|
+
"item": "outline",
|
|
5278
|
+
"subitem": "primary",
|
|
5279
|
+
"state": "disabled"
|
|
5280
|
+
},
|
|
5281
|
+
"path": [
|
|
5282
|
+
"color",
|
|
5283
|
+
"theme",
|
|
5284
|
+
"outline",
|
|
5285
|
+
"primary",
|
|
5286
|
+
"disabled"
|
|
5287
|
+
]
|
|
5081
5288
|
}
|
|
5082
5289
|
},
|
|
5083
5290
|
"theme": {
|
|
@@ -5299,15 +5506,13 @@
|
|
|
5299
5506
|
"normal": {
|
|
5300
5507
|
"parent": "theme/stable/highcontrast/hc_dark",
|
|
5301
5508
|
"type": "color",
|
|
5302
|
-
"value": "#
|
|
5303
|
-
"description": "",
|
|
5509
|
+
"value": "#3ff23f",
|
|
5304
5510
|
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
5305
5511
|
"isSource": true,
|
|
5306
5512
|
"original": {
|
|
5307
5513
|
"parent": "theme/stable/highcontrast/hc_dark",
|
|
5308
5514
|
"type": "color",
|
|
5309
|
-
"value": "{color.highcontrast.black.
|
|
5310
|
-
"description": ""
|
|
5515
|
+
"value": "{color.highcontrast.black.GrayTextColor}"
|
|
5311
5516
|
},
|
|
5312
5517
|
"name": "mds-color-theme-outline-disabled-normal",
|
|
5313
5518
|
"attributes": {
|
|
@@ -8672,102 +8877,253 @@
|
|
|
8672
8877
|
"normal"
|
|
8673
8878
|
]
|
|
8674
8879
|
}
|
|
8675
|
-
}
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
"primary": {
|
|
8680
|
-
"normal": {
|
|
8681
|
-
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8682
|
-
"type": "color",
|
|
8683
|
-
"value": "#000000",
|
|
8684
|
-
"description": "",
|
|
8685
|
-
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8686
|
-
"isSource": true,
|
|
8687
|
-
"original": {
|
|
8688
|
-
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8689
|
-
"type": "color",
|
|
8690
|
-
"value": "{color.highcontrast.black.WindowColor}",
|
|
8691
|
-
"description": ""
|
|
8692
|
-
},
|
|
8693
|
-
"name": "mds-color-theme-common-overlays-primary-normal",
|
|
8694
|
-
"attributes": {
|
|
8695
|
-
"category": "color",
|
|
8696
|
-
"type": "theme",
|
|
8697
|
-
"item": "common",
|
|
8698
|
-
"subitem": "overlays",
|
|
8699
|
-
"state": "primary"
|
|
8700
|
-
},
|
|
8701
|
-
"path": [
|
|
8702
|
-
"color",
|
|
8703
|
-
"theme",
|
|
8704
|
-
"common",
|
|
8705
|
-
"overlays",
|
|
8706
|
-
"primary",
|
|
8707
|
-
"normal"
|
|
8708
|
-
]
|
|
8709
|
-
}
|
|
8710
|
-
},
|
|
8711
|
-
"secondary": {
|
|
8712
|
-
"normal": {
|
|
8713
|
-
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8714
|
-
"type": "color",
|
|
8715
|
-
"value": "#000000",
|
|
8716
|
-
"description": "",
|
|
8717
|
-
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8718
|
-
"isSource": true,
|
|
8719
|
-
"original": {
|
|
8720
|
-
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8721
|
-
"type": "color",
|
|
8722
|
-
"value": "{color.highcontrast.black.WindowColor}",
|
|
8723
|
-
"description": ""
|
|
8724
|
-
},
|
|
8725
|
-
"name": "mds-color-theme-common-overlays-secondary-normal",
|
|
8726
|
-
"attributes": {
|
|
8727
|
-
"category": "color",
|
|
8728
|
-
"type": "theme",
|
|
8729
|
-
"item": "common",
|
|
8730
|
-
"subitem": "overlays",
|
|
8731
|
-
"state": "secondary"
|
|
8732
|
-
},
|
|
8733
|
-
"path": [
|
|
8734
|
-
"color",
|
|
8735
|
-
"theme",
|
|
8736
|
-
"common",
|
|
8737
|
-
"overlays",
|
|
8738
|
-
"secondary",
|
|
8739
|
-
"normal"
|
|
8740
|
-
]
|
|
8741
|
-
}
|
|
8742
|
-
},
|
|
8743
|
-
"meeting": {
|
|
8744
|
-
"normal": {
|
|
8745
|
-
"0": {
|
|
8746
|
-
"parent": "theme/stable/highcontrast/hc_dark",
|
|
8880
|
+
},
|
|
8881
|
+
"secondary": {
|
|
8882
|
+
"normal": {
|
|
8883
|
+
"parent": "theme/stable/light",
|
|
8747
8884
|
"type": "color",
|
|
8748
|
-
"value": "#
|
|
8749
|
-
"description": "",
|
|
8885
|
+
"value": "#ffffff",
|
|
8750
8886
|
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8751
8887
|
"isSource": true,
|
|
8752
8888
|
"original": {
|
|
8753
|
-
"parent": "theme/stable/
|
|
8889
|
+
"parent": "theme/stable/light",
|
|
8754
8890
|
"type": "color",
|
|
8755
|
-
"value": "{color.highcontrast.black.
|
|
8756
|
-
"description": ""
|
|
8891
|
+
"value": "{color.highcontrast.black.WindowTextColor}"
|
|
8757
8892
|
},
|
|
8758
|
-
"name": "mds-color-theme-common-
|
|
8893
|
+
"name": "mds-color-theme-common-inverted-text-secondary-normal",
|
|
8759
8894
|
"attributes": {
|
|
8760
8895
|
"category": "color",
|
|
8761
8896
|
"type": "theme",
|
|
8762
8897
|
"item": "common",
|
|
8763
|
-
"subitem": "
|
|
8764
|
-
"state": "
|
|
8898
|
+
"subitem": "inverted",
|
|
8899
|
+
"state": "text"
|
|
8765
8900
|
},
|
|
8766
8901
|
"path": [
|
|
8767
8902
|
"color",
|
|
8768
8903
|
"theme",
|
|
8769
8904
|
"common",
|
|
8770
|
-
"
|
|
8905
|
+
"inverted",
|
|
8906
|
+
"text",
|
|
8907
|
+
"secondary",
|
|
8908
|
+
"normal"
|
|
8909
|
+
]
|
|
8910
|
+
}
|
|
8911
|
+
}
|
|
8912
|
+
},
|
|
8913
|
+
"button": {
|
|
8914
|
+
"secondary": {
|
|
8915
|
+
"normal": {
|
|
8916
|
+
"parent": "theme/stable/light",
|
|
8917
|
+
"type": "color",
|
|
8918
|
+
"value": "#000000",
|
|
8919
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8920
|
+
"isSource": true,
|
|
8921
|
+
"original": {
|
|
8922
|
+
"parent": "theme/stable/light",
|
|
8923
|
+
"type": "color",
|
|
8924
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
8925
|
+
},
|
|
8926
|
+
"name": "mds-color-theme-common-inverted-button-secondary-normal",
|
|
8927
|
+
"attributes": {
|
|
8928
|
+
"category": "color",
|
|
8929
|
+
"type": "theme",
|
|
8930
|
+
"item": "common",
|
|
8931
|
+
"subitem": "inverted",
|
|
8932
|
+
"state": "button"
|
|
8933
|
+
},
|
|
8934
|
+
"path": [
|
|
8935
|
+
"color",
|
|
8936
|
+
"theme",
|
|
8937
|
+
"common",
|
|
8938
|
+
"inverted",
|
|
8939
|
+
"button",
|
|
8940
|
+
"secondary",
|
|
8941
|
+
"normal"
|
|
8942
|
+
]
|
|
8943
|
+
},
|
|
8944
|
+
"hover": {
|
|
8945
|
+
"parent": "theme/stable/light",
|
|
8946
|
+
"type": "color",
|
|
8947
|
+
"value": "#1aebff",
|
|
8948
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8949
|
+
"isSource": true,
|
|
8950
|
+
"original": {
|
|
8951
|
+
"parent": "theme/stable/light",
|
|
8952
|
+
"type": "color",
|
|
8953
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
8954
|
+
},
|
|
8955
|
+
"name": "mds-color-theme-common-inverted-button-secondary-hover",
|
|
8956
|
+
"attributes": {
|
|
8957
|
+
"category": "color",
|
|
8958
|
+
"type": "theme",
|
|
8959
|
+
"item": "common",
|
|
8960
|
+
"subitem": "inverted",
|
|
8961
|
+
"state": "button"
|
|
8962
|
+
},
|
|
8963
|
+
"path": [
|
|
8964
|
+
"color",
|
|
8965
|
+
"theme",
|
|
8966
|
+
"common",
|
|
8967
|
+
"inverted",
|
|
8968
|
+
"button",
|
|
8969
|
+
"secondary",
|
|
8970
|
+
"hover"
|
|
8971
|
+
]
|
|
8972
|
+
},
|
|
8973
|
+
"pressed": {
|
|
8974
|
+
"parent": "theme/stable/light",
|
|
8975
|
+
"type": "color",
|
|
8976
|
+
"value": "#1aebff",
|
|
8977
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8978
|
+
"isSource": true,
|
|
8979
|
+
"original": {
|
|
8980
|
+
"parent": "theme/stable/light",
|
|
8981
|
+
"type": "color",
|
|
8982
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
8983
|
+
},
|
|
8984
|
+
"name": "mds-color-theme-common-inverted-button-secondary-pressed",
|
|
8985
|
+
"attributes": {
|
|
8986
|
+
"category": "color",
|
|
8987
|
+
"type": "theme",
|
|
8988
|
+
"item": "common",
|
|
8989
|
+
"subitem": "inverted",
|
|
8990
|
+
"state": "button"
|
|
8991
|
+
},
|
|
8992
|
+
"path": [
|
|
8993
|
+
"color",
|
|
8994
|
+
"theme",
|
|
8995
|
+
"common",
|
|
8996
|
+
"inverted",
|
|
8997
|
+
"button",
|
|
8998
|
+
"secondary",
|
|
8999
|
+
"pressed"
|
|
9000
|
+
]
|
|
9001
|
+
},
|
|
9002
|
+
"disabled": {
|
|
9003
|
+
"parent": "theme/stable/light",
|
|
9004
|
+
"type": "color",
|
|
9005
|
+
"value": "#000000",
|
|
9006
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9007
|
+
"isSource": true,
|
|
9008
|
+
"original": {
|
|
9009
|
+
"parent": "theme/stable/light",
|
|
9010
|
+
"type": "color",
|
|
9011
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
9012
|
+
},
|
|
9013
|
+
"name": "mds-color-theme-common-inverted-button-secondary-disabled",
|
|
9014
|
+
"attributes": {
|
|
9015
|
+
"category": "color",
|
|
9016
|
+
"type": "theme",
|
|
9017
|
+
"item": "common",
|
|
9018
|
+
"subitem": "inverted",
|
|
9019
|
+
"state": "button"
|
|
9020
|
+
},
|
|
9021
|
+
"path": [
|
|
9022
|
+
"color",
|
|
9023
|
+
"theme",
|
|
9024
|
+
"common",
|
|
9025
|
+
"inverted",
|
|
9026
|
+
"button",
|
|
9027
|
+
"secondary",
|
|
9028
|
+
"disabled"
|
|
9029
|
+
]
|
|
9030
|
+
}
|
|
9031
|
+
}
|
|
9032
|
+
}
|
|
9033
|
+
},
|
|
9034
|
+
"overlays": {
|
|
9035
|
+
"primary": {
|
|
9036
|
+
"normal": {
|
|
9037
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9038
|
+
"type": "color",
|
|
9039
|
+
"value": "#000000",
|
|
9040
|
+
"description": "",
|
|
9041
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9042
|
+
"isSource": true,
|
|
9043
|
+
"original": {
|
|
9044
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9045
|
+
"type": "color",
|
|
9046
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
9047
|
+
"description": ""
|
|
9048
|
+
},
|
|
9049
|
+
"name": "mds-color-theme-common-overlays-primary-normal",
|
|
9050
|
+
"attributes": {
|
|
9051
|
+
"category": "color",
|
|
9052
|
+
"type": "theme",
|
|
9053
|
+
"item": "common",
|
|
9054
|
+
"subitem": "overlays",
|
|
9055
|
+
"state": "primary"
|
|
9056
|
+
},
|
|
9057
|
+
"path": [
|
|
9058
|
+
"color",
|
|
9059
|
+
"theme",
|
|
9060
|
+
"common",
|
|
9061
|
+
"overlays",
|
|
9062
|
+
"primary",
|
|
9063
|
+
"normal"
|
|
9064
|
+
]
|
|
9065
|
+
}
|
|
9066
|
+
},
|
|
9067
|
+
"secondary": {
|
|
9068
|
+
"normal": {
|
|
9069
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9070
|
+
"type": "color",
|
|
9071
|
+
"value": "#000000",
|
|
9072
|
+
"description": "",
|
|
9073
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9074
|
+
"isSource": true,
|
|
9075
|
+
"original": {
|
|
9076
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9077
|
+
"type": "color",
|
|
9078
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
9079
|
+
"description": ""
|
|
9080
|
+
},
|
|
9081
|
+
"name": "mds-color-theme-common-overlays-secondary-normal",
|
|
9082
|
+
"attributes": {
|
|
9083
|
+
"category": "color",
|
|
9084
|
+
"type": "theme",
|
|
9085
|
+
"item": "common",
|
|
9086
|
+
"subitem": "overlays",
|
|
9087
|
+
"state": "secondary"
|
|
9088
|
+
},
|
|
9089
|
+
"path": [
|
|
9090
|
+
"color",
|
|
9091
|
+
"theme",
|
|
9092
|
+
"common",
|
|
9093
|
+
"overlays",
|
|
9094
|
+
"secondary",
|
|
9095
|
+
"normal"
|
|
9096
|
+
]
|
|
9097
|
+
}
|
|
9098
|
+
},
|
|
9099
|
+
"meeting": {
|
|
9100
|
+
"normal": {
|
|
9101
|
+
"0": {
|
|
9102
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9103
|
+
"type": "color",
|
|
9104
|
+
"value": "#000000",
|
|
9105
|
+
"description": "",
|
|
9106
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9107
|
+
"isSource": true,
|
|
9108
|
+
"original": {
|
|
9109
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9110
|
+
"type": "color",
|
|
9111
|
+
"value": "{color.highcontrast.black.WindowColor}",
|
|
9112
|
+
"description": ""
|
|
9113
|
+
},
|
|
9114
|
+
"name": "mds-color-theme-common-overlays-meeting-normal-0",
|
|
9115
|
+
"attributes": {
|
|
9116
|
+
"category": "color",
|
|
9117
|
+
"type": "theme",
|
|
9118
|
+
"item": "common",
|
|
9119
|
+
"subitem": "overlays",
|
|
9120
|
+
"state": "meeting"
|
|
9121
|
+
},
|
|
9122
|
+
"path": [
|
|
9123
|
+
"color",
|
|
9124
|
+
"theme",
|
|
9125
|
+
"common",
|
|
9126
|
+
"overlays",
|
|
8771
9127
|
"meeting",
|
|
8772
9128
|
"normal",
|
|
8773
9129
|
"0"
|
|
@@ -9372,6 +9728,107 @@
|
|
|
9372
9728
|
]
|
|
9373
9729
|
}
|
|
9374
9730
|
}
|
|
9731
|
+
},
|
|
9732
|
+
"join": {
|
|
9733
|
+
"animated": {
|
|
9734
|
+
"gradient": {
|
|
9735
|
+
"normal": {
|
|
9736
|
+
"0": {
|
|
9737
|
+
"parent": "theme/stable/light",
|
|
9738
|
+
"type": "color",
|
|
9739
|
+
"value": "#1aebff",
|
|
9740
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9741
|
+
"isSource": true,
|
|
9742
|
+
"original": {
|
|
9743
|
+
"parent": "theme/stable/light",
|
|
9744
|
+
"type": "color",
|
|
9745
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
9746
|
+
},
|
|
9747
|
+
"name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
|
|
9748
|
+
"attributes": {
|
|
9749
|
+
"category": "color",
|
|
9750
|
+
"type": "theme",
|
|
9751
|
+
"item": "common",
|
|
9752
|
+
"subitem": "button",
|
|
9753
|
+
"state": "join"
|
|
9754
|
+
},
|
|
9755
|
+
"path": [
|
|
9756
|
+
"color",
|
|
9757
|
+
"theme",
|
|
9758
|
+
"common",
|
|
9759
|
+
"button",
|
|
9760
|
+
"join",
|
|
9761
|
+
"animated",
|
|
9762
|
+
"gradient",
|
|
9763
|
+
"normal",
|
|
9764
|
+
"0"
|
|
9765
|
+
]
|
|
9766
|
+
},
|
|
9767
|
+
"1": {
|
|
9768
|
+
"parent": "theme/stable/light",
|
|
9769
|
+
"type": "color",
|
|
9770
|
+
"value": "#1aebff",
|
|
9771
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9772
|
+
"isSource": true,
|
|
9773
|
+
"original": {
|
|
9774
|
+
"parent": "theme/stable/light",
|
|
9775
|
+
"type": "color",
|
|
9776
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
9777
|
+
},
|
|
9778
|
+
"name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
|
|
9779
|
+
"attributes": {
|
|
9780
|
+
"category": "color",
|
|
9781
|
+
"type": "theme",
|
|
9782
|
+
"item": "common",
|
|
9783
|
+
"subitem": "button",
|
|
9784
|
+
"state": "join"
|
|
9785
|
+
},
|
|
9786
|
+
"path": [
|
|
9787
|
+
"color",
|
|
9788
|
+
"theme",
|
|
9789
|
+
"common",
|
|
9790
|
+
"button",
|
|
9791
|
+
"join",
|
|
9792
|
+
"animated",
|
|
9793
|
+
"gradient",
|
|
9794
|
+
"normal",
|
|
9795
|
+
"1"
|
|
9796
|
+
]
|
|
9797
|
+
},
|
|
9798
|
+
"2": {
|
|
9799
|
+
"parent": "theme/stable/light",
|
|
9800
|
+
"type": "color",
|
|
9801
|
+
"value": "#1aebff",
|
|
9802
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9803
|
+
"isSource": true,
|
|
9804
|
+
"original": {
|
|
9805
|
+
"parent": "theme/stable/light",
|
|
9806
|
+
"type": "color",
|
|
9807
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
9808
|
+
},
|
|
9809
|
+
"name": "mds-color-theme-common-button-join-animated-gradient-normal-2",
|
|
9810
|
+
"attributes": {
|
|
9811
|
+
"category": "color",
|
|
9812
|
+
"type": "theme",
|
|
9813
|
+
"item": "common",
|
|
9814
|
+
"subitem": "button",
|
|
9815
|
+
"state": "join"
|
|
9816
|
+
},
|
|
9817
|
+
"path": [
|
|
9818
|
+
"color",
|
|
9819
|
+
"theme",
|
|
9820
|
+
"common",
|
|
9821
|
+
"button",
|
|
9822
|
+
"join",
|
|
9823
|
+
"animated",
|
|
9824
|
+
"gradient",
|
|
9825
|
+
"normal",
|
|
9826
|
+
"2"
|
|
9827
|
+
]
|
|
9828
|
+
}
|
|
9829
|
+
}
|
|
9830
|
+
}
|
|
9831
|
+
}
|
|
9375
9832
|
}
|
|
9376
9833
|
},
|
|
9377
9834
|
"outline": {
|
|
@@ -9500,51 +9957,125 @@
|
|
|
9500
9957
|
"normal"
|
|
9501
9958
|
]
|
|
9502
9959
|
}
|
|
9503
|
-
}
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9508
|
-
|
|
9509
|
-
|
|
9510
|
-
"type": "color",
|
|
9511
|
-
"value": "#ffffff",
|
|
9512
|
-
"description": "",
|
|
9513
|
-
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9514
|
-
"isSource": true,
|
|
9515
|
-
"original": {
|
|
9516
|
-
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9517
|
-
"type": "color",
|
|
9518
|
-
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
9519
|
-
"description": ""
|
|
9520
|
-
},
|
|
9521
|
-
"name": "mds-color-theme-common-control-share-content-selected",
|
|
9522
|
-
"attributes": {
|
|
9523
|
-
"category": "color",
|
|
9524
|
-
"type": "theme",
|
|
9525
|
-
"item": "common",
|
|
9526
|
-
"subitem": "control",
|
|
9527
|
-
"state": "share"
|
|
9528
|
-
},
|
|
9529
|
-
"path": [
|
|
9530
|
-
"color",
|
|
9531
|
-
"theme",
|
|
9532
|
-
"common",
|
|
9533
|
-
"control",
|
|
9534
|
-
"share",
|
|
9535
|
-
"content",
|
|
9536
|
-
"selected"
|
|
9537
|
-
]
|
|
9960
|
+
},
|
|
9961
|
+
"secondary": {
|
|
9962
|
+
"primary": {
|
|
9963
|
+
"$extensions": {
|
|
9964
|
+
"studio.tokens": {
|
|
9965
|
+
"modify": {}
|
|
9966
|
+
}
|
|
9538
9967
|
},
|
|
9539
|
-
"
|
|
9540
|
-
|
|
9968
|
+
"type": "color",
|
|
9969
|
+
"value": "#ffffff",
|
|
9970
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9971
|
+
"isSource": true,
|
|
9972
|
+
"original": {
|
|
9973
|
+
"$extensions": {
|
|
9974
|
+
"studio.tokens": {
|
|
9975
|
+
"modify": {}
|
|
9976
|
+
}
|
|
9977
|
+
},
|
|
9541
9978
|
"type": "color",
|
|
9542
|
-
"value": "
|
|
9543
|
-
|
|
9544
|
-
|
|
9545
|
-
|
|
9546
|
-
"
|
|
9547
|
-
|
|
9979
|
+
"value": "{color.highcontrast.black.WindowTextColor}"
|
|
9980
|
+
},
|
|
9981
|
+
"name": "mds-color-theme-common-outline-secondary-primary",
|
|
9982
|
+
"attributes": {
|
|
9983
|
+
"category": "color",
|
|
9984
|
+
"type": "theme",
|
|
9985
|
+
"item": "common",
|
|
9986
|
+
"subitem": "outline",
|
|
9987
|
+
"state": "secondary"
|
|
9988
|
+
},
|
|
9989
|
+
"path": [
|
|
9990
|
+
"color",
|
|
9991
|
+
"theme",
|
|
9992
|
+
"common",
|
|
9993
|
+
"outline",
|
|
9994
|
+
"secondary",
|
|
9995
|
+
"primary"
|
|
9996
|
+
]
|
|
9997
|
+
},
|
|
9998
|
+
"disabled": {
|
|
9999
|
+
"$extensions": {
|
|
10000
|
+
"studio.tokens": {
|
|
10001
|
+
"modify": {}
|
|
10002
|
+
}
|
|
10003
|
+
},
|
|
10004
|
+
"type": "color",
|
|
10005
|
+
"value": "#3ff23f",
|
|
10006
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10007
|
+
"isSource": true,
|
|
10008
|
+
"original": {
|
|
10009
|
+
"$extensions": {
|
|
10010
|
+
"studio.tokens": {
|
|
10011
|
+
"modify": {}
|
|
10012
|
+
}
|
|
10013
|
+
},
|
|
10014
|
+
"type": "color",
|
|
10015
|
+
"value": "{color.highcontrast.black.GrayTextColor}"
|
|
10016
|
+
},
|
|
10017
|
+
"name": "mds-color-theme-common-outline-secondary-disabled",
|
|
10018
|
+
"attributes": {
|
|
10019
|
+
"category": "color",
|
|
10020
|
+
"type": "theme",
|
|
10021
|
+
"item": "common",
|
|
10022
|
+
"subitem": "outline",
|
|
10023
|
+
"state": "secondary"
|
|
10024
|
+
},
|
|
10025
|
+
"path": [
|
|
10026
|
+
"color",
|
|
10027
|
+
"theme",
|
|
10028
|
+
"common",
|
|
10029
|
+
"outline",
|
|
10030
|
+
"secondary",
|
|
10031
|
+
"disabled"
|
|
10032
|
+
]
|
|
10033
|
+
}
|
|
10034
|
+
}
|
|
10035
|
+
},
|
|
10036
|
+
"control": {
|
|
10037
|
+
"share": {
|
|
10038
|
+
"content": {
|
|
10039
|
+
"selected": {
|
|
10040
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
10041
|
+
"type": "color",
|
|
10042
|
+
"value": "#ffffff",
|
|
10043
|
+
"description": "",
|
|
10044
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10045
|
+
"isSource": true,
|
|
10046
|
+
"original": {
|
|
10047
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
10048
|
+
"type": "color",
|
|
10049
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
10050
|
+
"description": ""
|
|
10051
|
+
},
|
|
10052
|
+
"name": "mds-color-theme-common-control-share-content-selected",
|
|
10053
|
+
"attributes": {
|
|
10054
|
+
"category": "color",
|
|
10055
|
+
"type": "theme",
|
|
10056
|
+
"item": "common",
|
|
10057
|
+
"subitem": "control",
|
|
10058
|
+
"state": "share"
|
|
10059
|
+
},
|
|
10060
|
+
"path": [
|
|
10061
|
+
"color",
|
|
10062
|
+
"theme",
|
|
10063
|
+
"common",
|
|
10064
|
+
"control",
|
|
10065
|
+
"share",
|
|
10066
|
+
"content",
|
|
10067
|
+
"selected"
|
|
10068
|
+
]
|
|
10069
|
+
},
|
|
10070
|
+
"active": {
|
|
10071
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
10072
|
+
"type": "color",
|
|
10073
|
+
"value": "#ffffff",
|
|
10074
|
+
"description": "",
|
|
10075
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10076
|
+
"isSource": true,
|
|
10077
|
+
"original": {
|
|
10078
|
+
"parent": "theme/stable/highcontrast/hc_dark",
|
|
9548
10079
|
"type": "color",
|
|
9549
10080
|
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
9550
10081
|
"description": ""
|
|
@@ -9668,6 +10199,60 @@
|
|
|
9668
10199
|
]
|
|
9669
10200
|
}
|
|
9670
10201
|
}
|
|
10202
|
+
},
|
|
10203
|
+
"solid": {
|
|
10204
|
+
"dark": {
|
|
10205
|
+
"type": "color",
|
|
10206
|
+
"value": "#000000",
|
|
10207
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10208
|
+
"isSource": true,
|
|
10209
|
+
"original": {
|
|
10210
|
+
"type": "color",
|
|
10211
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
10212
|
+
},
|
|
10213
|
+
"name": "mds-color-theme-common-background-solid-dark",
|
|
10214
|
+
"attributes": {
|
|
10215
|
+
"category": "color",
|
|
10216
|
+
"type": "theme",
|
|
10217
|
+
"item": "common",
|
|
10218
|
+
"subitem": "background",
|
|
10219
|
+
"state": "solid"
|
|
10220
|
+
},
|
|
10221
|
+
"path": [
|
|
10222
|
+
"color",
|
|
10223
|
+
"theme",
|
|
10224
|
+
"common",
|
|
10225
|
+
"background",
|
|
10226
|
+
"solid",
|
|
10227
|
+
"dark"
|
|
10228
|
+
]
|
|
10229
|
+
},
|
|
10230
|
+
"light": {
|
|
10231
|
+
"type": "color",
|
|
10232
|
+
"value": "#000000",
|
|
10233
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10234
|
+
"isSource": true,
|
|
10235
|
+
"original": {
|
|
10236
|
+
"type": "color",
|
|
10237
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
10238
|
+
},
|
|
10239
|
+
"name": "mds-color-theme-common-background-solid-light",
|
|
10240
|
+
"attributes": {
|
|
10241
|
+
"category": "color",
|
|
10242
|
+
"type": "theme",
|
|
10243
|
+
"item": "common",
|
|
10244
|
+
"subitem": "background",
|
|
10245
|
+
"state": "solid"
|
|
10246
|
+
},
|
|
10247
|
+
"path": [
|
|
10248
|
+
"color",
|
|
10249
|
+
"theme",
|
|
10250
|
+
"common",
|
|
10251
|
+
"background",
|
|
10252
|
+
"solid",
|
|
10253
|
+
"light"
|
|
10254
|
+
]
|
|
10255
|
+
}
|
|
9671
10256
|
}
|
|
9672
10257
|
},
|
|
9673
10258
|
"content": {
|
|
@@ -9932,6 +10517,602 @@
|
|
|
9932
10517
|
"doc"
|
|
9933
10518
|
]
|
|
9934
10519
|
}
|
|
10520
|
+
},
|
|
10521
|
+
"touchbar": {
|
|
10522
|
+
"background": {
|
|
10523
|
+
"blue": {
|
|
10524
|
+
"normal": {
|
|
10525
|
+
"parent": "theme/stable/light",
|
|
10526
|
+
"type": "color",
|
|
10527
|
+
"value": "#000000",
|
|
10528
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10529
|
+
"isSource": true,
|
|
10530
|
+
"original": {
|
|
10531
|
+
"parent": "theme/stable/light",
|
|
10532
|
+
"type": "color",
|
|
10533
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10534
|
+
},
|
|
10535
|
+
"name": "mds-color-theme-common-touchbar-background-blue-normal",
|
|
10536
|
+
"attributes": {
|
|
10537
|
+
"category": "color",
|
|
10538
|
+
"type": "theme",
|
|
10539
|
+
"item": "common",
|
|
10540
|
+
"subitem": "touchbar",
|
|
10541
|
+
"state": "background"
|
|
10542
|
+
},
|
|
10543
|
+
"path": [
|
|
10544
|
+
"color",
|
|
10545
|
+
"theme",
|
|
10546
|
+
"common",
|
|
10547
|
+
"touchbar",
|
|
10548
|
+
"background",
|
|
10549
|
+
"blue",
|
|
10550
|
+
"normal"
|
|
10551
|
+
]
|
|
10552
|
+
},
|
|
10553
|
+
"pressed": {
|
|
10554
|
+
"parent": "theme/stable/light",
|
|
10555
|
+
"type": "color",
|
|
10556
|
+
"value": "#1aebff",
|
|
10557
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10558
|
+
"isSource": true,
|
|
10559
|
+
"original": {
|
|
10560
|
+
"parent": "theme/stable/light",
|
|
10561
|
+
"type": "color",
|
|
10562
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10563
|
+
},
|
|
10564
|
+
"name": "mds-color-theme-common-touchbar-background-blue-pressed",
|
|
10565
|
+
"attributes": {
|
|
10566
|
+
"category": "color",
|
|
10567
|
+
"type": "theme",
|
|
10568
|
+
"item": "common",
|
|
10569
|
+
"subitem": "touchbar",
|
|
10570
|
+
"state": "background"
|
|
10571
|
+
},
|
|
10572
|
+
"path": [
|
|
10573
|
+
"color",
|
|
10574
|
+
"theme",
|
|
10575
|
+
"common",
|
|
10576
|
+
"touchbar",
|
|
10577
|
+
"background",
|
|
10578
|
+
"blue",
|
|
10579
|
+
"pressed"
|
|
10580
|
+
]
|
|
10581
|
+
}
|
|
10582
|
+
},
|
|
10583
|
+
"pink": {
|
|
10584
|
+
"normal": {
|
|
10585
|
+
"parent": "theme/stable/light",
|
|
10586
|
+
"type": "color",
|
|
10587
|
+
"value": "#000000",
|
|
10588
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10589
|
+
"isSource": true,
|
|
10590
|
+
"original": {
|
|
10591
|
+
"parent": "theme/stable/light",
|
|
10592
|
+
"type": "color",
|
|
10593
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10594
|
+
},
|
|
10595
|
+
"name": "mds-color-theme-common-touchbar-background-pink-normal",
|
|
10596
|
+
"attributes": {
|
|
10597
|
+
"category": "color",
|
|
10598
|
+
"type": "theme",
|
|
10599
|
+
"item": "common",
|
|
10600
|
+
"subitem": "touchbar",
|
|
10601
|
+
"state": "background"
|
|
10602
|
+
},
|
|
10603
|
+
"path": [
|
|
10604
|
+
"color",
|
|
10605
|
+
"theme",
|
|
10606
|
+
"common",
|
|
10607
|
+
"touchbar",
|
|
10608
|
+
"background",
|
|
10609
|
+
"pink",
|
|
10610
|
+
"normal"
|
|
10611
|
+
]
|
|
10612
|
+
},
|
|
10613
|
+
"pressed": {
|
|
10614
|
+
"parent": "theme/stable/light",
|
|
10615
|
+
"type": "color",
|
|
10616
|
+
"value": "#1aebff",
|
|
10617
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10618
|
+
"isSource": true,
|
|
10619
|
+
"original": {
|
|
10620
|
+
"parent": "theme/stable/light",
|
|
10621
|
+
"type": "color",
|
|
10622
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10623
|
+
},
|
|
10624
|
+
"name": "mds-color-theme-common-touchbar-background-pink-pressed",
|
|
10625
|
+
"attributes": {
|
|
10626
|
+
"category": "color",
|
|
10627
|
+
"type": "theme",
|
|
10628
|
+
"item": "common",
|
|
10629
|
+
"subitem": "touchbar",
|
|
10630
|
+
"state": "background"
|
|
10631
|
+
},
|
|
10632
|
+
"path": [
|
|
10633
|
+
"color",
|
|
10634
|
+
"theme",
|
|
10635
|
+
"common",
|
|
10636
|
+
"touchbar",
|
|
10637
|
+
"background",
|
|
10638
|
+
"pink",
|
|
10639
|
+
"pressed"
|
|
10640
|
+
]
|
|
10641
|
+
}
|
|
10642
|
+
},
|
|
10643
|
+
"mint": {
|
|
10644
|
+
"normal": {
|
|
10645
|
+
"parent": "theme/stable/light",
|
|
10646
|
+
"type": "color",
|
|
10647
|
+
"value": "#000000",
|
|
10648
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10649
|
+
"isSource": true,
|
|
10650
|
+
"original": {
|
|
10651
|
+
"parent": "theme/stable/light",
|
|
10652
|
+
"type": "color",
|
|
10653
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10654
|
+
},
|
|
10655
|
+
"name": "mds-color-theme-common-touchbar-background-mint-normal",
|
|
10656
|
+
"attributes": {
|
|
10657
|
+
"category": "color",
|
|
10658
|
+
"type": "theme",
|
|
10659
|
+
"item": "common",
|
|
10660
|
+
"subitem": "touchbar",
|
|
10661
|
+
"state": "background"
|
|
10662
|
+
},
|
|
10663
|
+
"path": [
|
|
10664
|
+
"color",
|
|
10665
|
+
"theme",
|
|
10666
|
+
"common",
|
|
10667
|
+
"touchbar",
|
|
10668
|
+
"background",
|
|
10669
|
+
"mint",
|
|
10670
|
+
"normal"
|
|
10671
|
+
]
|
|
10672
|
+
},
|
|
10673
|
+
"pressed": {
|
|
10674
|
+
"parent": "theme/stable/light",
|
|
10675
|
+
"type": "color",
|
|
10676
|
+
"value": "#1aebff",
|
|
10677
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10678
|
+
"isSource": true,
|
|
10679
|
+
"original": {
|
|
10680
|
+
"parent": "theme/stable/light",
|
|
10681
|
+
"type": "color",
|
|
10682
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10683
|
+
},
|
|
10684
|
+
"name": "mds-color-theme-common-touchbar-background-mint-pressed",
|
|
10685
|
+
"attributes": {
|
|
10686
|
+
"category": "color",
|
|
10687
|
+
"type": "theme",
|
|
10688
|
+
"item": "common",
|
|
10689
|
+
"subitem": "touchbar",
|
|
10690
|
+
"state": "background"
|
|
10691
|
+
},
|
|
10692
|
+
"path": [
|
|
10693
|
+
"color",
|
|
10694
|
+
"theme",
|
|
10695
|
+
"common",
|
|
10696
|
+
"touchbar",
|
|
10697
|
+
"background",
|
|
10698
|
+
"mint",
|
|
10699
|
+
"pressed"
|
|
10700
|
+
]
|
|
10701
|
+
}
|
|
10702
|
+
},
|
|
10703
|
+
"purple": {
|
|
10704
|
+
"normal": {
|
|
10705
|
+
"parent": "theme/stable/light",
|
|
10706
|
+
"type": "color",
|
|
10707
|
+
"value": "#000000",
|
|
10708
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10709
|
+
"isSource": true,
|
|
10710
|
+
"original": {
|
|
10711
|
+
"parent": "theme/stable/light",
|
|
10712
|
+
"type": "color",
|
|
10713
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10714
|
+
},
|
|
10715
|
+
"name": "mds-color-theme-common-touchbar-background-purple-normal",
|
|
10716
|
+
"attributes": {
|
|
10717
|
+
"category": "color",
|
|
10718
|
+
"type": "theme",
|
|
10719
|
+
"item": "common",
|
|
10720
|
+
"subitem": "touchbar",
|
|
10721
|
+
"state": "background"
|
|
10722
|
+
},
|
|
10723
|
+
"path": [
|
|
10724
|
+
"color",
|
|
10725
|
+
"theme",
|
|
10726
|
+
"common",
|
|
10727
|
+
"touchbar",
|
|
10728
|
+
"background",
|
|
10729
|
+
"purple",
|
|
10730
|
+
"normal"
|
|
10731
|
+
]
|
|
10732
|
+
},
|
|
10733
|
+
"pressed": {
|
|
10734
|
+
"parent": "theme/stable/light",
|
|
10735
|
+
"type": "color",
|
|
10736
|
+
"value": "#1aebff",
|
|
10737
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10738
|
+
"isSource": true,
|
|
10739
|
+
"original": {
|
|
10740
|
+
"parent": "theme/stable/light",
|
|
10741
|
+
"type": "color",
|
|
10742
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10743
|
+
},
|
|
10744
|
+
"name": "mds-color-theme-common-touchbar-background-purple-pressed",
|
|
10745
|
+
"attributes": {
|
|
10746
|
+
"category": "color",
|
|
10747
|
+
"type": "theme",
|
|
10748
|
+
"item": "common",
|
|
10749
|
+
"subitem": "touchbar",
|
|
10750
|
+
"state": "background"
|
|
10751
|
+
},
|
|
10752
|
+
"path": [
|
|
10753
|
+
"color",
|
|
10754
|
+
"theme",
|
|
10755
|
+
"common",
|
|
10756
|
+
"touchbar",
|
|
10757
|
+
"background",
|
|
10758
|
+
"purple",
|
|
10759
|
+
"pressed"
|
|
10760
|
+
]
|
|
10761
|
+
}
|
|
10762
|
+
},
|
|
10763
|
+
"violet": {
|
|
10764
|
+
"normal": {
|
|
10765
|
+
"parent": "theme/stable/light",
|
|
10766
|
+
"type": "color",
|
|
10767
|
+
"value": "#000000",
|
|
10768
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10769
|
+
"isSource": true,
|
|
10770
|
+
"original": {
|
|
10771
|
+
"parent": "theme/stable/light",
|
|
10772
|
+
"type": "color",
|
|
10773
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10774
|
+
},
|
|
10775
|
+
"name": "mds-color-theme-common-touchbar-background-violet-normal",
|
|
10776
|
+
"attributes": {
|
|
10777
|
+
"category": "color",
|
|
10778
|
+
"type": "theme",
|
|
10779
|
+
"item": "common",
|
|
10780
|
+
"subitem": "touchbar",
|
|
10781
|
+
"state": "background"
|
|
10782
|
+
},
|
|
10783
|
+
"path": [
|
|
10784
|
+
"color",
|
|
10785
|
+
"theme",
|
|
10786
|
+
"common",
|
|
10787
|
+
"touchbar",
|
|
10788
|
+
"background",
|
|
10789
|
+
"violet",
|
|
10790
|
+
"normal"
|
|
10791
|
+
]
|
|
10792
|
+
},
|
|
10793
|
+
"pressed": {
|
|
10794
|
+
"parent": "theme/stable/light",
|
|
10795
|
+
"type": "color",
|
|
10796
|
+
"value": "#1aebff",
|
|
10797
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10798
|
+
"isSource": true,
|
|
10799
|
+
"original": {
|
|
10800
|
+
"parent": "theme/stable/light",
|
|
10801
|
+
"type": "color",
|
|
10802
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10803
|
+
},
|
|
10804
|
+
"name": "mds-color-theme-common-touchbar-background-violet-pressed",
|
|
10805
|
+
"attributes": {
|
|
10806
|
+
"category": "color",
|
|
10807
|
+
"type": "theme",
|
|
10808
|
+
"item": "common",
|
|
10809
|
+
"subitem": "touchbar",
|
|
10810
|
+
"state": "background"
|
|
10811
|
+
},
|
|
10812
|
+
"path": [
|
|
10813
|
+
"color",
|
|
10814
|
+
"theme",
|
|
10815
|
+
"common",
|
|
10816
|
+
"touchbar",
|
|
10817
|
+
"background",
|
|
10818
|
+
"violet",
|
|
10819
|
+
"pressed"
|
|
10820
|
+
]
|
|
10821
|
+
}
|
|
10822
|
+
},
|
|
10823
|
+
"orange": {
|
|
10824
|
+
"normal": {
|
|
10825
|
+
"parent": "theme/stable/light",
|
|
10826
|
+
"type": "color",
|
|
10827
|
+
"value": "#000000",
|
|
10828
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10829
|
+
"isSource": true,
|
|
10830
|
+
"original": {
|
|
10831
|
+
"parent": "theme/stable/light",
|
|
10832
|
+
"type": "color",
|
|
10833
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10834
|
+
},
|
|
10835
|
+
"name": "mds-color-theme-common-touchbar-background-orange-normal",
|
|
10836
|
+
"attributes": {
|
|
10837
|
+
"category": "color",
|
|
10838
|
+
"type": "theme",
|
|
10839
|
+
"item": "common",
|
|
10840
|
+
"subitem": "touchbar",
|
|
10841
|
+
"state": "background"
|
|
10842
|
+
},
|
|
10843
|
+
"path": [
|
|
10844
|
+
"color",
|
|
10845
|
+
"theme",
|
|
10846
|
+
"common",
|
|
10847
|
+
"touchbar",
|
|
10848
|
+
"background",
|
|
10849
|
+
"orange",
|
|
10850
|
+
"normal"
|
|
10851
|
+
]
|
|
10852
|
+
},
|
|
10853
|
+
"pressed": {
|
|
10854
|
+
"parent": "theme/stable/light",
|
|
10855
|
+
"type": "color",
|
|
10856
|
+
"value": "#1aebff",
|
|
10857
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10858
|
+
"isSource": true,
|
|
10859
|
+
"original": {
|
|
10860
|
+
"parent": "theme/stable/light",
|
|
10861
|
+
"type": "color",
|
|
10862
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10863
|
+
},
|
|
10864
|
+
"name": "mds-color-theme-common-touchbar-background-orange-pressed",
|
|
10865
|
+
"attributes": {
|
|
10866
|
+
"category": "color",
|
|
10867
|
+
"type": "theme",
|
|
10868
|
+
"item": "common",
|
|
10869
|
+
"subitem": "touchbar",
|
|
10870
|
+
"state": "background"
|
|
10871
|
+
},
|
|
10872
|
+
"path": [
|
|
10873
|
+
"color",
|
|
10874
|
+
"theme",
|
|
10875
|
+
"common",
|
|
10876
|
+
"touchbar",
|
|
10877
|
+
"background",
|
|
10878
|
+
"orange",
|
|
10879
|
+
"pressed"
|
|
10880
|
+
]
|
|
10881
|
+
}
|
|
10882
|
+
},
|
|
10883
|
+
"green": {
|
|
10884
|
+
"normal": {
|
|
10885
|
+
"parent": "theme/stable/light",
|
|
10886
|
+
"type": "color",
|
|
10887
|
+
"value": "#000000",
|
|
10888
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10889
|
+
"isSource": true,
|
|
10890
|
+
"original": {
|
|
10891
|
+
"parent": "theme/stable/light",
|
|
10892
|
+
"type": "color",
|
|
10893
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10894
|
+
},
|
|
10895
|
+
"name": "mds-color-theme-common-touchbar-background-green-normal",
|
|
10896
|
+
"attributes": {
|
|
10897
|
+
"category": "color",
|
|
10898
|
+
"type": "theme",
|
|
10899
|
+
"item": "common",
|
|
10900
|
+
"subitem": "touchbar",
|
|
10901
|
+
"state": "background"
|
|
10902
|
+
},
|
|
10903
|
+
"path": [
|
|
10904
|
+
"color",
|
|
10905
|
+
"theme",
|
|
10906
|
+
"common",
|
|
10907
|
+
"touchbar",
|
|
10908
|
+
"background",
|
|
10909
|
+
"green",
|
|
10910
|
+
"normal"
|
|
10911
|
+
]
|
|
10912
|
+
},
|
|
10913
|
+
"pressed": {
|
|
10914
|
+
"parent": "theme/stable/light",
|
|
10915
|
+
"type": "color",
|
|
10916
|
+
"value": "#1aebff",
|
|
10917
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10918
|
+
"isSource": true,
|
|
10919
|
+
"original": {
|
|
10920
|
+
"parent": "theme/stable/light",
|
|
10921
|
+
"type": "color",
|
|
10922
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10923
|
+
},
|
|
10924
|
+
"name": "mds-color-theme-common-touchbar-background-green-pressed",
|
|
10925
|
+
"attributes": {
|
|
10926
|
+
"category": "color",
|
|
10927
|
+
"type": "theme",
|
|
10928
|
+
"item": "common",
|
|
10929
|
+
"subitem": "touchbar",
|
|
10930
|
+
"state": "background"
|
|
10931
|
+
},
|
|
10932
|
+
"path": [
|
|
10933
|
+
"color",
|
|
10934
|
+
"theme",
|
|
10935
|
+
"common",
|
|
10936
|
+
"touchbar",
|
|
10937
|
+
"background",
|
|
10938
|
+
"green",
|
|
10939
|
+
"pressed"
|
|
10940
|
+
]
|
|
10941
|
+
}
|
|
10942
|
+
},
|
|
10943
|
+
"red": {
|
|
10944
|
+
"normal": {
|
|
10945
|
+
"parent": "theme/stable/light",
|
|
10946
|
+
"type": "color",
|
|
10947
|
+
"value": "#000000",
|
|
10948
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10949
|
+
"isSource": true,
|
|
10950
|
+
"original": {
|
|
10951
|
+
"parent": "theme/stable/light",
|
|
10952
|
+
"type": "color",
|
|
10953
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10954
|
+
},
|
|
10955
|
+
"name": "mds-color-theme-common-touchbar-background-red-normal",
|
|
10956
|
+
"attributes": {
|
|
10957
|
+
"category": "color",
|
|
10958
|
+
"type": "theme",
|
|
10959
|
+
"item": "common",
|
|
10960
|
+
"subitem": "touchbar",
|
|
10961
|
+
"state": "background"
|
|
10962
|
+
},
|
|
10963
|
+
"path": [
|
|
10964
|
+
"color",
|
|
10965
|
+
"theme",
|
|
10966
|
+
"common",
|
|
10967
|
+
"touchbar",
|
|
10968
|
+
"background",
|
|
10969
|
+
"red",
|
|
10970
|
+
"normal"
|
|
10971
|
+
]
|
|
10972
|
+
},
|
|
10973
|
+
"pressed": {
|
|
10974
|
+
"parent": "theme/stable/light",
|
|
10975
|
+
"type": "color",
|
|
10976
|
+
"value": "#1aebff",
|
|
10977
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10978
|
+
"isSource": true,
|
|
10979
|
+
"original": {
|
|
10980
|
+
"parent": "theme/stable/light",
|
|
10981
|
+
"type": "color",
|
|
10982
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10983
|
+
},
|
|
10984
|
+
"name": "mds-color-theme-common-touchbar-background-red-pressed",
|
|
10985
|
+
"attributes": {
|
|
10986
|
+
"category": "color",
|
|
10987
|
+
"type": "theme",
|
|
10988
|
+
"item": "common",
|
|
10989
|
+
"subitem": "touchbar",
|
|
10990
|
+
"state": "background"
|
|
10991
|
+
},
|
|
10992
|
+
"path": [
|
|
10993
|
+
"color",
|
|
10994
|
+
"theme",
|
|
10995
|
+
"common",
|
|
10996
|
+
"touchbar",
|
|
10997
|
+
"background",
|
|
10998
|
+
"red",
|
|
10999
|
+
"pressed"
|
|
11000
|
+
]
|
|
11001
|
+
}
|
|
11002
|
+
},
|
|
11003
|
+
"transparent": {
|
|
11004
|
+
"type": "color",
|
|
11005
|
+
"value": "#000000",
|
|
11006
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
11007
|
+
"isSource": true,
|
|
11008
|
+
"original": {
|
|
11009
|
+
"type": "color",
|
|
11010
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
11011
|
+
},
|
|
11012
|
+
"name": "mds-color-theme-common-touchbar-background-transparent",
|
|
11013
|
+
"attributes": {
|
|
11014
|
+
"category": "color",
|
|
11015
|
+
"type": "theme",
|
|
11016
|
+
"item": "common",
|
|
11017
|
+
"subitem": "touchbar",
|
|
11018
|
+
"state": "background"
|
|
11019
|
+
},
|
|
11020
|
+
"path": [
|
|
11021
|
+
"color",
|
|
11022
|
+
"theme",
|
|
11023
|
+
"common",
|
|
11024
|
+
"touchbar",
|
|
11025
|
+
"background",
|
|
11026
|
+
"transparent"
|
|
11027
|
+
]
|
|
11028
|
+
}
|
|
11029
|
+
},
|
|
11030
|
+
"icon": {
|
|
11031
|
+
"attention": {
|
|
11032
|
+
"parent": "theme/stable/light",
|
|
11033
|
+
"type": "color",
|
|
11034
|
+
"value": "#000000",
|
|
11035
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
11036
|
+
"isSource": true,
|
|
11037
|
+
"original": {
|
|
11038
|
+
"parent": "theme/stable/light",
|
|
11039
|
+
"type": "color",
|
|
11040
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
11041
|
+
},
|
|
11042
|
+
"name": "mds-color-theme-common-touchbar-icon-attention",
|
|
11043
|
+
"attributes": {
|
|
11044
|
+
"category": "color",
|
|
11045
|
+
"type": "theme",
|
|
11046
|
+
"item": "common",
|
|
11047
|
+
"subitem": "touchbar",
|
|
11048
|
+
"state": "icon"
|
|
11049
|
+
},
|
|
11050
|
+
"path": [
|
|
11051
|
+
"color",
|
|
11052
|
+
"theme",
|
|
11053
|
+
"common",
|
|
11054
|
+
"touchbar",
|
|
11055
|
+
"icon",
|
|
11056
|
+
"attention"
|
|
11057
|
+
]
|
|
11058
|
+
},
|
|
11059
|
+
"stable": {
|
|
11060
|
+
"parent": "theme/stable/light",
|
|
11061
|
+
"type": "color",
|
|
11062
|
+
"value": "#000000",
|
|
11063
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
11064
|
+
"isSource": true,
|
|
11065
|
+
"original": {
|
|
11066
|
+
"parent": "theme/stable/light",
|
|
11067
|
+
"type": "color",
|
|
11068
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
11069
|
+
},
|
|
11070
|
+
"name": "mds-color-theme-common-touchbar-icon-stable",
|
|
11071
|
+
"attributes": {
|
|
11072
|
+
"category": "color",
|
|
11073
|
+
"type": "theme",
|
|
11074
|
+
"item": "common",
|
|
11075
|
+
"subitem": "touchbar",
|
|
11076
|
+
"state": "icon"
|
|
11077
|
+
},
|
|
11078
|
+
"path": [
|
|
11079
|
+
"color",
|
|
11080
|
+
"theme",
|
|
11081
|
+
"common",
|
|
11082
|
+
"touchbar",
|
|
11083
|
+
"icon",
|
|
11084
|
+
"stable"
|
|
11085
|
+
]
|
|
11086
|
+
},
|
|
11087
|
+
"secure": {
|
|
11088
|
+
"parent": "theme/stable/light",
|
|
11089
|
+
"type": "color",
|
|
11090
|
+
"value": "#000000",
|
|
11091
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
11092
|
+
"isSource": true,
|
|
11093
|
+
"original": {
|
|
11094
|
+
"parent": "theme/stable/light",
|
|
11095
|
+
"type": "color",
|
|
11096
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
11097
|
+
},
|
|
11098
|
+
"name": "mds-color-theme-common-touchbar-icon-secure",
|
|
11099
|
+
"attributes": {
|
|
11100
|
+
"category": "color",
|
|
11101
|
+
"type": "theme",
|
|
11102
|
+
"item": "common",
|
|
11103
|
+
"subitem": "touchbar",
|
|
11104
|
+
"state": "icon"
|
|
11105
|
+
},
|
|
11106
|
+
"path": [
|
|
11107
|
+
"color",
|
|
11108
|
+
"theme",
|
|
11109
|
+
"common",
|
|
11110
|
+
"touchbar",
|
|
11111
|
+
"icon",
|
|
11112
|
+
"secure"
|
|
11113
|
+
]
|
|
11114
|
+
}
|
|
11115
|
+
}
|
|
9935
11116
|
}
|
|
9936
11117
|
}
|
|
9937
11118
|
}
|