@pantheon-systems/pds-design-tokens 1.0.0-dev.63 → 1.0.0-dev.64
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/build/css/pds-design-tokens-dark-mode.css +4 -1
- package/build/css/pds-design-tokens-light-mode.css +4 -1
- package/build/figma/pds-design-tokens-figma.json +150 -8
- package/build/json/pds-design-tokens-dark-mode.json +75 -4
- package/build/json/pds-design-tokens-light-mode.json +75 -4
- package/package.json +1 -1
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
:root {
|
|
13
13
|
--pds-color-background-default: #1d1d29;
|
|
14
14
|
--pds-color-background-default-secondary: #282839;
|
|
15
|
+
--pds-color-background-reverse: #c7c5d0;
|
|
15
16
|
--pds-color-badge-border: #a6a3b4;
|
|
16
17
|
--pds-color-badge-label: #c7c5d0;
|
|
17
18
|
--pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
--pds-color-expansion-panel-hover: #282839;
|
|
92
93
|
--pds-color-expansion-panel-open: #282839;
|
|
93
94
|
--pds-color-foreground-default: #ffffff;
|
|
95
|
+
--pds-color-foreground-reverse: #1d1d29;
|
|
94
96
|
--pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
|
|
95
97
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
96
98
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
@@ -162,8 +164,9 @@
|
|
|
162
164
|
--pds-color-tag-7-foreground: #dffcf0;
|
|
163
165
|
--pds-color-tag-8-background: #0f5f6a;
|
|
164
166
|
--pds-color-tag-8-foreground: #f0fdff;
|
|
165
|
-
--pds-color-text-default:
|
|
167
|
+
--pds-color-text-default: var(--pds-color-foreground-default);
|
|
166
168
|
--pds-color-text-default-secondary: #a6a3b4;
|
|
169
|
+
--pds-color-text-reverse: var(--pds-color-foreground-reverse);
|
|
167
170
|
--pds-color-tile-background-active: #858299;
|
|
168
171
|
--pds-color-tile-background-hover: #504e62;
|
|
169
172
|
--pds-color-tile-separator: #504e62;
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
:root {
|
|
13
13
|
--pds-color-background-default: #ffffff;
|
|
14
14
|
--pds-color-background-default-secondary: #f8f8f8;
|
|
15
|
+
--pds-color-background-reverse: #23232d;
|
|
15
16
|
--pds-color-badge-border: var(--pds-color-border-default);
|
|
16
17
|
--pds-color-badge-label: var(--pds-color-text-default-secondary);
|
|
17
18
|
--pds-color-badge-status-critical: var(--pds-color-semantic-critical-foreground);
|
|
@@ -91,6 +92,7 @@
|
|
|
91
92
|
--pds-color-expansion-panel-hover: #f1f1f1;
|
|
92
93
|
--pds-color-expansion-panel-open: #f1f1f1;
|
|
93
94
|
--pds-color-foreground-default: #23232d;
|
|
95
|
+
--pds-color-foreground-reverse: #ffffff;
|
|
94
96
|
--pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
|
|
95
97
|
--pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
|
|
96
98
|
--pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
|
|
@@ -171,8 +173,9 @@
|
|
|
171
173
|
--pds-color-tag-7-foreground: #164b35;
|
|
172
174
|
--pds-color-tag-8-background: #f0fdff;
|
|
173
175
|
--pds-color-tag-8-foreground: #0f5f6a;
|
|
174
|
-
--pds-color-text-default:
|
|
176
|
+
--pds-color-text-default: var(--pds-color-foreground-default);
|
|
175
177
|
--pds-color-text-default-secondary: #6d6d78;
|
|
178
|
+
--pds-color-text-reverse: var(--pds-color-foreground-reverse);
|
|
176
179
|
--pds-color-tile-background-active: #f1f1f1;
|
|
177
180
|
--pds-color-tile-background-hover: #f8f8f8;
|
|
178
181
|
--pds-color-tile-separator: #cfcfd3;
|
|
@@ -3961,6 +3961,31 @@
|
|
|
3961
3961
|
"background",
|
|
3962
3962
|
"default-secondary"
|
|
3963
3963
|
]
|
|
3964
|
+
},
|
|
3965
|
+
"reverse": {
|
|
3966
|
+
"value": "#c7c5d0",
|
|
3967
|
+
"public": true,
|
|
3968
|
+
"isReferenceToInternal": true,
|
|
3969
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
3970
|
+
"isSource": true,
|
|
3971
|
+
"original": {
|
|
3972
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
3973
|
+
"public": true,
|
|
3974
|
+
"isReferenceToInternal": true
|
|
3975
|
+
},
|
|
3976
|
+
"name": "color-dark-mode-background-reverse",
|
|
3977
|
+
"attributes": {
|
|
3978
|
+
"category": "color",
|
|
3979
|
+
"type": "dark-mode",
|
|
3980
|
+
"item": "background",
|
|
3981
|
+
"subitem": "reverse"
|
|
3982
|
+
},
|
|
3983
|
+
"path": [
|
|
3984
|
+
"color",
|
|
3985
|
+
"dark-mode",
|
|
3986
|
+
"background",
|
|
3987
|
+
"reverse"
|
|
3988
|
+
]
|
|
3964
3989
|
}
|
|
3965
3990
|
},
|
|
3966
3991
|
"border": {
|
|
@@ -4015,6 +4040,31 @@
|
|
|
4015
4040
|
"foreground",
|
|
4016
4041
|
"default"
|
|
4017
4042
|
]
|
|
4043
|
+
},
|
|
4044
|
+
"reverse": {
|
|
4045
|
+
"value": "#1d1d29",
|
|
4046
|
+
"public": true,
|
|
4047
|
+
"isReferenceToInternal": true,
|
|
4048
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
4049
|
+
"isSource": true,
|
|
4050
|
+
"original": {
|
|
4051
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
4052
|
+
"public": true,
|
|
4053
|
+
"isReferenceToInternal": true
|
|
4054
|
+
},
|
|
4055
|
+
"name": "color-dark-mode-foreground-reverse",
|
|
4056
|
+
"attributes": {
|
|
4057
|
+
"category": "color",
|
|
4058
|
+
"type": "dark-mode",
|
|
4059
|
+
"item": "foreground",
|
|
4060
|
+
"subitem": "reverse"
|
|
4061
|
+
},
|
|
4062
|
+
"path": [
|
|
4063
|
+
"color",
|
|
4064
|
+
"dark-mode",
|
|
4065
|
+
"foreground",
|
|
4066
|
+
"reverse"
|
|
4067
|
+
]
|
|
4018
4068
|
}
|
|
4019
4069
|
},
|
|
4020
4070
|
"input": {
|
|
@@ -5603,13 +5653,11 @@
|
|
|
5603
5653
|
"default": {
|
|
5604
5654
|
"value": "#ffffff",
|
|
5605
5655
|
"public": true,
|
|
5606
|
-
"isReferenceToInternal": true,
|
|
5607
5656
|
"filePath": "tokens/color/alias/text.dark.json",
|
|
5608
5657
|
"isSource": true,
|
|
5609
5658
|
"original": {
|
|
5610
|
-
"value": "{color.dark-mode.
|
|
5611
|
-
"public": true
|
|
5612
|
-
"isReferenceToInternal": true
|
|
5659
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
5660
|
+
"public": true
|
|
5613
5661
|
},
|
|
5614
5662
|
"name": "color-dark-mode-text-default",
|
|
5615
5663
|
"attributes": {
|
|
@@ -5649,6 +5697,29 @@
|
|
|
5649
5697
|
"text",
|
|
5650
5698
|
"default-secondary"
|
|
5651
5699
|
]
|
|
5700
|
+
},
|
|
5701
|
+
"reverse": {
|
|
5702
|
+
"value": "#1d1d29",
|
|
5703
|
+
"public": true,
|
|
5704
|
+
"filePath": "tokens/color/alias/text.dark.json",
|
|
5705
|
+
"isSource": true,
|
|
5706
|
+
"original": {
|
|
5707
|
+
"value": "{color.dark-mode.foreground.reverse.value}",
|
|
5708
|
+
"public": true
|
|
5709
|
+
},
|
|
5710
|
+
"name": "color-dark-mode-text-reverse",
|
|
5711
|
+
"attributes": {
|
|
5712
|
+
"category": "color",
|
|
5713
|
+
"type": "dark-mode",
|
|
5714
|
+
"item": "text",
|
|
5715
|
+
"subitem": "reverse"
|
|
5716
|
+
},
|
|
5717
|
+
"path": [
|
|
5718
|
+
"color",
|
|
5719
|
+
"dark-mode",
|
|
5720
|
+
"text",
|
|
5721
|
+
"reverse"
|
|
5722
|
+
]
|
|
5652
5723
|
}
|
|
5653
5724
|
},
|
|
5654
5725
|
"tile": {
|
|
@@ -9299,6 +9370,31 @@
|
|
|
9299
9370
|
"background",
|
|
9300
9371
|
"default-secondary"
|
|
9301
9372
|
]
|
|
9373
|
+
},
|
|
9374
|
+
"reverse": {
|
|
9375
|
+
"value": "#23232d",
|
|
9376
|
+
"public": true,
|
|
9377
|
+
"isReferenceToInternal": true,
|
|
9378
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
9379
|
+
"isSource": true,
|
|
9380
|
+
"original": {
|
|
9381
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
9382
|
+
"public": true,
|
|
9383
|
+
"isReferenceToInternal": true
|
|
9384
|
+
},
|
|
9385
|
+
"name": "color-light-mode-background-reverse",
|
|
9386
|
+
"attributes": {
|
|
9387
|
+
"category": "color",
|
|
9388
|
+
"type": "light-mode",
|
|
9389
|
+
"item": "background",
|
|
9390
|
+
"subitem": "reverse"
|
|
9391
|
+
},
|
|
9392
|
+
"path": [
|
|
9393
|
+
"color",
|
|
9394
|
+
"light-mode",
|
|
9395
|
+
"background",
|
|
9396
|
+
"reverse"
|
|
9397
|
+
]
|
|
9302
9398
|
}
|
|
9303
9399
|
},
|
|
9304
9400
|
"border": {
|
|
@@ -9353,6 +9449,31 @@
|
|
|
9353
9449
|
"foreground",
|
|
9354
9450
|
"default"
|
|
9355
9451
|
]
|
|
9452
|
+
},
|
|
9453
|
+
"reverse": {
|
|
9454
|
+
"value": "#ffffff",
|
|
9455
|
+
"public": true,
|
|
9456
|
+
"isReferenceToInternal": true,
|
|
9457
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
9458
|
+
"isSource": true,
|
|
9459
|
+
"original": {
|
|
9460
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
9461
|
+
"public": true,
|
|
9462
|
+
"isReferenceToInternal": true
|
|
9463
|
+
},
|
|
9464
|
+
"name": "color-light-mode-foreground-reverse",
|
|
9465
|
+
"attributes": {
|
|
9466
|
+
"category": "color",
|
|
9467
|
+
"type": "light-mode",
|
|
9468
|
+
"item": "foreground",
|
|
9469
|
+
"subitem": "reverse"
|
|
9470
|
+
},
|
|
9471
|
+
"path": [
|
|
9472
|
+
"color",
|
|
9473
|
+
"light-mode",
|
|
9474
|
+
"foreground",
|
|
9475
|
+
"reverse"
|
|
9476
|
+
]
|
|
9356
9477
|
}
|
|
9357
9478
|
},
|
|
9358
9479
|
"input": {
|
|
@@ -11026,13 +11147,11 @@
|
|
|
11026
11147
|
"default": {
|
|
11027
11148
|
"value": "#23232d",
|
|
11028
11149
|
"public": true,
|
|
11029
|
-
"isReferenceToInternal": true,
|
|
11030
11150
|
"filePath": "tokens/color/alias/text.light.json",
|
|
11031
11151
|
"isSource": true,
|
|
11032
11152
|
"original": {
|
|
11033
|
-
"value": "{color.light-mode.
|
|
11034
|
-
"public": true
|
|
11035
|
-
"isReferenceToInternal": true
|
|
11153
|
+
"value": "{color.light-mode.foreground.default.value}",
|
|
11154
|
+
"public": true
|
|
11036
11155
|
},
|
|
11037
11156
|
"name": "color-light-mode-text-default",
|
|
11038
11157
|
"attributes": {
|
|
@@ -11072,6 +11191,29 @@
|
|
|
11072
11191
|
"text",
|
|
11073
11192
|
"default-secondary"
|
|
11074
11193
|
]
|
|
11194
|
+
},
|
|
11195
|
+
"reverse": {
|
|
11196
|
+
"value": "#ffffff",
|
|
11197
|
+
"public": true,
|
|
11198
|
+
"filePath": "tokens/color/alias/text.light.json",
|
|
11199
|
+
"isSource": true,
|
|
11200
|
+
"original": {
|
|
11201
|
+
"value": "{color.light-mode.foreground.reverse.value}",
|
|
11202
|
+
"public": true
|
|
11203
|
+
},
|
|
11204
|
+
"name": "color-light-mode-text-reverse",
|
|
11205
|
+
"attributes": {
|
|
11206
|
+
"category": "color",
|
|
11207
|
+
"type": "light-mode",
|
|
11208
|
+
"item": "text",
|
|
11209
|
+
"subitem": "reverse"
|
|
11210
|
+
},
|
|
11211
|
+
"path": [
|
|
11212
|
+
"color",
|
|
11213
|
+
"light-mode",
|
|
11214
|
+
"text",
|
|
11215
|
+
"reverse"
|
|
11216
|
+
]
|
|
11075
11217
|
}
|
|
11076
11218
|
},
|
|
11077
11219
|
"tile": {
|
|
@@ -2137,6 +2137,31 @@
|
|
|
2137
2137
|
"background",
|
|
2138
2138
|
"default-secondary"
|
|
2139
2139
|
]
|
|
2140
|
+
},
|
|
2141
|
+
"reverse": {
|
|
2142
|
+
"value": "#c7c5d0",
|
|
2143
|
+
"public": true,
|
|
2144
|
+
"isReferenceToInternal": true,
|
|
2145
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
2146
|
+
"isSource": true,
|
|
2147
|
+
"original": {
|
|
2148
|
+
"value": "{color.dark-mode.neutral.100.value}",
|
|
2149
|
+
"public": true,
|
|
2150
|
+
"isReferenceToInternal": true
|
|
2151
|
+
},
|
|
2152
|
+
"name": "color-dark-mode-background-reverse",
|
|
2153
|
+
"attributes": {
|
|
2154
|
+
"category": "color",
|
|
2155
|
+
"type": "dark-mode",
|
|
2156
|
+
"item": "background",
|
|
2157
|
+
"subitem": "reverse"
|
|
2158
|
+
},
|
|
2159
|
+
"path": [
|
|
2160
|
+
"color",
|
|
2161
|
+
"dark-mode",
|
|
2162
|
+
"background",
|
|
2163
|
+
"reverse"
|
|
2164
|
+
]
|
|
2140
2165
|
}
|
|
2141
2166
|
},
|
|
2142
2167
|
"border": {
|
|
@@ -2191,6 +2216,31 @@
|
|
|
2191
2216
|
"foreground",
|
|
2192
2217
|
"default"
|
|
2193
2218
|
]
|
|
2219
|
+
},
|
|
2220
|
+
"reverse": {
|
|
2221
|
+
"value": "#1d1d29",
|
|
2222
|
+
"public": true,
|
|
2223
|
+
"isReferenceToInternal": true,
|
|
2224
|
+
"filePath": "tokens/color/alias/defaults.dark.json",
|
|
2225
|
+
"isSource": true,
|
|
2226
|
+
"original": {
|
|
2227
|
+
"value": "{color.dark-mode.neutral.600.value}",
|
|
2228
|
+
"public": true,
|
|
2229
|
+
"isReferenceToInternal": true
|
|
2230
|
+
},
|
|
2231
|
+
"name": "color-dark-mode-foreground-reverse",
|
|
2232
|
+
"attributes": {
|
|
2233
|
+
"category": "color",
|
|
2234
|
+
"type": "dark-mode",
|
|
2235
|
+
"item": "foreground",
|
|
2236
|
+
"subitem": "reverse"
|
|
2237
|
+
},
|
|
2238
|
+
"path": [
|
|
2239
|
+
"color",
|
|
2240
|
+
"dark-mode",
|
|
2241
|
+
"foreground",
|
|
2242
|
+
"reverse"
|
|
2243
|
+
]
|
|
2194
2244
|
}
|
|
2195
2245
|
},
|
|
2196
2246
|
"input": {
|
|
@@ -3779,13 +3829,11 @@
|
|
|
3779
3829
|
"default": {
|
|
3780
3830
|
"value": "#ffffff",
|
|
3781
3831
|
"public": true,
|
|
3782
|
-
"isReferenceToInternal": true,
|
|
3783
3832
|
"filePath": "tokens/color/alias/text.dark.json",
|
|
3784
3833
|
"isSource": true,
|
|
3785
3834
|
"original": {
|
|
3786
|
-
"value": "{color.dark-mode.
|
|
3787
|
-
"public": true
|
|
3788
|
-
"isReferenceToInternal": true
|
|
3835
|
+
"value": "{color.dark-mode.foreground.default.value}",
|
|
3836
|
+
"public": true
|
|
3789
3837
|
},
|
|
3790
3838
|
"name": "color-dark-mode-text-default",
|
|
3791
3839
|
"attributes": {
|
|
@@ -3825,6 +3873,29 @@
|
|
|
3825
3873
|
"text",
|
|
3826
3874
|
"default-secondary"
|
|
3827
3875
|
]
|
|
3876
|
+
},
|
|
3877
|
+
"reverse": {
|
|
3878
|
+
"value": "#1d1d29",
|
|
3879
|
+
"public": true,
|
|
3880
|
+
"filePath": "tokens/color/alias/text.dark.json",
|
|
3881
|
+
"isSource": true,
|
|
3882
|
+
"original": {
|
|
3883
|
+
"value": "{color.dark-mode.foreground.reverse.value}",
|
|
3884
|
+
"public": true
|
|
3885
|
+
},
|
|
3886
|
+
"name": "color-dark-mode-text-reverse",
|
|
3887
|
+
"attributes": {
|
|
3888
|
+
"category": "color",
|
|
3889
|
+
"type": "dark-mode",
|
|
3890
|
+
"item": "text",
|
|
3891
|
+
"subitem": "reverse"
|
|
3892
|
+
},
|
|
3893
|
+
"path": [
|
|
3894
|
+
"color",
|
|
3895
|
+
"dark-mode",
|
|
3896
|
+
"text",
|
|
3897
|
+
"reverse"
|
|
3898
|
+
]
|
|
3828
3899
|
}
|
|
3829
3900
|
},
|
|
3830
3901
|
"tile": {
|
|
@@ -2131,6 +2131,31 @@
|
|
|
2131
2131
|
"background",
|
|
2132
2132
|
"default-secondary"
|
|
2133
2133
|
]
|
|
2134
|
+
},
|
|
2135
|
+
"reverse": {
|
|
2136
|
+
"value": "#23232d",
|
|
2137
|
+
"public": true,
|
|
2138
|
+
"isReferenceToInternal": true,
|
|
2139
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
2140
|
+
"isSource": true,
|
|
2141
|
+
"original": {
|
|
2142
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
2143
|
+
"public": true,
|
|
2144
|
+
"isReferenceToInternal": true
|
|
2145
|
+
},
|
|
2146
|
+
"name": "color-light-mode-background-reverse",
|
|
2147
|
+
"attributes": {
|
|
2148
|
+
"category": "color",
|
|
2149
|
+
"type": "light-mode",
|
|
2150
|
+
"item": "background",
|
|
2151
|
+
"subitem": "reverse"
|
|
2152
|
+
},
|
|
2153
|
+
"path": [
|
|
2154
|
+
"color",
|
|
2155
|
+
"light-mode",
|
|
2156
|
+
"background",
|
|
2157
|
+
"reverse"
|
|
2158
|
+
]
|
|
2134
2159
|
}
|
|
2135
2160
|
},
|
|
2136
2161
|
"border": {
|
|
@@ -2185,6 +2210,31 @@
|
|
|
2185
2210
|
"foreground",
|
|
2186
2211
|
"default"
|
|
2187
2212
|
]
|
|
2213
|
+
},
|
|
2214
|
+
"reverse": {
|
|
2215
|
+
"value": "#ffffff",
|
|
2216
|
+
"public": true,
|
|
2217
|
+
"isReferenceToInternal": true,
|
|
2218
|
+
"filePath": "tokens/color/alias/defaults.light.json",
|
|
2219
|
+
"isSource": true,
|
|
2220
|
+
"original": {
|
|
2221
|
+
"value": "{color.light-mode.neutral.000.value}",
|
|
2222
|
+
"public": true,
|
|
2223
|
+
"isReferenceToInternal": true
|
|
2224
|
+
},
|
|
2225
|
+
"name": "color-light-mode-foreground-reverse",
|
|
2226
|
+
"attributes": {
|
|
2227
|
+
"category": "color",
|
|
2228
|
+
"type": "light-mode",
|
|
2229
|
+
"item": "foreground",
|
|
2230
|
+
"subitem": "reverse"
|
|
2231
|
+
},
|
|
2232
|
+
"path": [
|
|
2233
|
+
"color",
|
|
2234
|
+
"light-mode",
|
|
2235
|
+
"foreground",
|
|
2236
|
+
"reverse"
|
|
2237
|
+
]
|
|
2188
2238
|
}
|
|
2189
2239
|
},
|
|
2190
2240
|
"input": {
|
|
@@ -3858,13 +3908,11 @@
|
|
|
3858
3908
|
"default": {
|
|
3859
3909
|
"value": "#23232d",
|
|
3860
3910
|
"public": true,
|
|
3861
|
-
"isReferenceToInternal": true,
|
|
3862
3911
|
"filePath": "tokens/color/alias/text.light.json",
|
|
3863
3912
|
"isSource": true,
|
|
3864
3913
|
"original": {
|
|
3865
|
-
"value": "{color.light-mode.
|
|
3866
|
-
"public": true
|
|
3867
|
-
"isReferenceToInternal": true
|
|
3914
|
+
"value": "{color.light-mode.foreground.default.value}",
|
|
3915
|
+
"public": true
|
|
3868
3916
|
},
|
|
3869
3917
|
"name": "color-light-mode-text-default",
|
|
3870
3918
|
"attributes": {
|
|
@@ -3904,6 +3952,29 @@
|
|
|
3904
3952
|
"text",
|
|
3905
3953
|
"default-secondary"
|
|
3906
3954
|
]
|
|
3955
|
+
},
|
|
3956
|
+
"reverse": {
|
|
3957
|
+
"value": "#ffffff",
|
|
3958
|
+
"public": true,
|
|
3959
|
+
"filePath": "tokens/color/alias/text.light.json",
|
|
3960
|
+
"isSource": true,
|
|
3961
|
+
"original": {
|
|
3962
|
+
"value": "{color.light-mode.foreground.reverse.value}",
|
|
3963
|
+
"public": true
|
|
3964
|
+
},
|
|
3965
|
+
"name": "color-light-mode-text-reverse",
|
|
3966
|
+
"attributes": {
|
|
3967
|
+
"category": "color",
|
|
3968
|
+
"type": "light-mode",
|
|
3969
|
+
"item": "text",
|
|
3970
|
+
"subitem": "reverse"
|
|
3971
|
+
},
|
|
3972
|
+
"path": [
|
|
3973
|
+
"color",
|
|
3974
|
+
"light-mode",
|
|
3975
|
+
"text",
|
|
3976
|
+
"reverse"
|
|
3977
|
+
]
|
|
3907
3978
|
}
|
|
3908
3979
|
},
|
|
3909
3980
|
"tile": {
|