@atlaskit/tokens 7.1.1 → 8.0.0
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/CHANGELOG.md +26 -0
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/cjs/artifacts/palettes-raw/palette.js +147 -147
- package/dist/cjs/artifacts/theme-import-map.js +1 -13
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +266 -266
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/cjs/entry-points/palettes-raw.js +0 -7
- package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
- package/dist/cjs/entry-points/tokens-raw.js +0 -14
- package/dist/cjs/get-theme-styles.js +0 -3
- package/dist/cjs/get-token-value.js +0 -4
- package/dist/cjs/get-token.js +0 -4
- package/dist/cjs/theme-config.js +1 -19
- package/dist/cjs/utils/theme-loading.js +3 -7
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
- package/dist/es2019/artifacts/theme-import-map.js +2 -6
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
- package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
- package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
- package/dist/es2019/artifacts/token-default-values.js +266 -266
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/es2019/entry-points/palettes-raw.js +0 -1
- package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
- package/dist/es2019/entry-points/tokens-raw.js +0 -2
- package/dist/es2019/get-theme-styles.js +0 -1
- package/dist/es2019/get-token-value.js +0 -4
- package/dist/es2019/get-token.js +0 -4
- package/dist/es2019/theme-config.js +1 -19
- package/dist/es2019/utils/theme-loading.js +0 -4
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
- package/dist/esm/artifacts/theme-import-map.js +1 -9
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +266 -266
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/esm/entry-points/palettes-raw.js +0 -1
- package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
- package/dist/esm/entry-points/tokens-raw.js +0 -2
- package/dist/esm/get-theme-styles.js +0 -3
- package/dist/esm/get-token-value.js +0 -4
- package/dist/esm/get-token.js +0 -4
- package/dist/esm/theme-config.js +1 -19
- package/dist/esm/utils/theme-loading.js +3 -7
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +266 -266
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types/theme-config.d.ts +6 -6
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types-ts4.5/theme-config.d.ts +4 -8
- package/figma/atlassian-dark-increased-contrast.json +292 -292
- package/figma/atlassian-dark.json +297 -297
- package/figma/atlassian-light-increased-contrast.json +220 -220
- package/figma/atlassian-light.json +268 -268
- package/package.json +5 -5
- package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
- package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
- package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
- package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
- package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
- package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
- package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/figma/atlassian-dark-brand-refresh.json +0 -3558
- package/figma/atlassian-light-brand-refresh.json +0 -3537
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "Dark increased-contrast",
|
|
3
3
|
"tokens": {
|
|
4
4
|
"Dark increased-contrast/color.text": {
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#E2E3E4",
|
|
6
6
|
"attributes": {
|
|
7
7
|
"group": "paint",
|
|
8
8
|
"state": "active",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"Dark increased-contrast/color.text.accent.orange": {
|
|
50
|
-
"value": "#
|
|
50
|
+
"value": "#FCE4A6",
|
|
51
51
|
"attributes": {
|
|
52
52
|
"group": "paint",
|
|
53
53
|
"state": "active",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"Dark increased-contrast/color.text.accent.orange.bolder": {
|
|
59
|
-
"value": "#
|
|
59
|
+
"value": "#FFF5DB",
|
|
60
60
|
"attributes": {
|
|
61
61
|
"group": "paint",
|
|
62
62
|
"state": "active",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"Dark increased-contrast/color.text.accent.yellow": {
|
|
68
|
-
"value": "#
|
|
68
|
+
"value": "#F5E989",
|
|
69
69
|
"attributes": {
|
|
70
70
|
"group": "paint",
|
|
71
71
|
"state": "active",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"Dark increased-contrast/color.text.accent.yellow.bolder": {
|
|
77
|
-
"value": "#
|
|
77
|
+
"value": "#FEF7C8",
|
|
78
78
|
"attributes": {
|
|
79
79
|
"group": "paint",
|
|
80
80
|
"state": "active",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"Dark increased-contrast/color.text.accent.blue": {
|
|
122
|
-
"value": "#
|
|
122
|
+
"value": "#CFE1FD",
|
|
123
123
|
"attributes": {
|
|
124
124
|
"group": "paint",
|
|
125
125
|
"state": "active",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"Dark increased-contrast/color.text.accent.blue.bolder": {
|
|
131
|
-
"value": "#
|
|
131
|
+
"value": "#E9F2FE",
|
|
132
132
|
"attributes": {
|
|
133
133
|
"group": "paint",
|
|
134
134
|
"state": "active",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"Dark increased-contrast/color.text.accent.purple": {
|
|
140
|
-
"value": "#
|
|
140
|
+
"value": "#EED7FC",
|
|
141
141
|
"attributes": {
|
|
142
142
|
"group": "paint",
|
|
143
143
|
"state": "active",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"Dark increased-contrast/color.text.accent.purple.bolder": {
|
|
149
|
-
"value": "#
|
|
149
|
+
"value": "#F8EEFE",
|
|
150
150
|
"attributes": {
|
|
151
151
|
"group": "paint",
|
|
152
152
|
"state": "active",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
"Dark increased-contrast/color.text.accent.gray": {
|
|
176
|
-
"value": "#
|
|
176
|
+
"value": "#BFC1C4",
|
|
177
177
|
"attributes": {
|
|
178
178
|
"group": "paint",
|
|
179
179
|
"state": "active",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"Dark increased-contrast/color.text.accent.gray.bolder": {
|
|
185
|
-
"value": "#
|
|
185
|
+
"value": "#E2E3E4",
|
|
186
186
|
"attributes": {
|
|
187
187
|
"group": "paint",
|
|
188
188
|
"state": "active",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
193
|
"Dark increased-contrast/color.text.disabled": {
|
|
194
|
-
"value": "#
|
|
194
|
+
"value": "#E5E9F640",
|
|
195
195
|
"attributes": {
|
|
196
196
|
"group": "paint",
|
|
197
197
|
"state": "active",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"Dark increased-contrast/color.text.inverse": {
|
|
203
|
-
"value": "#
|
|
203
|
+
"value": "#1F1F21",
|
|
204
204
|
"attributes": {
|
|
205
205
|
"group": "paint",
|
|
206
206
|
"state": "active",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
211
|
"Dark increased-contrast/color.text.selected": {
|
|
212
|
-
"value": "#
|
|
212
|
+
"value": "#CFE1FD",
|
|
213
213
|
"attributes": {
|
|
214
214
|
"group": "paint",
|
|
215
215
|
"state": "active",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
"Dark increased-contrast/color.text.brand": {
|
|
221
|
-
"value": "#
|
|
221
|
+
"value": "#CFE1FD",
|
|
222
222
|
"attributes": {
|
|
223
223
|
"group": "paint",
|
|
224
224
|
"state": "active",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"Dark increased-contrast/color.text.warning": {
|
|
239
|
-
"value": "#
|
|
239
|
+
"value": "#FCE4A6",
|
|
240
240
|
"attributes": {
|
|
241
241
|
"group": "paint",
|
|
242
242
|
"state": "active",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
}
|
|
246
246
|
},
|
|
247
247
|
"Dark increased-contrast/color.text.warning.inverse": {
|
|
248
|
-
"value": "#
|
|
248
|
+
"value": "#18191A",
|
|
249
249
|
"attributes": {
|
|
250
250
|
"group": "paint",
|
|
251
251
|
"state": "active",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
},
|
|
265
265
|
"Dark increased-contrast/color.text.discovery": {
|
|
266
|
-
"value": "#
|
|
266
|
+
"value": "#EED7FC",
|
|
267
267
|
"attributes": {
|
|
268
268
|
"group": "paint",
|
|
269
269
|
"state": "active",
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"Dark increased-contrast/color.text.information": {
|
|
275
|
-
"value": "#
|
|
275
|
+
"value": "#CFE1FD",
|
|
276
276
|
"attributes": {
|
|
277
277
|
"group": "paint",
|
|
278
278
|
"state": "active",
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
}
|
|
282
282
|
},
|
|
283
283
|
"Dark increased-contrast/color.text.subtlest": {
|
|
284
|
-
"value": "#
|
|
284
|
+
"value": "#BFC1C4",
|
|
285
285
|
"attributes": {
|
|
286
286
|
"group": "paint",
|
|
287
287
|
"state": "active",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
"Dark increased-contrast/color.text.subtle": {
|
|
293
|
-
"value": "#
|
|
293
|
+
"value": "#CECFD2",
|
|
294
294
|
"attributes": {
|
|
295
295
|
"group": "paint",
|
|
296
296
|
"state": "active",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
"Dark increased-contrast/color.link": {
|
|
302
|
-
"value": "#
|
|
302
|
+
"value": "#CFE1FD",
|
|
303
303
|
"attributes": {
|
|
304
304
|
"group": "paint",
|
|
305
305
|
"state": "active",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
310
|
"Dark increased-contrast/color.link.pressed": {
|
|
311
|
-
"value": "#
|
|
311
|
+
"value": "#CFE1FD",
|
|
312
312
|
"attributes": {
|
|
313
313
|
"group": "paint",
|
|
314
314
|
"state": "active",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
}
|
|
318
318
|
},
|
|
319
319
|
"Dark increased-contrast/color.link.visited": {
|
|
320
|
-
"value": "#
|
|
320
|
+
"value": "#D8A0F7",
|
|
321
321
|
"attributes": {
|
|
322
322
|
"group": "paint",
|
|
323
323
|
"state": "active",
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
}
|
|
327
327
|
},
|
|
328
328
|
"Dark increased-contrast/color.link.visited.pressed": {
|
|
329
|
-
"value": "#
|
|
329
|
+
"value": "#EED7FC",
|
|
330
330
|
"attributes": {
|
|
331
331
|
"group": "paint",
|
|
332
332
|
"state": "active",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
"Dark increased-contrast/color.icon": {
|
|
338
|
-
"value": "#
|
|
338
|
+
"value": "#CECFD2",
|
|
339
339
|
"attributes": {
|
|
340
340
|
"group": "paint",
|
|
341
341
|
"state": "active",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
}
|
|
363
363
|
},
|
|
364
364
|
"Dark increased-contrast/color.icon.accent.orange": {
|
|
365
|
-
"value": "#
|
|
365
|
+
"value": "#FBC828",
|
|
366
366
|
"attributes": {
|
|
367
367
|
"group": "paint",
|
|
368
368
|
"state": "active",
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
"Dark increased-contrast/color.icon.accent.yellow": {
|
|
374
|
-
"value": "#
|
|
374
|
+
"value": "#EED12B",
|
|
375
375
|
"attributes": {
|
|
376
376
|
"group": "paint",
|
|
377
377
|
"state": "active",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
400
|
"Dark increased-contrast/color.icon.accent.blue": {
|
|
401
|
-
"value": "#
|
|
401
|
+
"value": "#8FB8F6",
|
|
402
402
|
"attributes": {
|
|
403
403
|
"group": "paint",
|
|
404
404
|
"state": "active",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
}
|
|
408
408
|
},
|
|
409
409
|
"Dark increased-contrast/color.icon.accent.purple": {
|
|
410
|
-
"value": "#
|
|
410
|
+
"value": "#D8A0F7",
|
|
411
411
|
"attributes": {
|
|
412
412
|
"group": "paint",
|
|
413
413
|
"state": "active",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
"Dark increased-contrast/color.icon.accent.gray": {
|
|
428
|
-
"value": "#
|
|
428
|
+
"value": "#A9ABAF",
|
|
429
429
|
"attributes": {
|
|
430
430
|
"group": "paint",
|
|
431
431
|
"state": "active",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
436
|
"Dark increased-contrast/color.icon.disabled": {
|
|
437
|
-
"value": "#
|
|
437
|
+
"value": "#E5E9F640",
|
|
438
438
|
"attributes": {
|
|
439
439
|
"group": "paint",
|
|
440
440
|
"state": "active",
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"Dark increased-contrast/color.icon.inverse": {
|
|
446
|
-
"value": "#
|
|
446
|
+
"value": "#1F1F21",
|
|
447
447
|
"attributes": {
|
|
448
448
|
"group": "paint",
|
|
449
449
|
"state": "active",
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
}
|
|
453
453
|
},
|
|
454
454
|
"Dark increased-contrast/color.icon.selected": {
|
|
455
|
-
"value": "#
|
|
455
|
+
"value": "#8FB8F6",
|
|
456
456
|
"attributes": {
|
|
457
457
|
"group": "paint",
|
|
458
458
|
"state": "active",
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"Dark increased-contrast/color.icon.brand": {
|
|
464
|
-
"value": "#
|
|
464
|
+
"value": "#8FB8F6",
|
|
465
465
|
"attributes": {
|
|
466
466
|
"group": "paint",
|
|
467
467
|
"state": "active",
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
481
|
"Dark increased-contrast/color.icon.warning": {
|
|
482
|
-
"value": "#
|
|
482
|
+
"value": "#FBC828",
|
|
483
483
|
"attributes": {
|
|
484
484
|
"group": "paint",
|
|
485
485
|
"state": "active",
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
}
|
|
489
489
|
},
|
|
490
490
|
"Dark increased-contrast/color.icon.warning.inverse": {
|
|
491
|
-
"value": "#
|
|
491
|
+
"value": "#18191A",
|
|
492
492
|
"attributes": {
|
|
493
493
|
"group": "paint",
|
|
494
494
|
"state": "active",
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
}
|
|
507
507
|
},
|
|
508
508
|
"Dark increased-contrast/color.icon.discovery": {
|
|
509
|
-
"value": "#
|
|
509
|
+
"value": "#C97CF4",
|
|
510
510
|
"attributes": {
|
|
511
511
|
"group": "paint",
|
|
512
512
|
"state": "active",
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
}
|
|
516
516
|
},
|
|
517
517
|
"Dark increased-contrast/color.icon.information": {
|
|
518
|
-
"value": "#
|
|
518
|
+
"value": "#8FB8F6",
|
|
519
519
|
"attributes": {
|
|
520
520
|
"group": "paint",
|
|
521
521
|
"state": "active",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
}
|
|
525
525
|
},
|
|
526
526
|
"Dark increased-contrast/color.icon.subtlest": {
|
|
527
|
-
"value": "#
|
|
527
|
+
"value": "#BFC1C4",
|
|
528
528
|
"attributes": {
|
|
529
529
|
"group": "paint",
|
|
530
530
|
"state": "active",
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
535
|
"Dark increased-contrast/color.icon.subtle": {
|
|
536
|
-
"value": "#
|
|
536
|
+
"value": "#BFC1C4",
|
|
537
537
|
"attributes": {
|
|
538
538
|
"group": "paint",
|
|
539
539
|
"state": "active",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"Dark increased-contrast/color.border": {
|
|
545
|
-
"value": "#
|
|
545
|
+
"value": "#E9F0FB5C",
|
|
546
546
|
"attributes": {
|
|
547
547
|
"group": "paint",
|
|
548
548
|
"state": "active",
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
571
|
"Dark increased-contrast/color.border.accent.orange": {
|
|
572
|
-
"value": "#
|
|
572
|
+
"value": "#FBC828",
|
|
573
573
|
"attributes": {
|
|
574
574
|
"group": "paint",
|
|
575
575
|
"state": "active",
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
}
|
|
579
579
|
},
|
|
580
580
|
"Dark increased-contrast/color.border.accent.yellow": {
|
|
581
|
-
"value": "#
|
|
581
|
+
"value": "#EED12B",
|
|
582
582
|
"attributes": {
|
|
583
583
|
"group": "paint",
|
|
584
584
|
"state": "active",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
"Dark increased-contrast/color.border.accent.blue": {
|
|
608
|
-
"value": "#
|
|
608
|
+
"value": "#8FB8F6",
|
|
609
609
|
"attributes": {
|
|
610
610
|
"group": "paint",
|
|
611
611
|
"state": "active",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
}
|
|
615
615
|
},
|
|
616
616
|
"Dark increased-contrast/color.border.accent.purple": {
|
|
617
|
-
"value": "#
|
|
617
|
+
"value": "#D8A0F7",
|
|
618
618
|
"attributes": {
|
|
619
619
|
"group": "paint",
|
|
620
620
|
"state": "active",
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
}
|
|
633
633
|
},
|
|
634
634
|
"Dark increased-contrast/color.border.accent.gray": {
|
|
635
|
-
"value": "#
|
|
635
|
+
"value": "#A9ABAF",
|
|
636
636
|
"attributes": {
|
|
637
637
|
"group": "paint",
|
|
638
638
|
"state": "active",
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
}
|
|
642
642
|
},
|
|
643
643
|
"Dark increased-contrast/color.border.disabled": {
|
|
644
|
-
"value": "#
|
|
644
|
+
"value": "#E3E4F21F",
|
|
645
645
|
"attributes": {
|
|
646
646
|
"group": "paint",
|
|
647
647
|
"state": "active",
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
}
|
|
651
651
|
},
|
|
652
652
|
"Dark increased-contrast/color.border.focused": {
|
|
653
|
-
"value": "#
|
|
653
|
+
"value": "#8FB8F6",
|
|
654
654
|
"attributes": {
|
|
655
655
|
"group": "paint",
|
|
656
656
|
"state": "active",
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
}
|
|
660
660
|
},
|
|
661
661
|
"Dark increased-contrast/color.border.input": {
|
|
662
|
-
"value": "#
|
|
662
|
+
"value": "#A9ABAF",
|
|
663
663
|
"attributes": {
|
|
664
664
|
"group": "paint",
|
|
665
665
|
"state": "active",
|
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
}
|
|
669
669
|
},
|
|
670
670
|
"Dark increased-contrast/color.border.inverse": {
|
|
671
|
-
"value": "#
|
|
671
|
+
"value": "#18191A",
|
|
672
672
|
"attributes": {
|
|
673
673
|
"group": "paint",
|
|
674
674
|
"state": "active",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
}
|
|
678
678
|
},
|
|
679
679
|
"Dark increased-contrast/color.border.selected": {
|
|
680
|
-
"value": "#
|
|
680
|
+
"value": "#8FB8F6",
|
|
681
681
|
"attributes": {
|
|
682
682
|
"group": "paint",
|
|
683
683
|
"state": "active",
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
}
|
|
687
687
|
},
|
|
688
688
|
"Dark increased-contrast/color.border.brand": {
|
|
689
|
-
"value": "#
|
|
689
|
+
"value": "#8FB8F6",
|
|
690
690
|
"attributes": {
|
|
691
691
|
"group": "paint",
|
|
692
692
|
"state": "active",
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
}
|
|
705
705
|
},
|
|
706
706
|
"Dark increased-contrast/color.border.warning": {
|
|
707
|
-
"value": "#
|
|
707
|
+
"value": "#FBC828",
|
|
708
708
|
"attributes": {
|
|
709
709
|
"group": "paint",
|
|
710
710
|
"state": "active",
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
}
|
|
723
723
|
},
|
|
724
724
|
"Dark increased-contrast/color.border.discovery": {
|
|
725
|
-
"value": "#
|
|
725
|
+
"value": "#C97CF4",
|
|
726
726
|
"attributes": {
|
|
727
727
|
"group": "paint",
|
|
728
728
|
"state": "active",
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
}
|
|
732
732
|
},
|
|
733
733
|
"Dark increased-contrast/color.border.information": {
|
|
734
|
-
"value": "#
|
|
734
|
+
"value": "#8FB8F6",
|
|
735
735
|
"attributes": {
|
|
736
736
|
"group": "paint",
|
|
737
737
|
"state": "active",
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
}
|
|
741
741
|
},
|
|
742
742
|
"Dark increased-contrast/color.border.bold": {
|
|
743
|
-
"value": "#
|
|
743
|
+
"value": "#A9ABAF",
|
|
744
744
|
"attributes": {
|
|
745
745
|
"group": "paint",
|
|
746
746
|
"state": "active",
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
}
|
|
750
750
|
},
|
|
751
751
|
"Dark increased-contrast/color.background.accent.lime.subtlest": {
|
|
752
|
-
"value": "#
|
|
752
|
+
"value": "#37471F",
|
|
753
753
|
"attributes": {
|
|
754
754
|
"group": "paint",
|
|
755
755
|
"state": "active",
|
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
}
|
|
759
759
|
},
|
|
760
760
|
"Dark increased-contrast/color.background.accent.lime.subtlest.hovered": {
|
|
761
|
-
"value": "#
|
|
761
|
+
"value": "#3F5224",
|
|
762
762
|
"attributes": {
|
|
763
763
|
"group": "paint",
|
|
764
764
|
"state": "active",
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
}
|
|
768
768
|
},
|
|
769
769
|
"Dark increased-contrast/color.background.accent.lime.subtlest.pressed": {
|
|
770
|
-
"value": "#
|
|
770
|
+
"value": "#3F5224",
|
|
771
771
|
"attributes": {
|
|
772
772
|
"group": "paint",
|
|
773
773
|
"state": "active",
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
}
|
|
786
786
|
},
|
|
787
787
|
"Dark increased-contrast/color.background.accent.lime.subtler.hovered": {
|
|
788
|
-
"value": "#
|
|
788
|
+
"value": "#3F5224",
|
|
789
789
|
"attributes": {
|
|
790
790
|
"group": "paint",
|
|
791
791
|
"state": "active",
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
796
|
"Dark increased-contrast/color.background.accent.lime.subtler.pressed": {
|
|
797
|
-
"value": "#
|
|
797
|
+
"value": "#4C6B1F",
|
|
798
798
|
"attributes": {
|
|
799
799
|
"group": "paint",
|
|
800
800
|
"state": "active",
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
}
|
|
813
813
|
},
|
|
814
814
|
"Dark increased-contrast/color.background.accent.lime.subtle.hovered": {
|
|
815
|
-
"value": "#
|
|
815
|
+
"value": "#3F5224",
|
|
816
816
|
"attributes": {
|
|
817
817
|
"group": "paint",
|
|
818
818
|
"state": "active",
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
}
|
|
822
822
|
},
|
|
823
823
|
"Dark increased-contrast/color.background.accent.lime.subtle.pressed": {
|
|
824
|
-
"value": "#
|
|
824
|
+
"value": "#37471F",
|
|
825
825
|
"attributes": {
|
|
826
826
|
"group": "paint",
|
|
827
827
|
"state": "active",
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
}
|
|
849
849
|
},
|
|
850
850
|
"Dark increased-contrast/color.background.accent.lime.bolder.pressed": {
|
|
851
|
-
"value": "#
|
|
851
|
+
"value": "#BDE97C",
|
|
852
852
|
"attributes": {
|
|
853
853
|
"group": "paint",
|
|
854
854
|
"state": "active",
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
}
|
|
876
876
|
},
|
|
877
877
|
"Dark increased-contrast/color.background.accent.red.subtlest.pressed": {
|
|
878
|
-
"value": "#
|
|
878
|
+
"value": "#872821",
|
|
879
879
|
"attributes": {
|
|
880
880
|
"group": "paint",
|
|
881
881
|
"state": "active",
|
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
}
|
|
894
894
|
},
|
|
895
895
|
"Dark increased-contrast/color.background.accent.red.subtler.hovered": {
|
|
896
|
-
"value": "#
|
|
896
|
+
"value": "#872821",
|
|
897
897
|
"attributes": {
|
|
898
898
|
"group": "paint",
|
|
899
899
|
"state": "active",
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
}
|
|
903
903
|
},
|
|
904
904
|
"Dark increased-contrast/color.background.accent.red.subtler.pressed": {
|
|
905
|
-
"value": "#
|
|
905
|
+
"value": "#AE2E24",
|
|
906
906
|
"attributes": {
|
|
907
907
|
"group": "paint",
|
|
908
908
|
"state": "active",
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
}
|
|
921
921
|
},
|
|
922
922
|
"Dark increased-contrast/color.background.accent.red.subtle.hovered": {
|
|
923
|
-
"value": "#
|
|
923
|
+
"value": "#872821",
|
|
924
924
|
"attributes": {
|
|
925
925
|
"group": "paint",
|
|
926
926
|
"state": "active",
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
931
|
"Dark increased-contrast/color.background.accent.red.subtle.pressed": {
|
|
932
|
-
"value": "#
|
|
932
|
+
"value": "#5D1F1A",
|
|
933
933
|
"attributes": {
|
|
934
934
|
"group": "paint",
|
|
935
935
|
"state": "active",
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
}
|
|
957
957
|
},
|
|
958
958
|
"Dark increased-contrast/color.background.accent.red.bolder.pressed": {
|
|
959
|
-
"value": "#
|
|
959
|
+
"value": "#FFB8B2",
|
|
960
960
|
"attributes": {
|
|
961
961
|
"group": "paint",
|
|
962
962
|
"state": "active",
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
}
|
|
966
966
|
},
|
|
967
967
|
"Dark increased-contrast/color.background.accent.orange.subtlest": {
|
|
968
|
-
"value": "#
|
|
968
|
+
"value": "#693200",
|
|
969
969
|
"attributes": {
|
|
970
970
|
"group": "paint",
|
|
971
971
|
"state": "active",
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
976
|
"Dark increased-contrast/color.background.accent.orange.subtlest.hovered": {
|
|
977
|
-
"value": "#
|
|
977
|
+
"value": "#7A3B00",
|
|
978
978
|
"attributes": {
|
|
979
979
|
"group": "paint",
|
|
980
980
|
"state": "active",
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
}
|
|
984
984
|
},
|
|
985
985
|
"Dark increased-contrast/color.background.accent.orange.subtlest.pressed": {
|
|
986
|
-
"value": "#
|
|
986
|
+
"value": "#7A3B00",
|
|
987
987
|
"attributes": {
|
|
988
988
|
"group": "paint",
|
|
989
989
|
"state": "active",
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
}
|
|
993
993
|
},
|
|
994
994
|
"Dark increased-contrast/color.background.accent.orange.subtler": {
|
|
995
|
-
"value": "#
|
|
995
|
+
"value": "#693200",
|
|
996
996
|
"attributes": {
|
|
997
997
|
"group": "paint",
|
|
998
998
|
"state": "active",
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
1003
1003
|
"Dark increased-contrast/color.background.accent.orange.subtler.hovered": {
|
|
1004
|
-
"value": "#
|
|
1004
|
+
"value": "#7A3B00",
|
|
1005
1005
|
"attributes": {
|
|
1006
1006
|
"group": "paint",
|
|
1007
1007
|
"state": "active",
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
}
|
|
1011
1011
|
},
|
|
1012
1012
|
"Dark increased-contrast/color.background.accent.orange.subtler.pressed": {
|
|
1013
|
-
"value": "#
|
|
1013
|
+
"value": "#9E4C00",
|
|
1014
1014
|
"attributes": {
|
|
1015
1015
|
"group": "paint",
|
|
1016
1016
|
"state": "active",
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
},
|
|
1021
1021
|
"Dark increased-contrast/color.background.accent.orange.subtle": {
|
|
1022
|
-
"value": "#
|
|
1022
|
+
"value": "#9E4C00",
|
|
1023
1023
|
"attributes": {
|
|
1024
1024
|
"group": "paint",
|
|
1025
1025
|
"state": "active",
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
}
|
|
1029
1029
|
},
|
|
1030
1030
|
"Dark increased-contrast/color.background.accent.orange.subtle.hovered": {
|
|
1031
|
-
"value": "#
|
|
1031
|
+
"value": "#7A3B00",
|
|
1032
1032
|
"attributes": {
|
|
1033
1033
|
"group": "paint",
|
|
1034
1034
|
"state": "active",
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
}
|
|
1038
1038
|
},
|
|
1039
1039
|
"Dark increased-contrast/color.background.accent.orange.subtle.pressed": {
|
|
1040
|
-
"value": "#
|
|
1040
|
+
"value": "#693200",
|
|
1041
1041
|
"attributes": {
|
|
1042
1042
|
"group": "paint",
|
|
1043
1043
|
"state": "active",
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
}
|
|
1047
1047
|
},
|
|
1048
1048
|
"Dark increased-contrast/color.background.accent.orange.bolder": {
|
|
1049
|
-
"value": "#
|
|
1049
|
+
"value": "#FCE4A6",
|
|
1050
1050
|
"attributes": {
|
|
1051
1051
|
"group": "paint",
|
|
1052
1052
|
"state": "active",
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
}
|
|
1056
1056
|
},
|
|
1057
1057
|
"Dark increased-contrast/color.background.accent.orange.bolder.hovered": {
|
|
1058
|
-
"value": "#
|
|
1058
|
+
"value": "#FFF5DB",
|
|
1059
1059
|
"attributes": {
|
|
1060
1060
|
"group": "paint",
|
|
1061
1061
|
"state": "active",
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
}
|
|
1065
1065
|
},
|
|
1066
1066
|
"Dark increased-contrast/color.background.accent.orange.bolder.pressed": {
|
|
1067
|
-
"value": "#
|
|
1067
|
+
"value": "#FBD779",
|
|
1068
1068
|
"attributes": {
|
|
1069
1069
|
"group": "paint",
|
|
1070
1070
|
"state": "active",
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
}
|
|
1074
1074
|
},
|
|
1075
1075
|
"Dark increased-contrast/color.background.accent.yellow.subtlest": {
|
|
1076
|
-
"value": "#
|
|
1076
|
+
"value": "#533F04",
|
|
1077
1077
|
"attributes": {
|
|
1078
1078
|
"group": "paint",
|
|
1079
1079
|
"state": "active",
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
"Dark increased-contrast/color.background.accent.yellow.subtlest.hovered": {
|
|
1085
|
-
"value": "#
|
|
1085
|
+
"value": "#614A05",
|
|
1086
1086
|
"attributes": {
|
|
1087
1087
|
"group": "paint",
|
|
1088
1088
|
"state": "active",
|
|
@@ -1091,7 +1091,7 @@
|
|
|
1091
1091
|
}
|
|
1092
1092
|
},
|
|
1093
1093
|
"Dark increased-contrast/color.background.accent.yellow.subtlest.pressed": {
|
|
1094
|
-
"value": "#
|
|
1094
|
+
"value": "#614A05",
|
|
1095
1095
|
"attributes": {
|
|
1096
1096
|
"group": "paint",
|
|
1097
1097
|
"state": "active",
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
}
|
|
1110
1110
|
},
|
|
1111
1111
|
"Dark increased-contrast/color.background.accent.yellow.subtler.hovered": {
|
|
1112
|
-
"value": "#
|
|
1112
|
+
"value": "#614A05",
|
|
1113
1113
|
"attributes": {
|
|
1114
1114
|
"group": "paint",
|
|
1115
1115
|
"state": "active",
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
}
|
|
1119
1119
|
},
|
|
1120
1120
|
"Dark increased-contrast/color.background.accent.yellow.subtler.pressed": {
|
|
1121
|
-
"value": "#
|
|
1121
|
+
"value": "#7F5F01",
|
|
1122
1122
|
"attributes": {
|
|
1123
1123
|
"group": "paint",
|
|
1124
1124
|
"state": "active",
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
}
|
|
1137
1137
|
},
|
|
1138
1138
|
"Dark increased-contrast/color.background.accent.yellow.subtle.hovered": {
|
|
1139
|
-
"value": "#
|
|
1139
|
+
"value": "#614A05",
|
|
1140
1140
|
"attributes": {
|
|
1141
1141
|
"group": "paint",
|
|
1142
1142
|
"state": "active",
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
}
|
|
1146
1146
|
},
|
|
1147
1147
|
"Dark increased-contrast/color.background.accent.yellow.subtle.pressed": {
|
|
1148
|
-
"value": "#
|
|
1148
|
+
"value": "#533F04",
|
|
1149
1149
|
"attributes": {
|
|
1150
1150
|
"group": "paint",
|
|
1151
1151
|
"state": "active",
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
}
|
|
1155
1155
|
},
|
|
1156
1156
|
"Dark increased-contrast/color.background.accent.yellow.bolder": {
|
|
1157
|
-
"value": "#
|
|
1157
|
+
"value": "#F5E989",
|
|
1158
1158
|
"attributes": {
|
|
1159
1159
|
"group": "paint",
|
|
1160
1160
|
"state": "active",
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
}
|
|
1164
1164
|
},
|
|
1165
1165
|
"Dark increased-contrast/color.background.accent.yellow.bolder.hovered": {
|
|
1166
|
-
"value": "#
|
|
1166
|
+
"value": "#FEF7C8",
|
|
1167
1167
|
"attributes": {
|
|
1168
1168
|
"group": "paint",
|
|
1169
1169
|
"state": "active",
|
|
@@ -1172,7 +1172,7 @@
|
|
|
1172
1172
|
}
|
|
1173
1173
|
},
|
|
1174
1174
|
"Dark increased-contrast/color.background.accent.yellow.bolder.pressed": {
|
|
1175
|
-
"value": "#
|
|
1175
|
+
"value": "#EFDD4E",
|
|
1176
1176
|
"attributes": {
|
|
1177
1177
|
"group": "paint",
|
|
1178
1178
|
"state": "active",
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
}
|
|
1182
1182
|
},
|
|
1183
1183
|
"Dark increased-contrast/color.background.accent.green.subtlest": {
|
|
1184
|
-
"value": "#
|
|
1184
|
+
"value": "#164B35",
|
|
1185
1185
|
"attributes": {
|
|
1186
1186
|
"group": "paint",
|
|
1187
1187
|
"state": "active",
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
}
|
|
1191
1191
|
},
|
|
1192
1192
|
"Dark increased-contrast/color.background.accent.green.subtlest.hovered": {
|
|
1193
|
-
"value": "#
|
|
1193
|
+
"value": "#19573D",
|
|
1194
1194
|
"attributes": {
|
|
1195
1195
|
"group": "paint",
|
|
1196
1196
|
"state": "active",
|
|
@@ -1199,7 +1199,7 @@
|
|
|
1199
1199
|
}
|
|
1200
1200
|
},
|
|
1201
1201
|
"Dark increased-contrast/color.background.accent.green.subtlest.pressed": {
|
|
1202
|
-
"value": "#
|
|
1202
|
+
"value": "#19573D",
|
|
1203
1203
|
"attributes": {
|
|
1204
1204
|
"group": "paint",
|
|
1205
1205
|
"state": "active",
|
|
@@ -1217,7 +1217,7 @@
|
|
|
1217
1217
|
}
|
|
1218
1218
|
},
|
|
1219
1219
|
"Dark increased-contrast/color.background.accent.green.subtler.hovered": {
|
|
1220
|
-
"value": "#
|
|
1220
|
+
"value": "#19573D",
|
|
1221
1221
|
"attributes": {
|
|
1222
1222
|
"group": "paint",
|
|
1223
1223
|
"state": "active",
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
}
|
|
1227
1227
|
},
|
|
1228
1228
|
"Dark increased-contrast/color.background.accent.green.subtler.pressed": {
|
|
1229
|
-
"value": "#
|
|
1229
|
+
"value": "#216E4E",
|
|
1230
1230
|
"attributes": {
|
|
1231
1231
|
"group": "paint",
|
|
1232
1232
|
"state": "active",
|
|
@@ -1244,7 +1244,7 @@
|
|
|
1244
1244
|
}
|
|
1245
1245
|
},
|
|
1246
1246
|
"Dark increased-contrast/color.background.accent.green.subtle.hovered": {
|
|
1247
|
-
"value": "#
|
|
1247
|
+
"value": "#19573D",
|
|
1248
1248
|
"attributes": {
|
|
1249
1249
|
"group": "paint",
|
|
1250
1250
|
"state": "active",
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
}
|
|
1254
1254
|
},
|
|
1255
1255
|
"Dark increased-contrast/color.background.accent.green.subtle.pressed": {
|
|
1256
|
-
"value": "#
|
|
1256
|
+
"value": "#164B35",
|
|
1257
1257
|
"attributes": {
|
|
1258
1258
|
"group": "paint",
|
|
1259
1259
|
"state": "active",
|
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
}
|
|
1281
1281
|
},
|
|
1282
1282
|
"Dark increased-contrast/color.background.accent.green.bolder.pressed": {
|
|
1283
|
-
"value": "#
|
|
1283
|
+
"value": "#97EDC9",
|
|
1284
1284
|
"attributes": {
|
|
1285
1285
|
"group": "paint",
|
|
1286
1286
|
"state": "active",
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
}
|
|
1290
1290
|
},
|
|
1291
1291
|
"Dark increased-contrast/color.background.accent.teal.subtlest": {
|
|
1292
|
-
"value": "#
|
|
1292
|
+
"value": "#164555",
|
|
1293
1293
|
"attributes": {
|
|
1294
1294
|
"group": "paint",
|
|
1295
1295
|
"state": "active",
|
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
}
|
|
1299
1299
|
},
|
|
1300
1300
|
"Dark increased-contrast/color.background.accent.teal.subtlest.hovered": {
|
|
1301
|
-
"value": "#
|
|
1301
|
+
"value": "#1A5265",
|
|
1302
1302
|
"attributes": {
|
|
1303
1303
|
"group": "paint",
|
|
1304
1304
|
"state": "active",
|
|
@@ -1307,7 +1307,7 @@
|
|
|
1307
1307
|
}
|
|
1308
1308
|
},
|
|
1309
1309
|
"Dark increased-contrast/color.background.accent.teal.subtlest.pressed": {
|
|
1310
|
-
"value": "#
|
|
1310
|
+
"value": "#1A5265",
|
|
1311
1311
|
"attributes": {
|
|
1312
1312
|
"group": "paint",
|
|
1313
1313
|
"state": "active",
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
}
|
|
1326
1326
|
},
|
|
1327
1327
|
"Dark increased-contrast/color.background.accent.teal.subtler.hovered": {
|
|
1328
|
-
"value": "#
|
|
1328
|
+
"value": "#1A5265",
|
|
1329
1329
|
"attributes": {
|
|
1330
1330
|
"group": "paint",
|
|
1331
1331
|
"state": "active",
|
|
@@ -1334,7 +1334,7 @@
|
|
|
1334
1334
|
}
|
|
1335
1335
|
},
|
|
1336
1336
|
"Dark increased-contrast/color.background.accent.teal.subtler.pressed": {
|
|
1337
|
-
"value": "#
|
|
1337
|
+
"value": "#206A83",
|
|
1338
1338
|
"attributes": {
|
|
1339
1339
|
"group": "paint",
|
|
1340
1340
|
"state": "active",
|
|
@@ -1352,7 +1352,7 @@
|
|
|
1352
1352
|
}
|
|
1353
1353
|
},
|
|
1354
1354
|
"Dark increased-contrast/color.background.accent.teal.subtle.hovered": {
|
|
1355
|
-
"value": "#
|
|
1355
|
+
"value": "#1A5265",
|
|
1356
1356
|
"attributes": {
|
|
1357
1357
|
"group": "paint",
|
|
1358
1358
|
"state": "active",
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
}
|
|
1362
1362
|
},
|
|
1363
1363
|
"Dark increased-contrast/color.background.accent.teal.subtle.pressed": {
|
|
1364
|
-
"value": "#
|
|
1364
|
+
"value": "#164555",
|
|
1365
1365
|
"attributes": {
|
|
1366
1366
|
"group": "paint",
|
|
1367
1367
|
"state": "active",
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
}
|
|
1389
1389
|
},
|
|
1390
1390
|
"Dark increased-contrast/color.background.accent.teal.bolder.pressed": {
|
|
1391
|
-
"value": "#
|
|
1391
|
+
"value": "#B1E4F7",
|
|
1392
1392
|
"attributes": {
|
|
1393
1393
|
"group": "paint",
|
|
1394
1394
|
"state": "active",
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
}
|
|
1398
1398
|
},
|
|
1399
1399
|
"Dark increased-contrast/color.background.accent.blue.subtlest": {
|
|
1400
|
-
"value": "#
|
|
1400
|
+
"value": "#1C2B42",
|
|
1401
1401
|
"attributes": {
|
|
1402
1402
|
"group": "paint",
|
|
1403
1403
|
"state": "active",
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
}
|
|
1407
1407
|
},
|
|
1408
1408
|
"Dark increased-contrast/color.background.accent.blue.subtlest.hovered": {
|
|
1409
|
-
"value": "#
|
|
1409
|
+
"value": "#123263",
|
|
1410
1410
|
"attributes": {
|
|
1411
1411
|
"group": "paint",
|
|
1412
1412
|
"state": "active",
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
}
|
|
1416
1416
|
},
|
|
1417
1417
|
"Dark increased-contrast/color.background.accent.blue.subtlest.pressed": {
|
|
1418
|
-
"value": "#
|
|
1418
|
+
"value": "#144794",
|
|
1419
1419
|
"attributes": {
|
|
1420
1420
|
"group": "paint",
|
|
1421
1421
|
"state": "active",
|
|
@@ -1424,7 +1424,7 @@
|
|
|
1424
1424
|
}
|
|
1425
1425
|
},
|
|
1426
1426
|
"Dark increased-contrast/color.background.accent.blue.subtler": {
|
|
1427
|
-
"value": "#
|
|
1427
|
+
"value": "#123263",
|
|
1428
1428
|
"attributes": {
|
|
1429
1429
|
"group": "paint",
|
|
1430
1430
|
"state": "active",
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
}
|
|
1434
1434
|
},
|
|
1435
1435
|
"Dark increased-contrast/color.background.accent.blue.subtler.hovered": {
|
|
1436
|
-
"value": "#
|
|
1436
|
+
"value": "#144794",
|
|
1437
1437
|
"attributes": {
|
|
1438
1438
|
"group": "paint",
|
|
1439
1439
|
"state": "active",
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
1444
|
"Dark increased-contrast/color.background.accent.blue.subtler.pressed": {
|
|
1445
|
-
"value": "#
|
|
1445
|
+
"value": "#1558BC",
|
|
1446
1446
|
"attributes": {
|
|
1447
1447
|
"group": "paint",
|
|
1448
1448
|
"state": "active",
|
|
@@ -1451,7 +1451,7 @@
|
|
|
1451
1451
|
}
|
|
1452
1452
|
},
|
|
1453
1453
|
"Dark increased-contrast/color.background.accent.blue.subtle": {
|
|
1454
|
-
"value": "#
|
|
1454
|
+
"value": "#1558BC",
|
|
1455
1455
|
"attributes": {
|
|
1456
1456
|
"group": "paint",
|
|
1457
1457
|
"state": "active",
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
}
|
|
1461
1461
|
},
|
|
1462
1462
|
"Dark increased-contrast/color.background.accent.blue.subtle.hovered": {
|
|
1463
|
-
"value": "#
|
|
1463
|
+
"value": "#144794",
|
|
1464
1464
|
"attributes": {
|
|
1465
1465
|
"group": "paint",
|
|
1466
1466
|
"state": "active",
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
}
|
|
1470
1470
|
},
|
|
1471
1471
|
"Dark increased-contrast/color.background.accent.blue.subtle.pressed": {
|
|
1472
|
-
"value": "#
|
|
1472
|
+
"value": "#123263",
|
|
1473
1473
|
"attributes": {
|
|
1474
1474
|
"group": "paint",
|
|
1475
1475
|
"state": "active",
|
|
@@ -1478,7 +1478,7 @@
|
|
|
1478
1478
|
}
|
|
1479
1479
|
},
|
|
1480
1480
|
"Dark increased-contrast/color.background.accent.blue.bolder": {
|
|
1481
|
-
"value": "#
|
|
1481
|
+
"value": "#669DF1",
|
|
1482
1482
|
"attributes": {
|
|
1483
1483
|
"group": "paint",
|
|
1484
1484
|
"state": "active",
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
}
|
|
1488
1488
|
},
|
|
1489
1489
|
"Dark increased-contrast/color.background.accent.blue.bolder.hovered": {
|
|
1490
|
-
"value": "#
|
|
1490
|
+
"value": "#8FB8F6",
|
|
1491
1491
|
"attributes": {
|
|
1492
1492
|
"group": "paint",
|
|
1493
1493
|
"state": "active",
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
}
|
|
1497
1497
|
},
|
|
1498
1498
|
"Dark increased-contrast/color.background.accent.blue.bolder.pressed": {
|
|
1499
|
-
"value": "#
|
|
1499
|
+
"value": "#ADCBFB",
|
|
1500
1500
|
"attributes": {
|
|
1501
1501
|
"group": "paint",
|
|
1502
1502
|
"state": "active",
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
}
|
|
1506
1506
|
},
|
|
1507
1507
|
"Dark increased-contrast/color.background.accent.purple.subtlest": {
|
|
1508
|
-
"value": "#
|
|
1508
|
+
"value": "#48245D",
|
|
1509
1509
|
"attributes": {
|
|
1510
1510
|
"group": "paint",
|
|
1511
1511
|
"state": "active",
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
},
|
|
1516
1516
|
"Dark increased-contrast/color.background.accent.purple.subtlest.hovered": {
|
|
1517
|
-
"value": "#
|
|
1517
|
+
"value": "#673286",
|
|
1518
1518
|
"attributes": {
|
|
1519
1519
|
"group": "paint",
|
|
1520
1520
|
"state": "active",
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
1525
|
"Dark increased-contrast/color.background.accent.purple.subtlest.pressed": {
|
|
1526
|
-
"value": "#
|
|
1526
|
+
"value": "#673286",
|
|
1527
1527
|
"attributes": {
|
|
1528
1528
|
"group": "paint",
|
|
1529
1529
|
"state": "active",
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
}
|
|
1533
1533
|
},
|
|
1534
1534
|
"Dark increased-contrast/color.background.accent.purple.subtler": {
|
|
1535
|
-
"value": "#
|
|
1535
|
+
"value": "#48245D",
|
|
1536
1536
|
"attributes": {
|
|
1537
1537
|
"group": "paint",
|
|
1538
1538
|
"state": "active",
|
|
@@ -1541,7 +1541,7 @@
|
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|
|
1543
1543
|
"Dark increased-contrast/color.background.accent.purple.subtler.hovered": {
|
|
1544
|
-
"value": "#
|
|
1544
|
+
"value": "#673286",
|
|
1545
1545
|
"attributes": {
|
|
1546
1546
|
"group": "paint",
|
|
1547
1547
|
"state": "active",
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
}
|
|
1551
1551
|
},
|
|
1552
1552
|
"Dark increased-contrast/color.background.accent.purple.subtler.pressed": {
|
|
1553
|
-
"value": "#
|
|
1553
|
+
"value": "#803FA5",
|
|
1554
1554
|
"attributes": {
|
|
1555
1555
|
"group": "paint",
|
|
1556
1556
|
"state": "active",
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
}
|
|
1560
1560
|
},
|
|
1561
1561
|
"Dark increased-contrast/color.background.accent.purple.subtle": {
|
|
1562
|
-
"value": "#
|
|
1562
|
+
"value": "#803FA5",
|
|
1563
1563
|
"attributes": {
|
|
1564
1564
|
"group": "paint",
|
|
1565
1565
|
"state": "active",
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
}
|
|
1569
1569
|
},
|
|
1570
1570
|
"Dark increased-contrast/color.background.accent.purple.subtle.hovered": {
|
|
1571
|
-
"value": "#
|
|
1571
|
+
"value": "#673286",
|
|
1572
1572
|
"attributes": {
|
|
1573
1573
|
"group": "paint",
|
|
1574
1574
|
"state": "active",
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
}
|
|
1578
1578
|
},
|
|
1579
1579
|
"Dark increased-contrast/color.background.accent.purple.subtle.pressed": {
|
|
1580
|
-
"value": "#
|
|
1580
|
+
"value": "#48245D",
|
|
1581
1581
|
"attributes": {
|
|
1582
1582
|
"group": "paint",
|
|
1583
1583
|
"state": "active",
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
}
|
|
1587
1587
|
},
|
|
1588
1588
|
"Dark increased-contrast/color.background.accent.purple.bolder": {
|
|
1589
|
-
"value": "#
|
|
1589
|
+
"value": "#EED7FC",
|
|
1590
1590
|
"attributes": {
|
|
1591
1591
|
"group": "paint",
|
|
1592
1592
|
"state": "active",
|
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
}
|
|
1596
1596
|
},
|
|
1597
1597
|
"Dark increased-contrast/color.background.accent.purple.bolder.hovered": {
|
|
1598
|
-
"value": "#
|
|
1598
|
+
"value": "#F8EEFE",
|
|
1599
1599
|
"attributes": {
|
|
1600
1600
|
"group": "paint",
|
|
1601
1601
|
"state": "active",
|
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
}
|
|
1605
1605
|
},
|
|
1606
1606
|
"Dark increased-contrast/color.background.accent.purple.bolder.pressed": {
|
|
1607
|
-
"value": "#
|
|
1607
|
+
"value": "#E3BDFA",
|
|
1608
1608
|
"attributes": {
|
|
1609
1609
|
"group": "paint",
|
|
1610
1610
|
"state": "active",
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
}
|
|
1614
1614
|
},
|
|
1615
1615
|
"Dark increased-contrast/color.background.accent.magenta.subtlest": {
|
|
1616
|
-
"value": "#
|
|
1616
|
+
"value": "#50253F",
|
|
1617
1617
|
"attributes": {
|
|
1618
1618
|
"group": "paint",
|
|
1619
1619
|
"state": "active",
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
}
|
|
1623
1623
|
},
|
|
1624
1624
|
"Dark increased-contrast/color.background.accent.magenta.subtlest.hovered": {
|
|
1625
|
-
"value": "#
|
|
1625
|
+
"value": "#77325B",
|
|
1626
1626
|
"attributes": {
|
|
1627
1627
|
"group": "paint",
|
|
1628
1628
|
"state": "active",
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
}
|
|
1632
1632
|
},
|
|
1633
1633
|
"Dark increased-contrast/color.background.accent.magenta.subtlest.pressed": {
|
|
1634
|
-
"value": "#
|
|
1634
|
+
"value": "#77325B",
|
|
1635
1635
|
"attributes": {
|
|
1636
1636
|
"group": "paint",
|
|
1637
1637
|
"state": "active",
|
|
@@ -1649,7 +1649,7 @@
|
|
|
1649
1649
|
}
|
|
1650
1650
|
},
|
|
1651
1651
|
"Dark increased-contrast/color.background.accent.magenta.subtler.hovered": {
|
|
1652
|
-
"value": "#
|
|
1652
|
+
"value": "#77325B",
|
|
1653
1653
|
"attributes": {
|
|
1654
1654
|
"group": "paint",
|
|
1655
1655
|
"state": "active",
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
1660
|
"Dark increased-contrast/color.background.accent.magenta.subtler.pressed": {
|
|
1661
|
-
"value": "#
|
|
1661
|
+
"value": "#943D73",
|
|
1662
1662
|
"attributes": {
|
|
1663
1663
|
"group": "paint",
|
|
1664
1664
|
"state": "active",
|
|
@@ -1676,7 +1676,7 @@
|
|
|
1676
1676
|
}
|
|
1677
1677
|
},
|
|
1678
1678
|
"Dark increased-contrast/color.background.accent.magenta.subtle.hovered": {
|
|
1679
|
-
"value": "#
|
|
1679
|
+
"value": "#77325B",
|
|
1680
1680
|
"attributes": {
|
|
1681
1681
|
"group": "paint",
|
|
1682
1682
|
"state": "active",
|
|
@@ -1685,7 +1685,7 @@
|
|
|
1685
1685
|
}
|
|
1686
1686
|
},
|
|
1687
1687
|
"Dark increased-contrast/color.background.accent.magenta.subtle.pressed": {
|
|
1688
|
-
"value": "#
|
|
1688
|
+
"value": "#50253F",
|
|
1689
1689
|
"attributes": {
|
|
1690
1690
|
"group": "paint",
|
|
1691
1691
|
"state": "active",
|
|
@@ -1712,7 +1712,7 @@
|
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
1714
|
"Dark increased-contrast/color.background.accent.magenta.bolder.pressed": {
|
|
1715
|
-
"value": "#
|
|
1715
|
+
"value": "#FCB6E1",
|
|
1716
1716
|
"attributes": {
|
|
1717
1717
|
"group": "paint",
|
|
1718
1718
|
"state": "active",
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
}
|
|
1722
1722
|
},
|
|
1723
1723
|
"Dark increased-contrast/color.background.accent.gray.subtlest": {
|
|
1724
|
-
"value": "#
|
|
1724
|
+
"value": "#303134",
|
|
1725
1725
|
"attributes": {
|
|
1726
1726
|
"group": "paint",
|
|
1727
1727
|
"state": "active",
|
|
@@ -1730,7 +1730,7 @@
|
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
1732
|
"Dark increased-contrast/color.background.accent.gray.subtlest.hovered": {
|
|
1733
|
-
"value": "#
|
|
1733
|
+
"value": "#3D3F43",
|
|
1734
1734
|
"attributes": {
|
|
1735
1735
|
"group": "paint",
|
|
1736
1736
|
"state": "active",
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
}
|
|
1740
1740
|
},
|
|
1741
1741
|
"Dark increased-contrast/color.background.accent.gray.subtlest.pressed": {
|
|
1742
|
-
"value": "#
|
|
1742
|
+
"value": "#4B4D51",
|
|
1743
1743
|
"attributes": {
|
|
1744
1744
|
"group": "paint",
|
|
1745
1745
|
"state": "active",
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
}
|
|
1749
1749
|
},
|
|
1750
1750
|
"Dark increased-contrast/color.background.accent.gray.subtler": {
|
|
1751
|
-
"value": "#
|
|
1751
|
+
"value": "#4B4D51",
|
|
1752
1752
|
"attributes": {
|
|
1753
1753
|
"group": "paint",
|
|
1754
1754
|
"state": "active",
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
}
|
|
1758
1758
|
},
|
|
1759
1759
|
"Dark increased-contrast/color.background.accent.gray.subtler.hovered": {
|
|
1760
|
-
"value": "#
|
|
1760
|
+
"value": "#63666B",
|
|
1761
1761
|
"attributes": {
|
|
1762
1762
|
"group": "paint",
|
|
1763
1763
|
"state": "active",
|
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
}
|
|
1767
1767
|
},
|
|
1768
1768
|
"Dark increased-contrast/color.background.accent.gray.subtler.pressed": {
|
|
1769
|
-
"value": "#
|
|
1769
|
+
"value": "#7E8188",
|
|
1770
1770
|
"attributes": {
|
|
1771
1771
|
"group": "paint",
|
|
1772
1772
|
"state": "active",
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
}
|
|
1776
1776
|
},
|
|
1777
1777
|
"Dark increased-contrast/color.background.accent.gray.subtle": {
|
|
1778
|
-
"value": "#
|
|
1778
|
+
"value": "#4B4D51",
|
|
1779
1779
|
"attributes": {
|
|
1780
1780
|
"group": "paint",
|
|
1781
1781
|
"state": "active",
|
|
@@ -1784,7 +1784,7 @@
|
|
|
1784
1784
|
}
|
|
1785
1785
|
},
|
|
1786
1786
|
"Dark increased-contrast/color.background.accent.gray.subtle.hovered": {
|
|
1787
|
-
"value": "#
|
|
1787
|
+
"value": "#303134",
|
|
1788
1788
|
"attributes": {
|
|
1789
1789
|
"group": "paint",
|
|
1790
1790
|
"state": "active",
|
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
}
|
|
1794
1794
|
},
|
|
1795
1795
|
"Dark increased-contrast/color.background.accent.gray.subtle.pressed": {
|
|
1796
|
-
"value": "#
|
|
1796
|
+
"value": "#242528",
|
|
1797
1797
|
"attributes": {
|
|
1798
1798
|
"group": "paint",
|
|
1799
1799
|
"state": "active",
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
}
|
|
1803
1803
|
},
|
|
1804
1804
|
"Dark increased-contrast/color.background.accent.gray.bolder": {
|
|
1805
|
-
"value": "#
|
|
1805
|
+
"value": "#A9ABAF",
|
|
1806
1806
|
"attributes": {
|
|
1807
1807
|
"group": "paint",
|
|
1808
1808
|
"state": "active",
|
|
@@ -1811,7 +1811,7 @@
|
|
|
1811
1811
|
}
|
|
1812
1812
|
},
|
|
1813
1813
|
"Dark increased-contrast/color.background.accent.gray.bolder.hovered": {
|
|
1814
|
-
"value": "#
|
|
1814
|
+
"value": "#BFC1C4",
|
|
1815
1815
|
"attributes": {
|
|
1816
1816
|
"group": "paint",
|
|
1817
1817
|
"state": "active",
|
|
@@ -1820,7 +1820,7 @@
|
|
|
1820
1820
|
}
|
|
1821
1821
|
},
|
|
1822
1822
|
"Dark increased-contrast/color.background.accent.gray.bolder.pressed": {
|
|
1823
|
-
"value": "#
|
|
1823
|
+
"value": "#CECFD2",
|
|
1824
1824
|
"attributes": {
|
|
1825
1825
|
"group": "paint",
|
|
1826
1826
|
"state": "active",
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
}
|
|
1830
1830
|
},
|
|
1831
1831
|
"Dark increased-contrast/color.background.disabled": {
|
|
1832
|
-
"value": "#
|
|
1832
|
+
"value": "#BDBDBD0A",
|
|
1833
1833
|
"attributes": {
|
|
1834
1834
|
"group": "paint",
|
|
1835
1835
|
"state": "active",
|
|
@@ -1838,7 +1838,7 @@
|
|
|
1838
1838
|
}
|
|
1839
1839
|
},
|
|
1840
1840
|
"Dark increased-contrast/color.background.input": {
|
|
1841
|
-
"value": "#
|
|
1841
|
+
"value": "#242528",
|
|
1842
1842
|
"attributes": {
|
|
1843
1843
|
"group": "paint",
|
|
1844
1844
|
"state": "active",
|
|
@@ -1847,7 +1847,7 @@
|
|
|
1847
1847
|
}
|
|
1848
1848
|
},
|
|
1849
1849
|
"Dark increased-contrast/color.background.input.hovered": {
|
|
1850
|
-
"value": "#
|
|
1850
|
+
"value": "#2B2C2F",
|
|
1851
1851
|
"attributes": {
|
|
1852
1852
|
"group": "paint",
|
|
1853
1853
|
"state": "active",
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
}
|
|
1857
1857
|
},
|
|
1858
1858
|
"Dark increased-contrast/color.background.input.pressed": {
|
|
1859
|
-
"value": "#
|
|
1859
|
+
"value": "#242528",
|
|
1860
1860
|
"attributes": {
|
|
1861
1861
|
"group": "paint",
|
|
1862
1862
|
"state": "active",
|
|
@@ -1892,7 +1892,7 @@
|
|
|
1892
1892
|
}
|
|
1893
1893
|
},
|
|
1894
1894
|
"Dark increased-contrast/color.background.neutral": {
|
|
1895
|
-
"value": "#
|
|
1895
|
+
"value": "#CECED912",
|
|
1896
1896
|
"attributes": {
|
|
1897
1897
|
"group": "paint",
|
|
1898
1898
|
"state": "active",
|
|
@@ -1901,7 +1901,7 @@
|
|
|
1901
1901
|
}
|
|
1902
1902
|
},
|
|
1903
1903
|
"Dark increased-contrast/color.background.neutral.hovered": {
|
|
1904
|
-
"value": "#
|
|
1904
|
+
"value": "#E3E4F21F",
|
|
1905
1905
|
"attributes": {
|
|
1906
1906
|
"group": "paint",
|
|
1907
1907
|
"state": "active",
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
},
|
|
1912
1912
|
"Dark increased-contrast/color.background.neutral.pressed": {
|
|
1913
|
-
"value": "#
|
|
1913
|
+
"value": "#E5E9F640",
|
|
1914
1914
|
"attributes": {
|
|
1915
1915
|
"group": "paint",
|
|
1916
1916
|
"state": "active",
|
|
@@ -1928,7 +1928,7 @@
|
|
|
1928
1928
|
}
|
|
1929
1929
|
},
|
|
1930
1930
|
"Dark increased-contrast/color.background.neutral.subtle.hovered": {
|
|
1931
|
-
"value": "#
|
|
1931
|
+
"value": "#CECED912",
|
|
1932
1932
|
"attributes": {
|
|
1933
1933
|
"group": "paint",
|
|
1934
1934
|
"state": "active",
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
}
|
|
1938
1938
|
},
|
|
1939
1939
|
"Dark increased-contrast/color.background.neutral.subtle.pressed": {
|
|
1940
|
-
"value": "#
|
|
1940
|
+
"value": "#E3E4F21F",
|
|
1941
1941
|
"attributes": {
|
|
1942
1942
|
"group": "paint",
|
|
1943
1943
|
"state": "active",
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
}
|
|
1947
1947
|
},
|
|
1948
1948
|
"Dark increased-contrast/color.background.neutral.bold": {
|
|
1949
|
-
"value": "#
|
|
1949
|
+
"value": "#CECFD2",
|
|
1950
1950
|
"attributes": {
|
|
1951
1951
|
"group": "paint",
|
|
1952
1952
|
"state": "active",
|
|
@@ -1955,7 +1955,7 @@
|
|
|
1955
1955
|
}
|
|
1956
1956
|
},
|
|
1957
1957
|
"Dark increased-contrast/color.background.neutral.bold.hovered": {
|
|
1958
|
-
"value": "#
|
|
1958
|
+
"value": "#BFC1C4",
|
|
1959
1959
|
"attributes": {
|
|
1960
1960
|
"group": "paint",
|
|
1961
1961
|
"state": "active",
|
|
@@ -1964,7 +1964,7 @@
|
|
|
1964
1964
|
}
|
|
1965
1965
|
},
|
|
1966
1966
|
"Dark increased-contrast/color.background.neutral.bold.pressed": {
|
|
1967
|
-
"value": "#
|
|
1967
|
+
"value": "#A9ABAF",
|
|
1968
1968
|
"attributes": {
|
|
1969
1969
|
"group": "paint",
|
|
1970
1970
|
"state": "active",
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
}
|
|
1974
1974
|
},
|
|
1975
1975
|
"Dark increased-contrast/color.background.selected": {
|
|
1976
|
-
"value": "#
|
|
1976
|
+
"value": "#1C2B42",
|
|
1977
1977
|
"attributes": {
|
|
1978
1978
|
"group": "paint",
|
|
1979
1979
|
"state": "active",
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
}
|
|
1983
1983
|
},
|
|
1984
1984
|
"Dark increased-contrast/color.background.selected.hovered": {
|
|
1985
|
-
"value": "#
|
|
1985
|
+
"value": "#123263",
|
|
1986
1986
|
"attributes": {
|
|
1987
1987
|
"group": "paint",
|
|
1988
1988
|
"state": "active",
|
|
@@ -1991,7 +1991,7 @@
|
|
|
1991
1991
|
}
|
|
1992
1992
|
},
|
|
1993
1993
|
"Dark increased-contrast/color.background.selected.pressed": {
|
|
1994
|
-
"value": "#
|
|
1994
|
+
"value": "#1558BC",
|
|
1995
1995
|
"attributes": {
|
|
1996
1996
|
"group": "paint",
|
|
1997
1997
|
"state": "active",
|
|
@@ -2000,7 +2000,7 @@
|
|
|
2000
2000
|
}
|
|
2001
2001
|
},
|
|
2002
2002
|
"Dark increased-contrast/color.background.selected.bold": {
|
|
2003
|
-
"value": "#
|
|
2003
|
+
"value": "#CFE1FD",
|
|
2004
2004
|
"attributes": {
|
|
2005
2005
|
"group": "paint",
|
|
2006
2006
|
"state": "active",
|
|
@@ -2009,7 +2009,7 @@
|
|
|
2009
2009
|
}
|
|
2010
2010
|
},
|
|
2011
2011
|
"Dark increased-contrast/color.background.selected.bold.hovered": {
|
|
2012
|
-
"value": "#
|
|
2012
|
+
"value": "#E9F2FE",
|
|
2013
2013
|
"attributes": {
|
|
2014
2014
|
"group": "paint",
|
|
2015
2015
|
"state": "active",
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
}
|
|
2019
2019
|
},
|
|
2020
2020
|
"Dark increased-contrast/color.background.selected.bold.pressed": {
|
|
2021
|
-
"value": "#
|
|
2021
|
+
"value": "#E2E3E4",
|
|
2022
2022
|
"attributes": {
|
|
2023
2023
|
"group": "paint",
|
|
2024
2024
|
"state": "active",
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
}
|
|
2028
2028
|
},
|
|
2029
2029
|
"Dark increased-contrast/color.background.brand.subtlest": {
|
|
2030
|
-
"value": "#
|
|
2030
|
+
"value": "#1C2B42",
|
|
2031
2031
|
"attributes": {
|
|
2032
2032
|
"group": "paint",
|
|
2033
2033
|
"state": "active",
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
}
|
|
2037
2037
|
},
|
|
2038
2038
|
"Dark increased-contrast/color.background.brand.subtlest.hovered": {
|
|
2039
|
-
"value": "#
|
|
2039
|
+
"value": "#123263",
|
|
2040
2040
|
"attributes": {
|
|
2041
2041
|
"group": "paint",
|
|
2042
2042
|
"state": "active",
|
|
@@ -2045,7 +2045,7 @@
|
|
|
2045
2045
|
}
|
|
2046
2046
|
},
|
|
2047
2047
|
"Dark increased-contrast/color.background.brand.subtlest.pressed": {
|
|
2048
|
-
"value": "#
|
|
2048
|
+
"value": "#144794",
|
|
2049
2049
|
"attributes": {
|
|
2050
2050
|
"group": "paint",
|
|
2051
2051
|
"state": "active",
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
}
|
|
2055
2055
|
},
|
|
2056
2056
|
"Dark increased-contrast/color.background.brand.bold": {
|
|
2057
|
-
"value": "#
|
|
2057
|
+
"value": "#CFE1FD",
|
|
2058
2058
|
"attributes": {
|
|
2059
2059
|
"group": "paint",
|
|
2060
2060
|
"state": "active",
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
}
|
|
2064
2064
|
},
|
|
2065
2065
|
"Dark increased-contrast/color.background.brand.bold.hovered": {
|
|
2066
|
-
"value": "#
|
|
2066
|
+
"value": "#E9F2FE",
|
|
2067
2067
|
"attributes": {
|
|
2068
2068
|
"group": "paint",
|
|
2069
2069
|
"state": "active",
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
}
|
|
2073
2073
|
},
|
|
2074
2074
|
"Dark increased-contrast/color.background.brand.bold.pressed": {
|
|
2075
|
-
"value": "#
|
|
2075
|
+
"value": "#E2E3E4",
|
|
2076
2076
|
"attributes": {
|
|
2077
2077
|
"group": "paint",
|
|
2078
2078
|
"state": "active",
|
|
@@ -2081,7 +2081,7 @@
|
|
|
2081
2081
|
}
|
|
2082
2082
|
},
|
|
2083
2083
|
"Dark increased-contrast/color.background.brand.boldest": {
|
|
2084
|
-
"value": "#
|
|
2084
|
+
"value": "#E9F2FE",
|
|
2085
2085
|
"attributes": {
|
|
2086
2086
|
"group": "paint",
|
|
2087
2087
|
"state": "active",
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
}
|
|
2091
2091
|
},
|
|
2092
2092
|
"Dark increased-contrast/color.background.brand.boldest.hovered": {
|
|
2093
|
-
"value": "#
|
|
2093
|
+
"value": "#CFE1FD",
|
|
2094
2094
|
"attributes": {
|
|
2095
2095
|
"group": "paint",
|
|
2096
2096
|
"state": "active",
|
|
@@ -2099,7 +2099,7 @@
|
|
|
2099
2099
|
}
|
|
2100
2100
|
},
|
|
2101
2101
|
"Dark increased-contrast/color.background.brand.boldest.pressed": {
|
|
2102
|
-
"value": "#
|
|
2102
|
+
"value": "#ADCBFB",
|
|
2103
2103
|
"attributes": {
|
|
2104
2104
|
"group": "paint",
|
|
2105
2105
|
"state": "active",
|
|
@@ -2126,7 +2126,7 @@
|
|
|
2126
2126
|
}
|
|
2127
2127
|
},
|
|
2128
2128
|
"Dark increased-contrast/color.background.danger.pressed": {
|
|
2129
|
-
"value": "#
|
|
2129
|
+
"value": "#872821",
|
|
2130
2130
|
"attributes": {
|
|
2131
2131
|
"group": "paint",
|
|
2132
2132
|
"state": "active",
|
|
@@ -2153,7 +2153,7 @@
|
|
|
2153
2153
|
}
|
|
2154
2154
|
},
|
|
2155
2155
|
"Dark increased-contrast/color.background.danger.bold.pressed": {
|
|
2156
|
-
"value": "#
|
|
2156
|
+
"value": "#E2E3E4",
|
|
2157
2157
|
"attributes": {
|
|
2158
2158
|
"group": "paint",
|
|
2159
2159
|
"state": "active",
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
}
|
|
2163
2163
|
},
|
|
2164
2164
|
"Dark increased-contrast/color.background.warning": {
|
|
2165
|
-
"value": "#
|
|
2165
|
+
"value": "#3A2C1F",
|
|
2166
2166
|
"attributes": {
|
|
2167
2167
|
"group": "paint",
|
|
2168
2168
|
"state": "active",
|
|
@@ -2171,7 +2171,7 @@
|
|
|
2171
2171
|
}
|
|
2172
2172
|
},
|
|
2173
2173
|
"Dark increased-contrast/color.background.warning.hovered": {
|
|
2174
|
-
"value": "#
|
|
2174
|
+
"value": "#693200",
|
|
2175
2175
|
"attributes": {
|
|
2176
2176
|
"group": "paint",
|
|
2177
2177
|
"state": "active",
|
|
@@ -2180,7 +2180,7 @@
|
|
|
2180
2180
|
}
|
|
2181
2181
|
},
|
|
2182
2182
|
"Dark increased-contrast/color.background.warning.pressed": {
|
|
2183
|
-
"value": "#
|
|
2183
|
+
"value": "#7A3B00",
|
|
2184
2184
|
"attributes": {
|
|
2185
2185
|
"group": "paint",
|
|
2186
2186
|
"state": "active",
|
|
@@ -2189,7 +2189,7 @@
|
|
|
2189
2189
|
}
|
|
2190
2190
|
},
|
|
2191
2191
|
"Dark increased-contrast/color.background.warning.bold": {
|
|
2192
|
-
"value": "#
|
|
2192
|
+
"value": "#F5E989",
|
|
2193
2193
|
"attributes": {
|
|
2194
2194
|
"group": "paint",
|
|
2195
2195
|
"state": "active",
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
}
|
|
2199
2199
|
},
|
|
2200
2200
|
"Dark increased-contrast/color.background.warning.bold.hovered": {
|
|
2201
|
-
"value": "#
|
|
2201
|
+
"value": "#FEF7C8",
|
|
2202
2202
|
"attributes": {
|
|
2203
2203
|
"group": "paint",
|
|
2204
2204
|
"state": "active",
|
|
@@ -2207,7 +2207,7 @@
|
|
|
2207
2207
|
}
|
|
2208
2208
|
},
|
|
2209
2209
|
"Dark increased-contrast/color.background.warning.bold.pressed": {
|
|
2210
|
-
"value": "#
|
|
2210
|
+
"value": "#E2E3E4",
|
|
2211
2211
|
"attributes": {
|
|
2212
2212
|
"group": "paint",
|
|
2213
2213
|
"state": "active",
|
|
@@ -2216,7 +2216,7 @@
|
|
|
2216
2216
|
}
|
|
2217
2217
|
},
|
|
2218
2218
|
"Dark increased-contrast/color.background.success": {
|
|
2219
|
-
"value": "#
|
|
2219
|
+
"value": "#28311B",
|
|
2220
2220
|
"attributes": {
|
|
2221
2221
|
"group": "paint",
|
|
2222
2222
|
"state": "active",
|
|
@@ -2225,7 +2225,7 @@
|
|
|
2225
2225
|
}
|
|
2226
2226
|
},
|
|
2227
2227
|
"Dark increased-contrast/color.background.success.hovered": {
|
|
2228
|
-
"value": "#
|
|
2228
|
+
"value": "#37471F",
|
|
2229
2229
|
"attributes": {
|
|
2230
2230
|
"group": "paint",
|
|
2231
2231
|
"state": "active",
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
}
|
|
2235
2235
|
},
|
|
2236
2236
|
"Dark increased-contrast/color.background.success.pressed": {
|
|
2237
|
-
"value": "#
|
|
2237
|
+
"value": "#3F5224",
|
|
2238
2238
|
"attributes": {
|
|
2239
2239
|
"group": "paint",
|
|
2240
2240
|
"state": "active",
|
|
@@ -2261,7 +2261,7 @@
|
|
|
2261
2261
|
}
|
|
2262
2262
|
},
|
|
2263
2263
|
"Dark increased-contrast/color.background.success.bold.pressed": {
|
|
2264
|
-
"value": "#
|
|
2264
|
+
"value": "#E2E3E4",
|
|
2265
2265
|
"attributes": {
|
|
2266
2266
|
"group": "paint",
|
|
2267
2267
|
"state": "active",
|
|
@@ -2270,7 +2270,7 @@
|
|
|
2270
2270
|
}
|
|
2271
2271
|
},
|
|
2272
2272
|
"Dark increased-contrast/color.background.discovery": {
|
|
2273
|
-
"value": "#
|
|
2273
|
+
"value": "#35243F",
|
|
2274
2274
|
"attributes": {
|
|
2275
2275
|
"group": "paint",
|
|
2276
2276
|
"state": "active",
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
}
|
|
2280
2280
|
},
|
|
2281
2281
|
"Dark increased-contrast/color.background.discovery.hovered": {
|
|
2282
|
-
"value": "#
|
|
2282
|
+
"value": "#48245D",
|
|
2283
2283
|
"attributes": {
|
|
2284
2284
|
"group": "paint",
|
|
2285
2285
|
"state": "active",
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
}
|
|
2289
2289
|
},
|
|
2290
2290
|
"Dark increased-contrast/color.background.discovery.pressed": {
|
|
2291
|
-
"value": "#
|
|
2291
|
+
"value": "#673286",
|
|
2292
2292
|
"attributes": {
|
|
2293
2293
|
"group": "paint",
|
|
2294
2294
|
"state": "active",
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
}
|
|
2298
2298
|
},
|
|
2299
2299
|
"Dark increased-contrast/color.background.discovery.bold": {
|
|
2300
|
-
"value": "#
|
|
2300
|
+
"value": "#EED7FC",
|
|
2301
2301
|
"attributes": {
|
|
2302
2302
|
"group": "paint",
|
|
2303
2303
|
"state": "active",
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
}
|
|
2307
2307
|
},
|
|
2308
2308
|
"Dark increased-contrast/color.background.discovery.bold.hovered": {
|
|
2309
|
-
"value": "#
|
|
2309
|
+
"value": "#F8EEFE",
|
|
2310
2310
|
"attributes": {
|
|
2311
2311
|
"group": "paint",
|
|
2312
2312
|
"state": "active",
|
|
@@ -2315,7 +2315,7 @@
|
|
|
2315
2315
|
}
|
|
2316
2316
|
},
|
|
2317
2317
|
"Dark increased-contrast/color.background.discovery.bold.pressed": {
|
|
2318
|
-
"value": "#
|
|
2318
|
+
"value": "#E2E3E4",
|
|
2319
2319
|
"attributes": {
|
|
2320
2320
|
"group": "paint",
|
|
2321
2321
|
"state": "active",
|
|
@@ -2324,7 +2324,7 @@
|
|
|
2324
2324
|
}
|
|
2325
2325
|
},
|
|
2326
2326
|
"Dark increased-contrast/color.background.information": {
|
|
2327
|
-
"value": "#
|
|
2327
|
+
"value": "#1C2B42",
|
|
2328
2328
|
"attributes": {
|
|
2329
2329
|
"group": "paint",
|
|
2330
2330
|
"state": "active",
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
}
|
|
2334
2334
|
},
|
|
2335
2335
|
"Dark increased-contrast/color.background.information.hovered": {
|
|
2336
|
-
"value": "#
|
|
2336
|
+
"value": "#123263",
|
|
2337
2337
|
"attributes": {
|
|
2338
2338
|
"group": "paint",
|
|
2339
2339
|
"state": "active",
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
}
|
|
2343
2343
|
},
|
|
2344
2344
|
"Dark increased-contrast/color.background.information.pressed": {
|
|
2345
|
-
"value": "#
|
|
2345
|
+
"value": "#144794",
|
|
2346
2346
|
"attributes": {
|
|
2347
2347
|
"group": "paint",
|
|
2348
2348
|
"state": "active",
|
|
@@ -2351,7 +2351,7 @@
|
|
|
2351
2351
|
}
|
|
2352
2352
|
},
|
|
2353
2353
|
"Dark increased-contrast/color.background.information.bold": {
|
|
2354
|
-
"value": "#
|
|
2354
|
+
"value": "#CFE1FD",
|
|
2355
2355
|
"attributes": {
|
|
2356
2356
|
"group": "paint",
|
|
2357
2357
|
"state": "active",
|
|
@@ -2360,7 +2360,7 @@
|
|
|
2360
2360
|
}
|
|
2361
2361
|
},
|
|
2362
2362
|
"Dark increased-contrast/color.background.information.bold.hovered": {
|
|
2363
|
-
"value": "#
|
|
2363
|
+
"value": "#E9F2FE",
|
|
2364
2364
|
"attributes": {
|
|
2365
2365
|
"group": "paint",
|
|
2366
2366
|
"state": "active",
|
|
@@ -2369,7 +2369,7 @@
|
|
|
2369
2369
|
}
|
|
2370
2370
|
},
|
|
2371
2371
|
"Dark increased-contrast/color.background.information.bold.pressed": {
|
|
2372
|
-
"value": "#
|
|
2372
|
+
"value": "#E2E3E4",
|
|
2373
2373
|
"attributes": {
|
|
2374
2374
|
"group": "paint",
|
|
2375
2375
|
"state": "active",
|
|
@@ -2423,7 +2423,7 @@
|
|
|
2423
2423
|
}
|
|
2424
2424
|
},
|
|
2425
2425
|
"Dark increased-contrast/color.skeleton": {
|
|
2426
|
-
"value": "#
|
|
2426
|
+
"value": "#CECED912",
|
|
2427
2427
|
"attributes": {
|
|
2428
2428
|
"group": "paint",
|
|
2429
2429
|
"state": "active",
|
|
@@ -2432,7 +2432,7 @@
|
|
|
2432
2432
|
}
|
|
2433
2433
|
},
|
|
2434
2434
|
"Dark increased-contrast/color.skeleton.subtle": {
|
|
2435
|
-
"value": "#
|
|
2435
|
+
"value": "#BDBDBD0A",
|
|
2436
2436
|
"attributes": {
|
|
2437
2437
|
"group": "paint",
|
|
2438
2438
|
"state": "active",
|
|
@@ -2459,7 +2459,7 @@
|
|
|
2459
2459
|
}
|
|
2460
2460
|
},
|
|
2461
2461
|
"Dark increased-contrast/color.chart.categorical.2": {
|
|
2462
|
-
"value": "#
|
|
2462
|
+
"value": "#94C748",
|
|
2463
2463
|
"attributes": {
|
|
2464
2464
|
"group": "paint",
|
|
2465
2465
|
"state": "active",
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
}
|
|
2469
2469
|
},
|
|
2470
2470
|
"Dark increased-contrast/color.chart.categorical.2.hovered": {
|
|
2471
|
-
"value": "#
|
|
2471
|
+
"value": "#B3DF72",
|
|
2472
2472
|
"attributes": {
|
|
2473
2473
|
"group": "paint",
|
|
2474
2474
|
"state": "active",
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
}
|
|
2478
2478
|
},
|
|
2479
2479
|
"Dark increased-contrast/color.chart.categorical.3": {
|
|
2480
|
-
"value": "#
|
|
2480
|
+
"value": "#FBC828",
|
|
2481
2481
|
"attributes": {
|
|
2482
2482
|
"group": "paint",
|
|
2483
2483
|
"state": "active",
|
|
@@ -2486,7 +2486,7 @@
|
|
|
2486
2486
|
}
|
|
2487
2487
|
},
|
|
2488
2488
|
"Dark increased-contrast/color.chart.categorical.3.hovered": {
|
|
2489
|
-
"value": "#
|
|
2489
|
+
"value": "#FCE4A6",
|
|
2490
2490
|
"attributes": {
|
|
2491
2491
|
"group": "paint",
|
|
2492
2492
|
"state": "active",
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
}
|
|
2496
2496
|
},
|
|
2497
2497
|
"Dark increased-contrast/color.chart.categorical.4": {
|
|
2498
|
-
"value": "#
|
|
2498
|
+
"value": "#FCA700",
|
|
2499
2499
|
"attributes": {
|
|
2500
2500
|
"group": "paint",
|
|
2501
2501
|
"state": "active",
|
|
@@ -2504,7 +2504,7 @@
|
|
|
2504
2504
|
}
|
|
2505
2505
|
},
|
|
2506
2506
|
"Dark increased-contrast/color.chart.categorical.4.hovered": {
|
|
2507
|
-
"value": "#
|
|
2507
|
+
"value": "#FBC828",
|
|
2508
2508
|
"attributes": {
|
|
2509
2509
|
"group": "paint",
|
|
2510
2510
|
"state": "active",
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
}
|
|
2514
2514
|
},
|
|
2515
2515
|
"Dark increased-contrast/color.chart.categorical.5": {
|
|
2516
|
-
"value": "#
|
|
2516
|
+
"value": "#1558BC",
|
|
2517
2517
|
"attributes": {
|
|
2518
2518
|
"group": "paint",
|
|
2519
2519
|
"state": "active",
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
}
|
|
2523
2523
|
},
|
|
2524
2524
|
"Dark increased-contrast/color.chart.categorical.5.hovered": {
|
|
2525
|
-
"value": "#
|
|
2525
|
+
"value": "#1868DB",
|
|
2526
2526
|
"attributes": {
|
|
2527
2527
|
"group": "paint",
|
|
2528
2528
|
"state": "active",
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
}
|
|
2532
2532
|
},
|
|
2533
2533
|
"Dark increased-contrast/color.chart.categorical.6": {
|
|
2534
|
-
"value": "#
|
|
2534
|
+
"value": "#D8A0F7",
|
|
2535
2535
|
"attributes": {
|
|
2536
2536
|
"group": "paint",
|
|
2537
2537
|
"state": "active",
|
|
@@ -2540,7 +2540,7 @@
|
|
|
2540
2540
|
}
|
|
2541
2541
|
},
|
|
2542
2542
|
"Dark increased-contrast/color.chart.categorical.6.hovered": {
|
|
2543
|
-
"value": "#
|
|
2543
|
+
"value": "#EED7FC",
|
|
2544
2544
|
"attributes": {
|
|
2545
2545
|
"group": "paint",
|
|
2546
2546
|
"state": "active",
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
}
|
|
2550
2550
|
},
|
|
2551
2551
|
"Dark increased-contrast/color.chart.categorical.7": {
|
|
2552
|
-
"value": "#
|
|
2552
|
+
"value": "#42B2D7",
|
|
2553
2553
|
"attributes": {
|
|
2554
2554
|
"group": "paint",
|
|
2555
2555
|
"state": "active",
|
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
}
|
|
2559
2559
|
},
|
|
2560
2560
|
"Dark increased-contrast/color.chart.categorical.7.hovered": {
|
|
2561
|
-
"value": "#
|
|
2561
|
+
"value": "#6CC3E0",
|
|
2562
2562
|
"attributes": {
|
|
2563
2563
|
"group": "paint",
|
|
2564
2564
|
"state": "active",
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
}
|
|
2568
2568
|
},
|
|
2569
2569
|
"Dark increased-contrast/color.chart.categorical.8": {
|
|
2570
|
-
"value": "#
|
|
2570
|
+
"value": "#E06C00",
|
|
2571
2571
|
"attributes": {
|
|
2572
2572
|
"group": "paint",
|
|
2573
2573
|
"state": "active",
|
|
@@ -2576,7 +2576,7 @@
|
|
|
2576
2576
|
}
|
|
2577
2577
|
},
|
|
2578
2578
|
"Dark increased-contrast/color.chart.categorical.8.hovered": {
|
|
2579
|
-
"value": "#
|
|
2579
|
+
"value": "#FBD779",
|
|
2580
2580
|
"attributes": {
|
|
2581
2581
|
"group": "paint",
|
|
2582
2582
|
"state": "active",
|
|
@@ -2639,7 +2639,7 @@
|
|
|
2639
2639
|
}
|
|
2640
2640
|
},
|
|
2641
2641
|
"Dark increased-contrast/color.chart.neutral": {
|
|
2642
|
-
"value": "#
|
|
2642
|
+
"value": "#96999E",
|
|
2643
2643
|
"attributes": {
|
|
2644
2644
|
"group": "paint",
|
|
2645
2645
|
"state": "active",
|
|
@@ -2648,7 +2648,7 @@
|
|
|
2648
2648
|
}
|
|
2649
2649
|
},
|
|
2650
2650
|
"Dark increased-contrast/color.chart.neutral.hovered": {
|
|
2651
|
-
"value": "#
|
|
2651
|
+
"value": "#A9ABAF",
|
|
2652
2652
|
"attributes": {
|
|
2653
2653
|
"group": "paint",
|
|
2654
2654
|
"state": "active",
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
}
|
|
2712
2712
|
},
|
|
2713
2713
|
"Dark increased-contrast/color.chart.orange.bold": {
|
|
2714
|
-
"value": "#
|
|
2714
|
+
"value": "#FBC828",
|
|
2715
2715
|
"attributes": {
|
|
2716
2716
|
"group": "paint",
|
|
2717
2717
|
"state": "active",
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
}
|
|
2721
2721
|
},
|
|
2722
2722
|
"Dark increased-contrast/color.chart.orange.bold.hovered": {
|
|
2723
|
-
"value": "#
|
|
2723
|
+
"value": "#FCE4A6",
|
|
2724
2724
|
"attributes": {
|
|
2725
2725
|
"group": "paint",
|
|
2726
2726
|
"state": "active",
|
|
@@ -2729,7 +2729,7 @@
|
|
|
2729
2729
|
}
|
|
2730
2730
|
},
|
|
2731
2731
|
"Dark increased-contrast/color.chart.orange.bolder": {
|
|
2732
|
-
"value": "#
|
|
2732
|
+
"value": "#FCE4A6",
|
|
2733
2733
|
"attributes": {
|
|
2734
2734
|
"group": "paint",
|
|
2735
2735
|
"state": "active",
|
|
@@ -2738,7 +2738,7 @@
|
|
|
2738
2738
|
}
|
|
2739
2739
|
},
|
|
2740
2740
|
"Dark increased-contrast/color.chart.orange.bolder.hovered": {
|
|
2741
|
-
"value": "#
|
|
2741
|
+
"value": "#FFF5DB",
|
|
2742
2742
|
"attributes": {
|
|
2743
2743
|
"group": "paint",
|
|
2744
2744
|
"state": "active",
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
}
|
|
2748
2748
|
},
|
|
2749
2749
|
"Dark increased-contrast/color.chart.orange.boldest": {
|
|
2750
|
-
"value": "#
|
|
2750
|
+
"value": "#FFF5DB",
|
|
2751
2751
|
"attributes": {
|
|
2752
2752
|
"group": "paint",
|
|
2753
2753
|
"state": "active",
|
|
@@ -2756,7 +2756,7 @@
|
|
|
2756
2756
|
}
|
|
2757
2757
|
},
|
|
2758
2758
|
"Dark increased-contrast/color.chart.orange.boldest.hovered": {
|
|
2759
|
-
"value": "#
|
|
2759
|
+
"value": "#FCE4A6",
|
|
2760
2760
|
"attributes": {
|
|
2761
2761
|
"group": "paint",
|
|
2762
2762
|
"state": "active",
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
}
|
|
2766
2766
|
},
|
|
2767
2767
|
"Dark increased-contrast/color.chart.yellow.bold": {
|
|
2768
|
-
"value": "#
|
|
2768
|
+
"value": "#EED12B",
|
|
2769
2769
|
"attributes": {
|
|
2770
2770
|
"group": "paint",
|
|
2771
2771
|
"state": "active",
|
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
}
|
|
2775
2775
|
},
|
|
2776
2776
|
"Dark increased-contrast/color.chart.yellow.bold.hovered": {
|
|
2777
|
-
"value": "#
|
|
2777
|
+
"value": "#F5E989",
|
|
2778
2778
|
"attributes": {
|
|
2779
2779
|
"group": "paint",
|
|
2780
2780
|
"state": "active",
|
|
@@ -2783,7 +2783,7 @@
|
|
|
2783
2783
|
}
|
|
2784
2784
|
},
|
|
2785
2785
|
"Dark increased-contrast/color.chart.yellow.bolder": {
|
|
2786
|
-
"value": "#
|
|
2786
|
+
"value": "#F5E989",
|
|
2787
2787
|
"attributes": {
|
|
2788
2788
|
"group": "paint",
|
|
2789
2789
|
"state": "active",
|
|
@@ -2792,7 +2792,7 @@
|
|
|
2792
2792
|
}
|
|
2793
2793
|
},
|
|
2794
2794
|
"Dark increased-contrast/color.chart.yellow.bolder.hovered": {
|
|
2795
|
-
"value": "#
|
|
2795
|
+
"value": "#FEF7C8",
|
|
2796
2796
|
"attributes": {
|
|
2797
2797
|
"group": "paint",
|
|
2798
2798
|
"state": "active",
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
}
|
|
2802
2802
|
},
|
|
2803
2803
|
"Dark increased-contrast/color.chart.yellow.boldest": {
|
|
2804
|
-
"value": "#
|
|
2804
|
+
"value": "#FEF7C8",
|
|
2805
2805
|
"attributes": {
|
|
2806
2806
|
"group": "paint",
|
|
2807
2807
|
"state": "active",
|
|
@@ -2810,7 +2810,7 @@
|
|
|
2810
2810
|
}
|
|
2811
2811
|
},
|
|
2812
2812
|
"Dark increased-contrast/color.chart.yellow.boldest.hovered": {
|
|
2813
|
-
"value": "#
|
|
2813
|
+
"value": "#F5E989",
|
|
2814
2814
|
"attributes": {
|
|
2815
2815
|
"group": "paint",
|
|
2816
2816
|
"state": "active",
|
|
@@ -2927,7 +2927,7 @@
|
|
|
2927
2927
|
}
|
|
2928
2928
|
},
|
|
2929
2929
|
"Dark increased-contrast/color.chart.blue.bold": {
|
|
2930
|
-
"value": "#
|
|
2930
|
+
"value": "#8FB8F6",
|
|
2931
2931
|
"attributes": {
|
|
2932
2932
|
"group": "paint",
|
|
2933
2933
|
"state": "active",
|
|
@@ -2936,7 +2936,7 @@
|
|
|
2936
2936
|
}
|
|
2937
2937
|
},
|
|
2938
2938
|
"Dark increased-contrast/color.chart.blue.bold.hovered": {
|
|
2939
|
-
"value": "#
|
|
2939
|
+
"value": "#CFE1FD",
|
|
2940
2940
|
"attributes": {
|
|
2941
2941
|
"group": "paint",
|
|
2942
2942
|
"state": "active",
|
|
@@ -2945,7 +2945,7 @@
|
|
|
2945
2945
|
}
|
|
2946
2946
|
},
|
|
2947
2947
|
"Dark increased-contrast/color.chart.blue.bolder": {
|
|
2948
|
-
"value": "#
|
|
2948
|
+
"value": "#CFE1FD",
|
|
2949
2949
|
"attributes": {
|
|
2950
2950
|
"group": "paint",
|
|
2951
2951
|
"state": "active",
|
|
@@ -2954,7 +2954,7 @@
|
|
|
2954
2954
|
}
|
|
2955
2955
|
},
|
|
2956
2956
|
"Dark increased-contrast/color.chart.blue.bolder.hovered": {
|
|
2957
|
-
"value": "#
|
|
2957
|
+
"value": "#E9F2FE",
|
|
2958
2958
|
"attributes": {
|
|
2959
2959
|
"group": "paint",
|
|
2960
2960
|
"state": "active",
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
}
|
|
2964
2964
|
},
|
|
2965
2965
|
"Dark increased-contrast/color.chart.blue.boldest": {
|
|
2966
|
-
"value": "#
|
|
2966
|
+
"value": "#E9F2FE",
|
|
2967
2967
|
"attributes": {
|
|
2968
2968
|
"group": "paint",
|
|
2969
2969
|
"state": "active",
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
}
|
|
2973
2973
|
},
|
|
2974
2974
|
"Dark increased-contrast/color.chart.blue.boldest.hovered": {
|
|
2975
|
-
"value": "#
|
|
2975
|
+
"value": "#CFE1FD",
|
|
2976
2976
|
"attributes": {
|
|
2977
2977
|
"group": "paint",
|
|
2978
2978
|
"state": "active",
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
}
|
|
2982
2982
|
},
|
|
2983
2983
|
"Dark increased-contrast/color.chart.purple.bold": {
|
|
2984
|
-
"value": "#
|
|
2984
|
+
"value": "#D8A0F7",
|
|
2985
2985
|
"attributes": {
|
|
2986
2986
|
"group": "paint",
|
|
2987
2987
|
"state": "active",
|
|
@@ -2990,7 +2990,7 @@
|
|
|
2990
2990
|
}
|
|
2991
2991
|
},
|
|
2992
2992
|
"Dark increased-contrast/color.chart.purple.bold.hovered": {
|
|
2993
|
-
"value": "#
|
|
2993
|
+
"value": "#EED7FC",
|
|
2994
2994
|
"attributes": {
|
|
2995
2995
|
"group": "paint",
|
|
2996
2996
|
"state": "active",
|
|
@@ -2999,7 +2999,7 @@
|
|
|
2999
2999
|
}
|
|
3000
3000
|
},
|
|
3001
3001
|
"Dark increased-contrast/color.chart.purple.bolder": {
|
|
3002
|
-
"value": "#
|
|
3002
|
+
"value": "#EED7FC",
|
|
3003
3003
|
"attributes": {
|
|
3004
3004
|
"group": "paint",
|
|
3005
3005
|
"state": "active",
|
|
@@ -3008,7 +3008,7 @@
|
|
|
3008
3008
|
}
|
|
3009
3009
|
},
|
|
3010
3010
|
"Dark increased-contrast/color.chart.purple.bolder.hovered": {
|
|
3011
|
-
"value": "#
|
|
3011
|
+
"value": "#F8EEFE",
|
|
3012
3012
|
"attributes": {
|
|
3013
3013
|
"group": "paint",
|
|
3014
3014
|
"state": "active",
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
}
|
|
3018
3018
|
},
|
|
3019
3019
|
"Dark increased-contrast/color.chart.purple.boldest": {
|
|
3020
|
-
"value": "#
|
|
3020
|
+
"value": "#F8EEFE",
|
|
3021
3021
|
"attributes": {
|
|
3022
3022
|
"group": "paint",
|
|
3023
3023
|
"state": "active",
|
|
@@ -3026,7 +3026,7 @@
|
|
|
3026
3026
|
}
|
|
3027
3027
|
},
|
|
3028
3028
|
"Dark increased-contrast/color.chart.purple.boldest.hovered": {
|
|
3029
|
-
"value": "#
|
|
3029
|
+
"value": "#EED7FC",
|
|
3030
3030
|
"attributes": {
|
|
3031
3031
|
"group": "paint",
|
|
3032
3032
|
"state": "active",
|
|
@@ -3089,7 +3089,7 @@
|
|
|
3089
3089
|
}
|
|
3090
3090
|
},
|
|
3091
3091
|
"Dark increased-contrast/color.chart.gray.bold": {
|
|
3092
|
-
"value": "#
|
|
3092
|
+
"value": "#96999E",
|
|
3093
3093
|
"attributes": {
|
|
3094
3094
|
"group": "paint",
|
|
3095
3095
|
"state": "active",
|
|
@@ -3098,7 +3098,7 @@
|
|
|
3098
3098
|
}
|
|
3099
3099
|
},
|
|
3100
3100
|
"Dark increased-contrast/color.chart.gray.bold.hovered": {
|
|
3101
|
-
"value": "#
|
|
3101
|
+
"value": "#A9ABAF",
|
|
3102
3102
|
"attributes": {
|
|
3103
3103
|
"group": "paint",
|
|
3104
3104
|
"state": "active",
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
3109
3109
|
"Dark increased-contrast/color.chart.gray.bolder": {
|
|
3110
|
-
"value": "#
|
|
3110
|
+
"value": "#A9ABAF",
|
|
3111
3111
|
"attributes": {
|
|
3112
3112
|
"group": "paint",
|
|
3113
3113
|
"state": "active",
|
|
@@ -3116,7 +3116,7 @@
|
|
|
3116
3116
|
}
|
|
3117
3117
|
},
|
|
3118
3118
|
"Dark increased-contrast/color.chart.gray.bolder.hovered": {
|
|
3119
|
-
"value": "#
|
|
3119
|
+
"value": "#BFC1C4",
|
|
3120
3120
|
"attributes": {
|
|
3121
3121
|
"group": "paint",
|
|
3122
3122
|
"state": "active",
|
|
@@ -3125,7 +3125,7 @@
|
|
|
3125
3125
|
}
|
|
3126
3126
|
},
|
|
3127
3127
|
"Dark increased-contrast/color.chart.gray.boldest": {
|
|
3128
|
-
"value": "#
|
|
3128
|
+
"value": "#BFC1C4",
|
|
3129
3129
|
"attributes": {
|
|
3130
3130
|
"group": "paint",
|
|
3131
3131
|
"state": "active",
|
|
@@ -3134,7 +3134,7 @@
|
|
|
3134
3134
|
}
|
|
3135
3135
|
},
|
|
3136
3136
|
"Dark increased-contrast/color.chart.gray.boldest.hovered": {
|
|
3137
|
-
"value": "#
|
|
3137
|
+
"value": "#CECFD2",
|
|
3138
3138
|
"attributes": {
|
|
3139
3139
|
"group": "paint",
|
|
3140
3140
|
"state": "active",
|
|
@@ -3143,7 +3143,7 @@
|
|
|
3143
3143
|
}
|
|
3144
3144
|
},
|
|
3145
3145
|
"Dark increased-contrast/color.chart.brand": {
|
|
3146
|
-
"value": "#
|
|
3146
|
+
"value": "#669DF1",
|
|
3147
3147
|
"attributes": {
|
|
3148
3148
|
"group": "paint",
|
|
3149
3149
|
"state": "active",
|
|
@@ -3152,7 +3152,7 @@
|
|
|
3152
3152
|
}
|
|
3153
3153
|
},
|
|
3154
3154
|
"Dark increased-contrast/color.chart.brand.hovered": {
|
|
3155
|
-
"value": "#
|
|
3155
|
+
"value": "#8FB8F6",
|
|
3156
3156
|
"attributes": {
|
|
3157
3157
|
"group": "paint",
|
|
3158
3158
|
"state": "active",
|
|
@@ -3179,7 +3179,7 @@
|
|
|
3179
3179
|
}
|
|
3180
3180
|
},
|
|
3181
3181
|
"Dark increased-contrast/color.chart.danger.bold": {
|
|
3182
|
-
"value": "#
|
|
3182
|
+
"value": "#FFB8B2",
|
|
3183
3183
|
"attributes": {
|
|
3184
3184
|
"group": "paint",
|
|
3185
3185
|
"state": "active",
|
|
@@ -3188,7 +3188,7 @@
|
|
|
3188
3188
|
}
|
|
3189
3189
|
},
|
|
3190
3190
|
"Dark increased-contrast/color.chart.danger.bold.hovered": {
|
|
3191
|
-
"value": "#
|
|
3191
|
+
"value": "#FD9891",
|
|
3192
3192
|
"attributes": {
|
|
3193
3193
|
"group": "paint",
|
|
3194
3194
|
"state": "active",
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
}
|
|
3198
3198
|
},
|
|
3199
3199
|
"Dark increased-contrast/color.chart.warning": {
|
|
3200
|
-
"value": "#
|
|
3200
|
+
"value": "#F68909",
|
|
3201
3201
|
"attributes": {
|
|
3202
3202
|
"group": "paint",
|
|
3203
3203
|
"state": "active",
|
|
@@ -3206,7 +3206,7 @@
|
|
|
3206
3206
|
}
|
|
3207
3207
|
},
|
|
3208
3208
|
"Dark increased-contrast/color.chart.warning.hovered": {
|
|
3209
|
-
"value": "#
|
|
3209
|
+
"value": "#FCA700",
|
|
3210
3210
|
"attributes": {
|
|
3211
3211
|
"group": "paint",
|
|
3212
3212
|
"state": "active",
|
|
@@ -3215,7 +3215,7 @@
|
|
|
3215
3215
|
}
|
|
3216
3216
|
},
|
|
3217
3217
|
"Dark increased-contrast/color.chart.warning.bold": {
|
|
3218
|
-
"value": "#
|
|
3218
|
+
"value": "#FBC828",
|
|
3219
3219
|
"attributes": {
|
|
3220
3220
|
"group": "paint",
|
|
3221
3221
|
"state": "active",
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
}
|
|
3225
3225
|
},
|
|
3226
3226
|
"Dark increased-contrast/color.chart.warning.bold.hovered": {
|
|
3227
|
-
"value": "#
|
|
3227
|
+
"value": "#FCE4A6",
|
|
3228
3228
|
"attributes": {
|
|
3229
3229
|
"group": "paint",
|
|
3230
3230
|
"state": "active",
|
|
@@ -3233,7 +3233,7 @@
|
|
|
3233
3233
|
}
|
|
3234
3234
|
},
|
|
3235
3235
|
"Dark increased-contrast/color.chart.success": {
|
|
3236
|
-
"value": "#
|
|
3236
|
+
"value": "#82B536",
|
|
3237
3237
|
"attributes": {
|
|
3238
3238
|
"group": "paint",
|
|
3239
3239
|
"state": "active",
|
|
@@ -3242,7 +3242,7 @@
|
|
|
3242
3242
|
}
|
|
3243
3243
|
},
|
|
3244
3244
|
"Dark increased-contrast/color.chart.success.hovered": {
|
|
3245
|
-
"value": "#
|
|
3245
|
+
"value": "#94C748",
|
|
3246
3246
|
"attributes": {
|
|
3247
3247
|
"group": "paint",
|
|
3248
3248
|
"state": "active",
|
|
@@ -3251,7 +3251,7 @@
|
|
|
3251
3251
|
}
|
|
3252
3252
|
},
|
|
3253
3253
|
"Dark increased-contrast/color.chart.success.bold": {
|
|
3254
|
-
"value": "#
|
|
3254
|
+
"value": "#B3DF72",
|
|
3255
3255
|
"attributes": {
|
|
3256
3256
|
"group": "paint",
|
|
3257
3257
|
"state": "active",
|
|
@@ -3260,7 +3260,7 @@
|
|
|
3260
3260
|
}
|
|
3261
3261
|
},
|
|
3262
3262
|
"Dark increased-contrast/color.chart.success.bold.hovered": {
|
|
3263
|
-
"value": "#
|
|
3263
|
+
"value": "#D3F1A7",
|
|
3264
3264
|
"attributes": {
|
|
3265
3265
|
"group": "paint",
|
|
3266
3266
|
"state": "active",
|
|
@@ -3269,7 +3269,7 @@
|
|
|
3269
3269
|
}
|
|
3270
3270
|
},
|
|
3271
3271
|
"Dark increased-contrast/color.chart.discovery": {
|
|
3272
|
-
"value": "#
|
|
3272
|
+
"value": "#C97CF4",
|
|
3273
3273
|
"attributes": {
|
|
3274
3274
|
"group": "paint",
|
|
3275
3275
|
"state": "active",
|
|
@@ -3278,7 +3278,7 @@
|
|
|
3278
3278
|
}
|
|
3279
3279
|
},
|
|
3280
3280
|
"Dark increased-contrast/color.chart.discovery.hovered": {
|
|
3281
|
-
"value": "#
|
|
3281
|
+
"value": "#C97CF4",
|
|
3282
3282
|
"attributes": {
|
|
3283
3283
|
"group": "paint",
|
|
3284
3284
|
"state": "active",
|
|
@@ -3287,7 +3287,7 @@
|
|
|
3287
3287
|
}
|
|
3288
3288
|
},
|
|
3289
3289
|
"Dark increased-contrast/color.chart.discovery.bold": {
|
|
3290
|
-
"value": "#
|
|
3290
|
+
"value": "#D8A0F7",
|
|
3291
3291
|
"attributes": {
|
|
3292
3292
|
"group": "paint",
|
|
3293
3293
|
"state": "active",
|
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
}
|
|
3297
3297
|
},
|
|
3298
3298
|
"Dark increased-contrast/color.chart.discovery.bold.hovered": {
|
|
3299
|
-
"value": "#
|
|
3299
|
+
"value": "#EED7FC",
|
|
3300
3300
|
"attributes": {
|
|
3301
3301
|
"group": "paint",
|
|
3302
3302
|
"state": "active",
|
|
@@ -3305,7 +3305,7 @@
|
|
|
3305
3305
|
}
|
|
3306
3306
|
},
|
|
3307
3307
|
"Dark increased-contrast/color.chart.information": {
|
|
3308
|
-
"value": "#
|
|
3308
|
+
"value": "#669DF1",
|
|
3309
3309
|
"attributes": {
|
|
3310
3310
|
"group": "paint",
|
|
3311
3311
|
"state": "active",
|
|
@@ -3314,7 +3314,7 @@
|
|
|
3314
3314
|
}
|
|
3315
3315
|
},
|
|
3316
3316
|
"Dark increased-contrast/color.chart.information.hovered": {
|
|
3317
|
-
"value": "#
|
|
3317
|
+
"value": "#669DF1",
|
|
3318
3318
|
"attributes": {
|
|
3319
3319
|
"group": "paint",
|
|
3320
3320
|
"state": "active",
|
|
@@ -3323,7 +3323,7 @@
|
|
|
3323
3323
|
}
|
|
3324
3324
|
},
|
|
3325
3325
|
"Dark increased-contrast/color.chart.information.bold": {
|
|
3326
|
-
"value": "#
|
|
3326
|
+
"value": "#8FB8F6",
|
|
3327
3327
|
"attributes": {
|
|
3328
3328
|
"group": "paint",
|
|
3329
3329
|
"state": "active",
|
|
@@ -3332,7 +3332,7 @@
|
|
|
3332
3332
|
}
|
|
3333
3333
|
},
|
|
3334
3334
|
"Dark increased-contrast/color.chart.information.bold.hovered": {
|
|
3335
|
-
"value": "#
|
|
3335
|
+
"value": "#CFE1FD",
|
|
3336
3336
|
"attributes": {
|
|
3337
3337
|
"group": "paint",
|
|
3338
3338
|
"state": "active",
|
|
@@ -3341,7 +3341,7 @@
|
|
|
3341
3341
|
}
|
|
3342
3342
|
},
|
|
3343
3343
|
"Dark increased-contrast/elevation.surface": {
|
|
3344
|
-
"value": "#
|
|
3344
|
+
"value": "#1F1F21",
|
|
3345
3345
|
"attributes": {
|
|
3346
3346
|
"group": "paint",
|
|
3347
3347
|
"state": "active",
|
|
@@ -3350,7 +3350,7 @@
|
|
|
3350
3350
|
}
|
|
3351
3351
|
},
|
|
3352
3352
|
"Dark increased-contrast/elevation.surface.hovered": {
|
|
3353
|
-
"value": "#
|
|
3353
|
+
"value": "#242528",
|
|
3354
3354
|
"attributes": {
|
|
3355
3355
|
"group": "paint",
|
|
3356
3356
|
"state": "active",
|
|
@@ -3359,7 +3359,7 @@
|
|
|
3359
3359
|
}
|
|
3360
3360
|
},
|
|
3361
3361
|
"Dark increased-contrast/elevation.surface.pressed": {
|
|
3362
|
-
"value": "#
|
|
3362
|
+
"value": "#2B2C2F",
|
|
3363
3363
|
"attributes": {
|
|
3364
3364
|
"group": "paint",
|
|
3365
3365
|
"state": "active",
|
|
@@ -3368,7 +3368,7 @@
|
|
|
3368
3368
|
}
|
|
3369
3369
|
},
|
|
3370
3370
|
"Dark increased-contrast/elevation.surface.overlay": {
|
|
3371
|
-
"value": "#
|
|
3371
|
+
"value": "#2B2C2F",
|
|
3372
3372
|
"attributes": {
|
|
3373
3373
|
"group": "paint",
|
|
3374
3374
|
"state": "active",
|
|
@@ -3377,7 +3377,7 @@
|
|
|
3377
3377
|
}
|
|
3378
3378
|
},
|
|
3379
3379
|
"Dark increased-contrast/elevation.surface.overlay.hovered": {
|
|
3380
|
-
"value": "#
|
|
3380
|
+
"value": "#303134",
|
|
3381
3381
|
"attributes": {
|
|
3382
3382
|
"group": "paint",
|
|
3383
3383
|
"state": "active",
|
|
@@ -3386,7 +3386,7 @@
|
|
|
3386
3386
|
}
|
|
3387
3387
|
},
|
|
3388
3388
|
"Dark increased-contrast/elevation.surface.overlay.pressed": {
|
|
3389
|
-
"value": "#
|
|
3389
|
+
"value": "#3D3F43",
|
|
3390
3390
|
"attributes": {
|
|
3391
3391
|
"group": "paint",
|
|
3392
3392
|
"state": "active",
|
|
@@ -3395,7 +3395,7 @@
|
|
|
3395
3395
|
}
|
|
3396
3396
|
},
|
|
3397
3397
|
"Dark increased-contrast/elevation.surface.raised": {
|
|
3398
|
-
"value": "#
|
|
3398
|
+
"value": "#242528",
|
|
3399
3399
|
"attributes": {
|
|
3400
3400
|
"group": "paint",
|
|
3401
3401
|
"state": "active",
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
}
|
|
3405
3405
|
},
|
|
3406
3406
|
"Dark increased-contrast/elevation.surface.raised.hovered": {
|
|
3407
|
-
"value": "#
|
|
3407
|
+
"value": "#2B2C2F",
|
|
3408
3408
|
"attributes": {
|
|
3409
3409
|
"group": "paint",
|
|
3410
3410
|
"state": "active",
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
}
|
|
3414
3414
|
},
|
|
3415
3415
|
"Dark increased-contrast/elevation.surface.raised.pressed": {
|
|
3416
|
-
"value": "#
|
|
3416
|
+
"value": "#303134",
|
|
3417
3417
|
"attributes": {
|
|
3418
3418
|
"group": "paint",
|
|
3419
3419
|
"state": "active",
|
|
@@ -3422,7 +3422,7 @@
|
|
|
3422
3422
|
}
|
|
3423
3423
|
},
|
|
3424
3424
|
"Dark increased-contrast/elevation.surface.sunken": {
|
|
3425
|
-
"value": "#
|
|
3425
|
+
"value": "#18191A",
|
|
3426
3426
|
"attributes": {
|
|
3427
3427
|
"group": "paint",
|
|
3428
3428
|
"state": "active",
|
|
@@ -3438,7 +3438,7 @@
|
|
|
3438
3438
|
"x": 0,
|
|
3439
3439
|
"y": 0
|
|
3440
3440
|
},
|
|
3441
|
-
"color": "#
|
|
3441
|
+
"color": "#01040475",
|
|
3442
3442
|
"opacity": 0.56
|
|
3443
3443
|
},
|
|
3444
3444
|
{
|
|
@@ -3447,7 +3447,7 @@
|
|
|
3447
3447
|
"x": 0,
|
|
3448
3448
|
"y": 0
|
|
3449
3449
|
},
|
|
3450
|
-
"color": "#
|
|
3450
|
+
"color": "#01040475",
|
|
3451
3451
|
"opacity": 0.5
|
|
3452
3452
|
}
|
|
3453
3453
|
],
|
|
@@ -3459,7 +3459,7 @@
|
|
|
3459
3459
|
}
|
|
3460
3460
|
},
|
|
3461
3461
|
"Dark increased-contrast/elevation.shadow.overflow.perimeter": {
|
|
3462
|
-
"value": "#
|
|
3462
|
+
"value": "#01040480",
|
|
3463
3463
|
"attributes": {
|
|
3464
3464
|
"group": "paint",
|
|
3465
3465
|
"state": "active",
|
|
@@ -3468,7 +3468,7 @@
|
|
|
3468
3468
|
}
|
|
3469
3469
|
},
|
|
3470
3470
|
"Dark increased-contrast/elevation.shadow.overflow.spread": {
|
|
3471
|
-
"value": "#
|
|
3471
|
+
"value": "#0104048f",
|
|
3472
3472
|
"attributes": {
|
|
3473
3473
|
"group": "paint",
|
|
3474
3474
|
"state": "active",
|
|
@@ -3481,7 +3481,7 @@
|
|
|
3481
3481
|
{
|
|
3482
3482
|
"radius": 0,
|
|
3483
3483
|
"spread": 1,
|
|
3484
|
-
"color": "#
|
|
3484
|
+
"color": "#E9F0FB5C",
|
|
3485
3485
|
"offset": {
|
|
3486
3486
|
"x": 0,
|
|
3487
3487
|
"y": 0
|
|
@@ -3495,7 +3495,7 @@
|
|
|
3495
3495
|
"x": 0,
|
|
3496
3496
|
"y": 8
|
|
3497
3497
|
},
|
|
3498
|
-
"color": "#
|
|
3498
|
+
"color": "#01040475",
|
|
3499
3499
|
"opacity": 0.36
|
|
3500
3500
|
},
|
|
3501
3501
|
{
|
|
@@ -3505,7 +3505,7 @@
|
|
|
3505
3505
|
"x": 0,
|
|
3506
3506
|
"y": 0
|
|
3507
3507
|
},
|
|
3508
|
-
"color": "#
|
|
3508
|
+
"color": "#01040475",
|
|
3509
3509
|
"opacity": 0.5
|
|
3510
3510
|
}
|
|
3511
3511
|
],
|
|
@@ -3521,7 +3521,7 @@
|
|
|
3521
3521
|
{
|
|
3522
3522
|
"radius": 0,
|
|
3523
3523
|
"spread": 1,
|
|
3524
|
-
"color": "#
|
|
3524
|
+
"color": "#E9F0FB5C",
|
|
3525
3525
|
"offset": {
|
|
3526
3526
|
"x": 0,
|
|
3527
3527
|
"y": 0
|
|
@@ -3535,7 +3535,7 @@
|
|
|
3535
3535
|
"x": 0,
|
|
3536
3536
|
"y": 1
|
|
3537
3537
|
},
|
|
3538
|
-
"color": "#
|
|
3538
|
+
"color": "#01040475",
|
|
3539
3539
|
"opacity": 0.5
|
|
3540
3540
|
},
|
|
3541
3541
|
{
|
|
@@ -3544,7 +3544,7 @@
|
|
|
3544
3544
|
"x": 0,
|
|
3545
3545
|
"y": 0
|
|
3546
3546
|
},
|
|
3547
|
-
"color": "#
|
|
3547
|
+
"color": "#01040475",
|
|
3548
3548
|
"opacity": 0.5
|
|
3549
3549
|
}
|
|
3550
3550
|
],
|