@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": "#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
|
+
}
|
|
4452
4508
|
}
|
|
4453
4509
|
},
|
|
4454
4510
|
"button": {
|
|
@@ -9500,6 +9556,80 @@
|
|
|
9500
9556
|
"normal"
|
|
9501
9557
|
]
|
|
9502
9558
|
}
|
|
9559
|
+
},
|
|
9560
|
+
"secondary": {
|
|
9561
|
+
"primary": {
|
|
9562
|
+
"$extensions": {
|
|
9563
|
+
"studio.tokens": {
|
|
9564
|
+
"modify": {}
|
|
9565
|
+
}
|
|
9566
|
+
},
|
|
9567
|
+
"type": "color",
|
|
9568
|
+
"value": "#00000033",
|
|
9569
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9570
|
+
"isSource": true,
|
|
9571
|
+
"original": {
|
|
9572
|
+
"$extensions": {
|
|
9573
|
+
"studio.tokens": {
|
|
9574
|
+
"modify": {}
|
|
9575
|
+
}
|
|
9576
|
+
},
|
|
9577
|
+
"type": "color",
|
|
9578
|
+
"value": "{color.core.black-alpha.20}"
|
|
9579
|
+
},
|
|
9580
|
+
"name": "mds-color-theme-common-outline-secondary-primary",
|
|
9581
|
+
"attributes": {
|
|
9582
|
+
"category": "color",
|
|
9583
|
+
"type": "theme",
|
|
9584
|
+
"item": "common",
|
|
9585
|
+
"subitem": "outline",
|
|
9586
|
+
"state": "secondary"
|
|
9587
|
+
},
|
|
9588
|
+
"path": [
|
|
9589
|
+
"color",
|
|
9590
|
+
"theme",
|
|
9591
|
+
"common",
|
|
9592
|
+
"outline",
|
|
9593
|
+
"secondary",
|
|
9594
|
+
"primary"
|
|
9595
|
+
]
|
|
9596
|
+
},
|
|
9597
|
+
"disabled": {
|
|
9598
|
+
"$extensions": {
|
|
9599
|
+
"studio.tokens": {
|
|
9600
|
+
"modify": {}
|
|
9601
|
+
}
|
|
9602
|
+
},
|
|
9603
|
+
"type": "color",
|
|
9604
|
+
"value": "#00000033",
|
|
9605
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9606
|
+
"isSource": true,
|
|
9607
|
+
"original": {
|
|
9608
|
+
"$extensions": {
|
|
9609
|
+
"studio.tokens": {
|
|
9610
|
+
"modify": {}
|
|
9611
|
+
}
|
|
9612
|
+
},
|
|
9613
|
+
"type": "color",
|
|
9614
|
+
"value": "{color.core.black-alpha.20}"
|
|
9615
|
+
},
|
|
9616
|
+
"name": "mds-color-theme-common-outline-secondary-disabled",
|
|
9617
|
+
"attributes": {
|
|
9618
|
+
"category": "color",
|
|
9619
|
+
"type": "theme",
|
|
9620
|
+
"item": "common",
|
|
9621
|
+
"subitem": "outline",
|
|
9622
|
+
"state": "secondary"
|
|
9623
|
+
},
|
|
9624
|
+
"path": [
|
|
9625
|
+
"color",
|
|
9626
|
+
"theme",
|
|
9627
|
+
"common",
|
|
9628
|
+
"outline",
|
|
9629
|
+
"secondary",
|
|
9630
|
+
"disabled"
|
|
9631
|
+
]
|
|
9632
|
+
}
|
|
9503
9633
|
}
|
|
9504
9634
|
},
|
|
9505
9635
|
"control": {
|
|
@@ -9668,6 +9798,60 @@
|
|
|
9668
9798
|
]
|
|
9669
9799
|
}
|
|
9670
9800
|
}
|
|
9801
|
+
},
|
|
9802
|
+
"solid": {
|
|
9803
|
+
"dark": {
|
|
9804
|
+
"type": "color",
|
|
9805
|
+
"value": "#000000",
|
|
9806
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9807
|
+
"isSource": true,
|
|
9808
|
+
"original": {
|
|
9809
|
+
"type": "color",
|
|
9810
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
9811
|
+
},
|
|
9812
|
+
"name": "mds-color-theme-common-background-solid-dark",
|
|
9813
|
+
"attributes": {
|
|
9814
|
+
"category": "color",
|
|
9815
|
+
"type": "theme",
|
|
9816
|
+
"item": "common",
|
|
9817
|
+
"subitem": "background",
|
|
9818
|
+
"state": "solid"
|
|
9819
|
+
},
|
|
9820
|
+
"path": [
|
|
9821
|
+
"color",
|
|
9822
|
+
"theme",
|
|
9823
|
+
"common",
|
|
9824
|
+
"background",
|
|
9825
|
+
"solid",
|
|
9826
|
+
"dark"
|
|
9827
|
+
]
|
|
9828
|
+
},
|
|
9829
|
+
"light": {
|
|
9830
|
+
"type": "color",
|
|
9831
|
+
"value": "#000000",
|
|
9832
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
9833
|
+
"isSource": true,
|
|
9834
|
+
"original": {
|
|
9835
|
+
"type": "color",
|
|
9836
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
9837
|
+
},
|
|
9838
|
+
"name": "mds-color-theme-common-background-solid-light",
|
|
9839
|
+
"attributes": {
|
|
9840
|
+
"category": "color",
|
|
9841
|
+
"type": "theme",
|
|
9842
|
+
"item": "common",
|
|
9843
|
+
"subitem": "background",
|
|
9844
|
+
"state": "solid"
|
|
9845
|
+
},
|
|
9846
|
+
"path": [
|
|
9847
|
+
"color",
|
|
9848
|
+
"theme",
|
|
9849
|
+
"common",
|
|
9850
|
+
"background",
|
|
9851
|
+
"solid",
|
|
9852
|
+
"light"
|
|
9853
|
+
]
|
|
9854
|
+
}
|
|
9671
9855
|
}
|
|
9672
9856
|
},
|
|
9673
9857
|
"content": {
|
|
@@ -9932,6 +10116,606 @@
|
|
|
9932
10116
|
"doc"
|
|
9933
10117
|
]
|
|
9934
10118
|
}
|
|
10119
|
+
},
|
|
10120
|
+
"touchbar": {
|
|
10121
|
+
"background": {
|
|
10122
|
+
"blue": {
|
|
10123
|
+
"normal": {
|
|
10124
|
+
"parent": "theme/stable/light",
|
|
10125
|
+
"type": "color",
|
|
10126
|
+
"value": "#000000",
|
|
10127
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10128
|
+
"isSource": true,
|
|
10129
|
+
"original": {
|
|
10130
|
+
"parent": "theme/stable/light",
|
|
10131
|
+
"type": "color",
|
|
10132
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10133
|
+
},
|
|
10134
|
+
"name": "mds-color-theme-common-touchbar-background-blue-normal",
|
|
10135
|
+
"attributes": {
|
|
10136
|
+
"category": "color",
|
|
10137
|
+
"type": "theme",
|
|
10138
|
+
"item": "common",
|
|
10139
|
+
"subitem": "touchbar",
|
|
10140
|
+
"state": "background"
|
|
10141
|
+
},
|
|
10142
|
+
"path": [
|
|
10143
|
+
"color",
|
|
10144
|
+
"theme",
|
|
10145
|
+
"common",
|
|
10146
|
+
"touchbar",
|
|
10147
|
+
"background",
|
|
10148
|
+
"blue",
|
|
10149
|
+
"normal"
|
|
10150
|
+
]
|
|
10151
|
+
},
|
|
10152
|
+
"pressed": {
|
|
10153
|
+
"parent": "theme/stable/light",
|
|
10154
|
+
"type": "color",
|
|
10155
|
+
"value": "#1aebff",
|
|
10156
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10157
|
+
"isSource": true,
|
|
10158
|
+
"original": {
|
|
10159
|
+
"parent": "theme/stable/light",
|
|
10160
|
+
"type": "color",
|
|
10161
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10162
|
+
},
|
|
10163
|
+
"name": "mds-color-theme-common-touchbar-background-blue-pressed",
|
|
10164
|
+
"attributes": {
|
|
10165
|
+
"category": "color",
|
|
10166
|
+
"type": "theme",
|
|
10167
|
+
"item": "common",
|
|
10168
|
+
"subitem": "touchbar",
|
|
10169
|
+
"state": "background"
|
|
10170
|
+
},
|
|
10171
|
+
"path": [
|
|
10172
|
+
"color",
|
|
10173
|
+
"theme",
|
|
10174
|
+
"common",
|
|
10175
|
+
"touchbar",
|
|
10176
|
+
"background",
|
|
10177
|
+
"blue",
|
|
10178
|
+
"pressed"
|
|
10179
|
+
]
|
|
10180
|
+
}
|
|
10181
|
+
},
|
|
10182
|
+
"pink": {
|
|
10183
|
+
"normal": {
|
|
10184
|
+
"parent": "theme/stable/light",
|
|
10185
|
+
"type": "color",
|
|
10186
|
+
"value": "#000000",
|
|
10187
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10188
|
+
"isSource": true,
|
|
10189
|
+
"original": {
|
|
10190
|
+
"parent": "theme/stable/light",
|
|
10191
|
+
"type": "color",
|
|
10192
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10193
|
+
},
|
|
10194
|
+
"name": "mds-color-theme-common-touchbar-background-pink-normal",
|
|
10195
|
+
"attributes": {
|
|
10196
|
+
"category": "color",
|
|
10197
|
+
"type": "theme",
|
|
10198
|
+
"item": "common",
|
|
10199
|
+
"subitem": "touchbar",
|
|
10200
|
+
"state": "background"
|
|
10201
|
+
},
|
|
10202
|
+
"path": [
|
|
10203
|
+
"color",
|
|
10204
|
+
"theme",
|
|
10205
|
+
"common",
|
|
10206
|
+
"touchbar",
|
|
10207
|
+
"background",
|
|
10208
|
+
"pink",
|
|
10209
|
+
"normal"
|
|
10210
|
+
]
|
|
10211
|
+
},
|
|
10212
|
+
"pressed": {
|
|
10213
|
+
"parent": "theme/stable/light",
|
|
10214
|
+
"type": "color",
|
|
10215
|
+
"value": "#1aebff",
|
|
10216
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10217
|
+
"isSource": true,
|
|
10218
|
+
"original": {
|
|
10219
|
+
"parent": "theme/stable/light",
|
|
10220
|
+
"type": "color",
|
|
10221
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10222
|
+
},
|
|
10223
|
+
"name": "mds-color-theme-common-touchbar-background-pink-pressed",
|
|
10224
|
+
"attributes": {
|
|
10225
|
+
"category": "color",
|
|
10226
|
+
"type": "theme",
|
|
10227
|
+
"item": "common",
|
|
10228
|
+
"subitem": "touchbar",
|
|
10229
|
+
"state": "background"
|
|
10230
|
+
},
|
|
10231
|
+
"path": [
|
|
10232
|
+
"color",
|
|
10233
|
+
"theme",
|
|
10234
|
+
"common",
|
|
10235
|
+
"touchbar",
|
|
10236
|
+
"background",
|
|
10237
|
+
"pink",
|
|
10238
|
+
"pressed"
|
|
10239
|
+
]
|
|
10240
|
+
}
|
|
10241
|
+
},
|
|
10242
|
+
"mint": {
|
|
10243
|
+
"normal": {
|
|
10244
|
+
"parent": "theme/stable/light",
|
|
10245
|
+
"type": "color",
|
|
10246
|
+
"value": "#000000",
|
|
10247
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10248
|
+
"isSource": true,
|
|
10249
|
+
"original": {
|
|
10250
|
+
"parent": "theme/stable/light",
|
|
10251
|
+
"type": "color",
|
|
10252
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10253
|
+
},
|
|
10254
|
+
"name": "mds-color-theme-common-touchbar-background-mint-normal",
|
|
10255
|
+
"attributes": {
|
|
10256
|
+
"category": "color",
|
|
10257
|
+
"type": "theme",
|
|
10258
|
+
"item": "common",
|
|
10259
|
+
"subitem": "touchbar",
|
|
10260
|
+
"state": "background"
|
|
10261
|
+
},
|
|
10262
|
+
"path": [
|
|
10263
|
+
"color",
|
|
10264
|
+
"theme",
|
|
10265
|
+
"common",
|
|
10266
|
+
"touchbar",
|
|
10267
|
+
"background",
|
|
10268
|
+
"mint",
|
|
10269
|
+
"normal"
|
|
10270
|
+
]
|
|
10271
|
+
},
|
|
10272
|
+
"pressed": {
|
|
10273
|
+
"parent": "theme/stable/light",
|
|
10274
|
+
"type": "color",
|
|
10275
|
+
"value": "#1aebff",
|
|
10276
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10277
|
+
"isSource": true,
|
|
10278
|
+
"original": {
|
|
10279
|
+
"parent": "theme/stable/light",
|
|
10280
|
+
"type": "color",
|
|
10281
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10282
|
+
},
|
|
10283
|
+
"name": "mds-color-theme-common-touchbar-background-mint-pressed",
|
|
10284
|
+
"attributes": {
|
|
10285
|
+
"category": "color",
|
|
10286
|
+
"type": "theme",
|
|
10287
|
+
"item": "common",
|
|
10288
|
+
"subitem": "touchbar",
|
|
10289
|
+
"state": "background"
|
|
10290
|
+
},
|
|
10291
|
+
"path": [
|
|
10292
|
+
"color",
|
|
10293
|
+
"theme",
|
|
10294
|
+
"common",
|
|
10295
|
+
"touchbar",
|
|
10296
|
+
"background",
|
|
10297
|
+
"mint",
|
|
10298
|
+
"pressed"
|
|
10299
|
+
]
|
|
10300
|
+
}
|
|
10301
|
+
},
|
|
10302
|
+
"purple": {
|
|
10303
|
+
"normal": {
|
|
10304
|
+
"parent": "theme/stable/light",
|
|
10305
|
+
"type": "color",
|
|
10306
|
+
"value": "#000000",
|
|
10307
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10308
|
+
"isSource": true,
|
|
10309
|
+
"original": {
|
|
10310
|
+
"parent": "theme/stable/light",
|
|
10311
|
+
"type": "color",
|
|
10312
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10313
|
+
},
|
|
10314
|
+
"name": "mds-color-theme-common-touchbar-background-purple-normal",
|
|
10315
|
+
"attributes": {
|
|
10316
|
+
"category": "color",
|
|
10317
|
+
"type": "theme",
|
|
10318
|
+
"item": "common",
|
|
10319
|
+
"subitem": "touchbar",
|
|
10320
|
+
"state": "background"
|
|
10321
|
+
},
|
|
10322
|
+
"path": [
|
|
10323
|
+
"color",
|
|
10324
|
+
"theme",
|
|
10325
|
+
"common",
|
|
10326
|
+
"touchbar",
|
|
10327
|
+
"background",
|
|
10328
|
+
"purple",
|
|
10329
|
+
"normal"
|
|
10330
|
+
]
|
|
10331
|
+
},
|
|
10332
|
+
"pressed": {
|
|
10333
|
+
"parent": "theme/stable/light",
|
|
10334
|
+
"type": "color",
|
|
10335
|
+
"value": "#1aebff",
|
|
10336
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10337
|
+
"isSource": true,
|
|
10338
|
+
"original": {
|
|
10339
|
+
"parent": "theme/stable/light",
|
|
10340
|
+
"type": "color",
|
|
10341
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10342
|
+
},
|
|
10343
|
+
"name": "mds-color-theme-common-touchbar-background-purple-pressed",
|
|
10344
|
+
"attributes": {
|
|
10345
|
+
"category": "color",
|
|
10346
|
+
"type": "theme",
|
|
10347
|
+
"item": "common",
|
|
10348
|
+
"subitem": "touchbar",
|
|
10349
|
+
"state": "background"
|
|
10350
|
+
},
|
|
10351
|
+
"path": [
|
|
10352
|
+
"color",
|
|
10353
|
+
"theme",
|
|
10354
|
+
"common",
|
|
10355
|
+
"touchbar",
|
|
10356
|
+
"background",
|
|
10357
|
+
"purple",
|
|
10358
|
+
"pressed"
|
|
10359
|
+
]
|
|
10360
|
+
}
|
|
10361
|
+
},
|
|
10362
|
+
"violet": {
|
|
10363
|
+
"normal": {
|
|
10364
|
+
"parent": "theme/stable/light",
|
|
10365
|
+
"type": "color",
|
|
10366
|
+
"value": "#000000",
|
|
10367
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10368
|
+
"isSource": true,
|
|
10369
|
+
"original": {
|
|
10370
|
+
"parent": "theme/stable/light",
|
|
10371
|
+
"type": "color",
|
|
10372
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10373
|
+
},
|
|
10374
|
+
"name": "mds-color-theme-common-touchbar-background-violet-normal",
|
|
10375
|
+
"attributes": {
|
|
10376
|
+
"category": "color",
|
|
10377
|
+
"type": "theme",
|
|
10378
|
+
"item": "common",
|
|
10379
|
+
"subitem": "touchbar",
|
|
10380
|
+
"state": "background"
|
|
10381
|
+
},
|
|
10382
|
+
"path": [
|
|
10383
|
+
"color",
|
|
10384
|
+
"theme",
|
|
10385
|
+
"common",
|
|
10386
|
+
"touchbar",
|
|
10387
|
+
"background",
|
|
10388
|
+
"violet",
|
|
10389
|
+
"normal"
|
|
10390
|
+
]
|
|
10391
|
+
},
|
|
10392
|
+
"pressed": {
|
|
10393
|
+
"parent": "theme/stable/light",
|
|
10394
|
+
"type": "color",
|
|
10395
|
+
"value": "#1aebff",
|
|
10396
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10397
|
+
"isSource": true,
|
|
10398
|
+
"original": {
|
|
10399
|
+
"parent": "theme/stable/light",
|
|
10400
|
+
"type": "color",
|
|
10401
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10402
|
+
},
|
|
10403
|
+
"name": "mds-color-theme-common-touchbar-background-violet-pressed",
|
|
10404
|
+
"attributes": {
|
|
10405
|
+
"category": "color",
|
|
10406
|
+
"type": "theme",
|
|
10407
|
+
"item": "common",
|
|
10408
|
+
"subitem": "touchbar",
|
|
10409
|
+
"state": "background"
|
|
10410
|
+
},
|
|
10411
|
+
"path": [
|
|
10412
|
+
"color",
|
|
10413
|
+
"theme",
|
|
10414
|
+
"common",
|
|
10415
|
+
"touchbar",
|
|
10416
|
+
"background",
|
|
10417
|
+
"violet",
|
|
10418
|
+
"pressed"
|
|
10419
|
+
]
|
|
10420
|
+
}
|
|
10421
|
+
},
|
|
10422
|
+
"orange": {
|
|
10423
|
+
"normal": {
|
|
10424
|
+
"parent": "theme/stable/light",
|
|
10425
|
+
"type": "color",
|
|
10426
|
+
"value": "#000000",
|
|
10427
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10428
|
+
"isSource": true,
|
|
10429
|
+
"original": {
|
|
10430
|
+
"parent": "theme/stable/light",
|
|
10431
|
+
"type": "color",
|
|
10432
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10433
|
+
},
|
|
10434
|
+
"name": "mds-color-theme-common-touchbar-background-orange-normal",
|
|
10435
|
+
"attributes": {
|
|
10436
|
+
"category": "color",
|
|
10437
|
+
"type": "theme",
|
|
10438
|
+
"item": "common",
|
|
10439
|
+
"subitem": "touchbar",
|
|
10440
|
+
"state": "background"
|
|
10441
|
+
},
|
|
10442
|
+
"path": [
|
|
10443
|
+
"color",
|
|
10444
|
+
"theme",
|
|
10445
|
+
"common",
|
|
10446
|
+
"touchbar",
|
|
10447
|
+
"background",
|
|
10448
|
+
"orange",
|
|
10449
|
+
"normal"
|
|
10450
|
+
]
|
|
10451
|
+
},
|
|
10452
|
+
"pressed": {
|
|
10453
|
+
"parent": "theme/stable/light",
|
|
10454
|
+
"type": "color",
|
|
10455
|
+
"value": "#1aebff",
|
|
10456
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10457
|
+
"isSource": true,
|
|
10458
|
+
"original": {
|
|
10459
|
+
"parent": "theme/stable/light",
|
|
10460
|
+
"type": "color",
|
|
10461
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10462
|
+
},
|
|
10463
|
+
"name": "mds-color-theme-common-touchbar-background-orange-pressed",
|
|
10464
|
+
"attributes": {
|
|
10465
|
+
"category": "color",
|
|
10466
|
+
"type": "theme",
|
|
10467
|
+
"item": "common",
|
|
10468
|
+
"subitem": "touchbar",
|
|
10469
|
+
"state": "background"
|
|
10470
|
+
},
|
|
10471
|
+
"path": [
|
|
10472
|
+
"color",
|
|
10473
|
+
"theme",
|
|
10474
|
+
"common",
|
|
10475
|
+
"touchbar",
|
|
10476
|
+
"background",
|
|
10477
|
+
"orange",
|
|
10478
|
+
"pressed"
|
|
10479
|
+
]
|
|
10480
|
+
}
|
|
10481
|
+
},
|
|
10482
|
+
"green": {
|
|
10483
|
+
"normal": {
|
|
10484
|
+
"parent": "theme/stable/light",
|
|
10485
|
+
"type": "color",
|
|
10486
|
+
"value": "#000000",
|
|
10487
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10488
|
+
"isSource": true,
|
|
10489
|
+
"original": {
|
|
10490
|
+
"parent": "theme/stable/light",
|
|
10491
|
+
"type": "color",
|
|
10492
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10493
|
+
},
|
|
10494
|
+
"name": "mds-color-theme-common-touchbar-background-green-normal",
|
|
10495
|
+
"attributes": {
|
|
10496
|
+
"category": "color",
|
|
10497
|
+
"type": "theme",
|
|
10498
|
+
"item": "common",
|
|
10499
|
+
"subitem": "touchbar",
|
|
10500
|
+
"state": "background"
|
|
10501
|
+
},
|
|
10502
|
+
"path": [
|
|
10503
|
+
"color",
|
|
10504
|
+
"theme",
|
|
10505
|
+
"common",
|
|
10506
|
+
"touchbar",
|
|
10507
|
+
"background",
|
|
10508
|
+
"green",
|
|
10509
|
+
"normal"
|
|
10510
|
+
]
|
|
10511
|
+
},
|
|
10512
|
+
"pressed": {
|
|
10513
|
+
"parent": "theme/stable/light",
|
|
10514
|
+
"type": "color",
|
|
10515
|
+
"value": "#1aebff",
|
|
10516
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10517
|
+
"isSource": true,
|
|
10518
|
+
"original": {
|
|
10519
|
+
"parent": "theme/stable/light",
|
|
10520
|
+
"type": "color",
|
|
10521
|
+
"value": "{color.highcontrast.black.HighlightColor}"
|
|
10522
|
+
},
|
|
10523
|
+
"name": "mds-color-theme-common-touchbar-background-green-pressed",
|
|
10524
|
+
"attributes": {
|
|
10525
|
+
"category": "color",
|
|
10526
|
+
"type": "theme",
|
|
10527
|
+
"item": "common",
|
|
10528
|
+
"subitem": "touchbar",
|
|
10529
|
+
"state": "background"
|
|
10530
|
+
},
|
|
10531
|
+
"path": [
|
|
10532
|
+
"color",
|
|
10533
|
+
"theme",
|
|
10534
|
+
"common",
|
|
10535
|
+
"touchbar",
|
|
10536
|
+
"background",
|
|
10537
|
+
"green",
|
|
10538
|
+
"pressed"
|
|
10539
|
+
]
|
|
10540
|
+
}
|
|
10541
|
+
},
|
|
10542
|
+
"red": {
|
|
10543
|
+
"normal": {
|
|
10544
|
+
"parent": "theme/stable/light",
|
|
10545
|
+
"type": "color",
|
|
10546
|
+
"value": "#db1f2e",
|
|
10547
|
+
"description": "",
|
|
10548
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10549
|
+
"isSource": true,
|
|
10550
|
+
"original": {
|
|
10551
|
+
"parent": "theme/stable/light",
|
|
10552
|
+
"type": "color",
|
|
10553
|
+
"value": "{color.core.red.60}",
|
|
10554
|
+
"description": ""
|
|
10555
|
+
},
|
|
10556
|
+
"name": "mds-color-theme-common-touchbar-background-red-normal",
|
|
10557
|
+
"attributes": {
|
|
10558
|
+
"category": "color",
|
|
10559
|
+
"type": "theme",
|
|
10560
|
+
"item": "common",
|
|
10561
|
+
"subitem": "touchbar",
|
|
10562
|
+
"state": "background"
|
|
10563
|
+
},
|
|
10564
|
+
"path": [
|
|
10565
|
+
"color",
|
|
10566
|
+
"theme",
|
|
10567
|
+
"common",
|
|
10568
|
+
"touchbar",
|
|
10569
|
+
"background",
|
|
10570
|
+
"red",
|
|
10571
|
+
"normal"
|
|
10572
|
+
]
|
|
10573
|
+
},
|
|
10574
|
+
"pressed": {
|
|
10575
|
+
"parent": "theme/stable/light",
|
|
10576
|
+
"type": "color",
|
|
10577
|
+
"value": "#780d13",
|
|
10578
|
+
"description": "",
|
|
10579
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10580
|
+
"isSource": true,
|
|
10581
|
+
"original": {
|
|
10582
|
+
"parent": "theme/stable/light",
|
|
10583
|
+
"type": "color",
|
|
10584
|
+
"value": "{color.core.red.80}",
|
|
10585
|
+
"description": ""
|
|
10586
|
+
},
|
|
10587
|
+
"name": "mds-color-theme-common-touchbar-background-red-pressed",
|
|
10588
|
+
"attributes": {
|
|
10589
|
+
"category": "color",
|
|
10590
|
+
"type": "theme",
|
|
10591
|
+
"item": "common",
|
|
10592
|
+
"subitem": "touchbar",
|
|
10593
|
+
"state": "background"
|
|
10594
|
+
},
|
|
10595
|
+
"path": [
|
|
10596
|
+
"color",
|
|
10597
|
+
"theme",
|
|
10598
|
+
"common",
|
|
10599
|
+
"touchbar",
|
|
10600
|
+
"background",
|
|
10601
|
+
"red",
|
|
10602
|
+
"pressed"
|
|
10603
|
+
]
|
|
10604
|
+
}
|
|
10605
|
+
},
|
|
10606
|
+
"transparent": {
|
|
10607
|
+
"type": "color",
|
|
10608
|
+
"value": "#000000",
|
|
10609
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10610
|
+
"isSource": true,
|
|
10611
|
+
"original": {
|
|
10612
|
+
"type": "color",
|
|
10613
|
+
"value": "{color.highcontrast.black.WindowColor}"
|
|
10614
|
+
},
|
|
10615
|
+
"name": "mds-color-theme-common-touchbar-background-transparent",
|
|
10616
|
+
"attributes": {
|
|
10617
|
+
"category": "color",
|
|
10618
|
+
"type": "theme",
|
|
10619
|
+
"item": "common",
|
|
10620
|
+
"subitem": "touchbar",
|
|
10621
|
+
"state": "background"
|
|
10622
|
+
},
|
|
10623
|
+
"path": [
|
|
10624
|
+
"color",
|
|
10625
|
+
"theme",
|
|
10626
|
+
"common",
|
|
10627
|
+
"touchbar",
|
|
10628
|
+
"background",
|
|
10629
|
+
"transparent"
|
|
10630
|
+
]
|
|
10631
|
+
}
|
|
10632
|
+
},
|
|
10633
|
+
"icon": {
|
|
10634
|
+
"attention": {
|
|
10635
|
+
"parent": "theme/stable/light",
|
|
10636
|
+
"type": "color",
|
|
10637
|
+
"value": "#000000",
|
|
10638
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10639
|
+
"isSource": true,
|
|
10640
|
+
"original": {
|
|
10641
|
+
"parent": "theme/stable/light",
|
|
10642
|
+
"type": "color",
|
|
10643
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10644
|
+
},
|
|
10645
|
+
"name": "mds-color-theme-common-touchbar-icon-attention",
|
|
10646
|
+
"attributes": {
|
|
10647
|
+
"category": "color",
|
|
10648
|
+
"type": "theme",
|
|
10649
|
+
"item": "common",
|
|
10650
|
+
"subitem": "touchbar",
|
|
10651
|
+
"state": "icon"
|
|
10652
|
+
},
|
|
10653
|
+
"path": [
|
|
10654
|
+
"color",
|
|
10655
|
+
"theme",
|
|
10656
|
+
"common",
|
|
10657
|
+
"touchbar",
|
|
10658
|
+
"icon",
|
|
10659
|
+
"attention"
|
|
10660
|
+
]
|
|
10661
|
+
},
|
|
10662
|
+
"stable": {
|
|
10663
|
+
"parent": "theme/stable/light",
|
|
10664
|
+
"type": "color",
|
|
10665
|
+
"value": "#000000",
|
|
10666
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10667
|
+
"isSource": true,
|
|
10668
|
+
"original": {
|
|
10669
|
+
"parent": "theme/stable/light",
|
|
10670
|
+
"type": "color",
|
|
10671
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10672
|
+
},
|
|
10673
|
+
"name": "mds-color-theme-common-touchbar-icon-stable",
|
|
10674
|
+
"attributes": {
|
|
10675
|
+
"category": "color",
|
|
10676
|
+
"type": "theme",
|
|
10677
|
+
"item": "common",
|
|
10678
|
+
"subitem": "touchbar",
|
|
10679
|
+
"state": "icon"
|
|
10680
|
+
},
|
|
10681
|
+
"path": [
|
|
10682
|
+
"color",
|
|
10683
|
+
"theme",
|
|
10684
|
+
"common",
|
|
10685
|
+
"touchbar",
|
|
10686
|
+
"icon",
|
|
10687
|
+
"stable"
|
|
10688
|
+
]
|
|
10689
|
+
},
|
|
10690
|
+
"secure": {
|
|
10691
|
+
"parent": "theme/stable/light",
|
|
10692
|
+
"type": "color",
|
|
10693
|
+
"value": "#000000",
|
|
10694
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
10695
|
+
"isSource": true,
|
|
10696
|
+
"original": {
|
|
10697
|
+
"parent": "theme/stable/light",
|
|
10698
|
+
"type": "color",
|
|
10699
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}"
|
|
10700
|
+
},
|
|
10701
|
+
"name": "mds-color-theme-common-touchbar-icon-secure",
|
|
10702
|
+
"attributes": {
|
|
10703
|
+
"category": "color",
|
|
10704
|
+
"type": "theme",
|
|
10705
|
+
"item": "common",
|
|
10706
|
+
"subitem": "touchbar",
|
|
10707
|
+
"state": "icon"
|
|
10708
|
+
},
|
|
10709
|
+
"path": [
|
|
10710
|
+
"color",
|
|
10711
|
+
"theme",
|
|
10712
|
+
"common",
|
|
10713
|
+
"touchbar",
|
|
10714
|
+
"icon",
|
|
10715
|
+
"secure"
|
|
10716
|
+
]
|
|
10717
|
+
}
|
|
10718
|
+
}
|
|
9935
10719
|
}
|
|
9936
10720
|
}
|
|
9937
10721
|
}
|