@primer/primitives 7.16.0-rc.f109b0ca → 7.16.0-rc.fe16fd19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/functional/themes/dark-colorblind.css +240 -0
- package/dist/css/functional/themes/dark-dimmed.css +240 -0
- package/dist/css/functional/themes/dark-high-contrast.css +240 -0
- package/dist/css/functional/themes/dark-tritanopia.css +240 -0
- package/dist/css/functional/themes/dark.css +240 -0
- package/dist/css/functional/themes/light-colorblind.css +240 -0
- package/dist/css/functional/themes/light-high-contrast.css +240 -0
- package/dist/css/functional/themes/light-tritanopia.css +240 -0
- package/dist/css/functional/themes/light.css +240 -0
- package/dist/docs/functional/themes/dark-colorblind.json +3514 -0
- package/dist/docs/functional/themes/dark-dimmed.json +3514 -0
- package/dist/docs/functional/themes/dark-high-contrast.json +3514 -0
- package/dist/docs/functional/themes/dark-tritanopia.json +3514 -0
- package/dist/docs/functional/themes/dark.json +3514 -0
- package/dist/docs/functional/themes/light-colorblind.json +3514 -2
- package/dist/docs/functional/themes/light-high-contrast.json +3514 -2
- package/dist/docs/functional/themes/light-tritanopia.json +3514 -2
- package/dist/docs/functional/themes/light.json +3514 -2
- package/dist/fallbacks/color-fallbacks.json +260 -0
- package/dist/figma/figma.json +2 -2
- package/dist/figma/themes/dark-colorblind.json +2101 -164
- package/dist/figma/themes/dark-dimmed.json +2100 -163
- package/dist/figma/themes/dark-high-contrast.json +2101 -164
- package/dist/figma/themes/dark-tritanopia.json +2101 -164
- package/dist/figma/themes/dark.json +2101 -164
- package/dist/figma/themes/light-colorblind.json +2105 -169
- package/dist/figma/themes/light-high-contrast.json +2106 -170
- package/dist/figma/themes/light-tritanopia.json +2105 -169
- package/dist/figma/themes/light.json +2105 -169
- package/dist/internalCss/dark-colorblind.css +240 -0
- package/dist/internalCss/dark-dimmed.css +240 -0
- package/dist/internalCss/dark-high-contrast.css +240 -0
- package/dist/internalCss/dark-tritanopia.css +240 -0
- package/dist/internalCss/dark.css +240 -0
- package/dist/internalCss/light-colorblind.css +240 -0
- package/dist/internalCss/light-high-contrast.css +240 -0
- package/dist/internalCss/light-tritanopia.css +240 -0
- package/dist/internalCss/light.css +240 -0
- package/package.json +6 -4
- package/tokens-next-private/css/functional/themes/dark-colorblind.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-dimmed.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-high-contrast.css +240 -0
- package/tokens-next-private/css/functional/themes/dark-tritanopia.css +240 -0
- package/tokens-next-private/css/functional/themes/dark.css +240 -0
- package/tokens-next-private/css/functional/themes/light-colorblind.css +240 -0
- package/tokens-next-private/css/functional/themes/light-high-contrast.css +240 -0
- package/tokens-next-private/css/functional/themes/light-tritanopia.css +240 -0
- package/tokens-next-private/css/functional/themes/light.css +240 -0
- package/tokens-next-private/docs/functional/themes/dark-colorblind.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-dimmed.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-high-contrast.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark-tritanopia.json +3514 -0
- package/tokens-next-private/docs/functional/themes/dark.json +3514 -0
- package/tokens-next-private/docs/functional/themes/light-colorblind.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light-high-contrast.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light-tritanopia.json +3514 -2
- package/tokens-next-private/docs/functional/themes/light.json +3514 -2
- package/tokens-next-private/internalCss/dark-colorblind.css +240 -0
- package/tokens-next-private/internalCss/dark-dimmed.css +240 -0
- package/tokens-next-private/internalCss/dark-high-contrast.css +240 -0
- package/tokens-next-private/internalCss/dark-tritanopia.css +240 -0
- package/tokens-next-private/internalCss/dark.css +240 -0
- package/tokens-next-private/internalCss/light-colorblind.css +240 -0
- package/tokens-next-private/internalCss/light-high-contrast.css +240 -0
- package/tokens-next-private/internalCss/light-tritanopia.css +240 -0
- package/tokens-next-private/internalCss/light.css +240 -0
- package/tokens-v2-private/css/tokens/base/size/size.css +1 -1
- package/tokens-v2-private/css/tokens/base/typography/typography.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/border.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/breakpoints.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size-coarse.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size-fine.css +1 -1
- package/tokens-v2-private/css/tokens/functional/size/size.css +1 -1
- package/tokens-v2-private/css/tokens/functional/typography/typography.css +1 -1
- package/tokens-v2-private/js/module/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/js/module/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/js/module/tokens/functional/typography/typography.js +1 -1
- package/tokens-v2-private/js/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/js/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/js/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/js/tokens/functional/typography/typography.js +1 -1
- package/tokens-v2-private/scss/tokens/base/size/size.scss +1 -1
- package/tokens-v2-private/scss/tokens/base/typography/typography.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/border.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/size.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/size/viewport.scss +1 -1
- package/tokens-v2-private/scss/tokens/functional/typography/typography.scss +1 -1
- package/tokens-v2-private/ts/tokens/base/size/size.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/base/size/size.js +1 -1
- package/tokens-v2-private/ts/tokens/base/typography/typography.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/base/typography/typography.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/border.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/border.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/breakpoints.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-coarse.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size-fine.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/size.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/size/viewport.js +1 -1
- package/tokens-v2-private/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/tokens-v2-private/ts/tokens/functional/typography/typography.js +1 -1
- package/dist/scss/base/size/size.scss +0 -17
- package/dist/scss/base/typography/typography.scss +0 -4
- package/dist/scss/functional/motion/motion.scss +0 -3
- package/dist/scss/functional/size/border.scss +0 -12
- package/dist/scss/functional/size/breakpoints.scss +0 -6
- package/dist/scss/functional/size/size-coarse.scss +0 -3
- package/dist/scss/functional/size/size-fine.scss +0 -3
- package/dist/scss/functional/size/size.scss +0 -72
- package/dist/scss/functional/size/viewport.scss +0 -6
- package/dist/scss/functional/themes/dark-colorblind.scss +0 -414
- package/dist/scss/functional/themes/dark-dimmed.scss +0 -414
- package/dist/scss/functional/themes/dark-high-contrast.scss +0 -414
- package/dist/scss/functional/themes/dark-tritanopia.scss +0 -414
- package/dist/scss/functional/themes/dark.scss +0 -414
- package/dist/scss/functional/themes/light-colorblind.scss +0 -414
- package/dist/scss/functional/themes/light-high-contrast.scss +0 -414
- package/dist/scss/functional/themes/light-tritanopia.scss +0 -414
- package/dist/scss/functional/themes/light.scss +0 -414
- package/dist/scss/functional/typography/typography.scss +0 -45
- package/tokens-next-private/figma/dimension/dimension.json +0 -1068
- package/tokens-next-private/figma/figma.json +0 -116
- package/tokens-next-private/figma/scales/dark-dimmed.json +0 -1398
- package/tokens-next-private/figma/scales/dark-high-constrast.json +0 -1398
- package/tokens-next-private/figma/scales/dark.json +0 -1398
- package/tokens-next-private/figma/scales/light-high-constrast.json +0 -1398
- package/tokens-next-private/figma/scales/light.json +0 -1398
- package/tokens-next-private/figma/shadows/dark-colorblind.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-dimmed.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-high-contrast.json +0 -1152
- package/tokens-next-private/figma/shadows/dark-tritanopia.json +0 -1152
- package/tokens-next-private/figma/shadows/dark.json +0 -1152
- package/tokens-next-private/figma/shadows/light-colorblind.json +0 -1052
- package/tokens-next-private/figma/shadows/light-high-contrast.json +0 -1052
- package/tokens-next-private/figma/shadows/light-tritanopia.json +0 -1052
- package/tokens-next-private/figma/shadows/light.json +0 -1052
- package/tokens-next-private/figma/themes/dark-colorblind.json +0 -7759
- package/tokens-next-private/figma/themes/dark-dimmed.json +0 -7757
- package/tokens-next-private/figma/themes/dark-high-contrast.json +0 -7766
- package/tokens-next-private/figma/themes/dark-tritanopia.json +0 -7760
- package/tokens-next-private/figma/themes/dark.json +0 -7759
- package/tokens-next-private/figma/themes/light-colorblind.json +0 -7636
- package/tokens-next-private/figma/themes/light-high-contrast.json +0 -7634
- package/tokens-next-private/figma/themes/light-tritanopia.json +0 -7630
- package/tokens-next-private/figma/themes/light.json +0 -7629
- package/tokens-next-private/scss/base/size/size.scss +0 -17
- package/tokens-next-private/scss/base/typography/typography.scss +0 -4
- package/tokens-next-private/scss/functional/motion/motion.scss +0 -3
- package/tokens-next-private/scss/functional/size/border.scss +0 -12
- package/tokens-next-private/scss/functional/size/breakpoints.scss +0 -6
- package/tokens-next-private/scss/functional/size/size-coarse.scss +0 -3
- package/tokens-next-private/scss/functional/size/size-fine.scss +0 -3
- package/tokens-next-private/scss/functional/size/size.scss +0 -72
- package/tokens-next-private/scss/functional/size/viewport.scss +0 -6
- package/tokens-next-private/scss/functional/themes/dark-colorblind.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-dimmed.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +0 -414
- package/tokens-next-private/scss/functional/themes/dark.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-colorblind.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-high-contrast.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light-tritanopia.scss +0 -414
- package/tokens-next-private/scss/functional/themes/light.scss +0 -414
- package/tokens-next-private/scss/functional/typography/typography.scss +0 -45
|
@@ -288,6 +288,121 @@
|
|
|
288
288
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
289
289
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
290
290
|
--selection-bgColor: #409effb3;
|
|
291
|
+
--card-bgColor: #272b33;
|
|
292
|
+
--label-green-bgColor-rest: #122117;
|
|
293
|
+
--label-green-bgColor-hover: #182f1f;
|
|
294
|
+
--label-green-bgColor-active: #214529;
|
|
295
|
+
--label-green-fgColor-rest: #41b445;
|
|
296
|
+
--label-green-fgColor-hover: #46c144;
|
|
297
|
+
--label-green-fgColor-active: #75d36f;
|
|
298
|
+
--label-orange-bgColor-rest: #311708;
|
|
299
|
+
--label-orange-bgColor-hover: #43200a;
|
|
300
|
+
--label-orange-bgColor-active: #632f0d;
|
|
301
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
302
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
303
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
304
|
+
--label-purple-bgColor-rest: #211047;
|
|
305
|
+
--label-purple-bgColor-hover: #31146b;
|
|
306
|
+
--label-purple-bgColor-active: #481a9e;
|
|
307
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
308
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
309
|
+
--label-purple-fgColor-active: #d2affd;
|
|
310
|
+
--label-red-bgColor-rest: #3c0614;
|
|
311
|
+
--label-red-bgColor-hover: #58091a;
|
|
312
|
+
--label-red-bgColor-active: #790c20;
|
|
313
|
+
--label-red-fgColor-rest: #f27d83;
|
|
314
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
315
|
+
--label-red-fgColor-active: #f7adab;
|
|
316
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
317
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
318
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
319
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
320
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
321
|
+
--label-yellow-fgColor-active: #edb431;
|
|
322
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
323
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
324
|
+
--label-gray-bgColor-active: #393d41;
|
|
325
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
326
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
327
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
328
|
+
--label-auburn-bgColor-rest: #271817;
|
|
329
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
330
|
+
--label-auburn-bgColor-active: #543331;
|
|
331
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
332
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
333
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
334
|
+
--label-brown-bgColor-rest: #241c14;
|
|
335
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
336
|
+
--label-brown-bgColor-active: #483a28;
|
|
337
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
338
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
339
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
340
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
341
|
+
--label-lemon-bgColor-hover: #372901;
|
|
342
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
343
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
344
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
345
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
346
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
347
|
+
--label-olive-bgColor-hover: #252d10;
|
|
348
|
+
--label-olive-bgColor-active: #374115;
|
|
349
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
350
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
351
|
+
--label-olive-fgColor-active: #cbc025;
|
|
352
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
353
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
354
|
+
--label-lime-bgColor-active: #2c441d;
|
|
355
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
356
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
357
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
358
|
+
--label-pine-bgColor-rest: #082119;
|
|
359
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
360
|
+
--label-pine-bgColor-active: #0e4430;
|
|
361
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
362
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
363
|
+
--label-pine-fgColor-active: #1bda81;
|
|
364
|
+
--label-teal-bgColor-rest: #041f25;
|
|
365
|
+
--label-teal-bgColor-hover: #073036;
|
|
366
|
+
--label-teal-bgColor-active: #0a464d;
|
|
367
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
368
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
369
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
370
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
371
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
372
|
+
--label-cyan-bgColor-active: #014156;
|
|
373
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
374
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
375
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
376
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
377
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
378
|
+
--label-indigo-bgColor-active: #312c90;
|
|
379
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
380
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
381
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
382
|
+
--label-blue-bgColor-rest: #001a47;
|
|
383
|
+
--label-blue-bgColor-hover: #002766;
|
|
384
|
+
--label-blue-bgColor-active: #00378a;
|
|
385
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
386
|
+
--label-blue-fgColor-hover: #61adff;
|
|
387
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
388
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
389
|
+
--label-plum-bgColor-hover: #40125e;
|
|
390
|
+
--label-plum-bgColor-active: #5c1688;
|
|
391
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
392
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
393
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
394
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
395
|
+
--label-pink-bgColor-hover: #451c35;
|
|
396
|
+
--label-pink-bgColor-active: #65244a;
|
|
397
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
398
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
399
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
400
|
+
--label-coral-bgColor-rest: #351008;
|
|
401
|
+
--label-coral-bgColor-hover: #51180b;
|
|
402
|
+
--label-coral-bgColor-active: #72220d;
|
|
403
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
404
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
405
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
291
406
|
--fgColor-default: #fbfcfd;
|
|
292
407
|
--fgColor-muted: #f0f3f6;
|
|
293
408
|
--fgColor-onEmphasis: #0a0c10;
|
|
@@ -304,6 +419,7 @@
|
|
|
304
419
|
--fgColor-open: #28d751;
|
|
305
420
|
--fgColor-closed: #ff8080;
|
|
306
421
|
--fgColor-done: #bf8fff;
|
|
422
|
+
--fgColor-upsell: #bf8fff;
|
|
307
423
|
--fgColor-sponsors: #f87cbd;
|
|
308
424
|
--bgColor-default: #0a0c10;
|
|
309
425
|
--bgColor-muted: #272b33;
|
|
@@ -332,6 +448,8 @@
|
|
|
332
448
|
--bgColor-closed-emphasis: #ff6a69;
|
|
333
449
|
--bgColor-done-muted: #bf8fff26;
|
|
334
450
|
--bgColor-done-emphasis: #b87fff;
|
|
451
|
+
--bgColor-upsell-muted: #bf8fff26;
|
|
452
|
+
--bgColor-upsell-emphasis: #b87fff;
|
|
335
453
|
--bgColor-sponsors-muted: #f87cbd1a;
|
|
336
454
|
--bgColor-sponsors-emphasis: #ef6eb1;
|
|
337
455
|
--borderColor-default: #7a828e;
|
|
@@ -357,6 +475,8 @@
|
|
|
357
475
|
--borderColor-closed-emphasis: #ff6a69;
|
|
358
476
|
--borderColor-done-muted: #bf8fff;
|
|
359
477
|
--borderColor-done-emphasis: #b87fff;
|
|
478
|
+
--borderColor-upsell-muted: #bf8fff66;
|
|
479
|
+
--borderColor-upsell-emphasis: #b87fff;
|
|
360
480
|
--borderColor-sponsors-muted: #f87cbd;
|
|
361
481
|
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
362
482
|
--color-ansi-black: #7a828e;
|
|
@@ -706,6 +826,121 @@
|
|
|
706
826
|
--underlineNav-borderColor-hover: #bdc4cc;
|
|
707
827
|
--underlineNav-iconColor-rest: #f0f3f6;
|
|
708
828
|
--selection-bgColor: #409effb3;
|
|
829
|
+
--card-bgColor: #272b33;
|
|
830
|
+
--label-green-bgColor-rest: #122117;
|
|
831
|
+
--label-green-bgColor-hover: #182f1f;
|
|
832
|
+
--label-green-bgColor-active: #214529;
|
|
833
|
+
--label-green-fgColor-rest: #41b445;
|
|
834
|
+
--label-green-fgColor-hover: #46c144;
|
|
835
|
+
--label-green-fgColor-active: #75d36f;
|
|
836
|
+
--label-orange-bgColor-rest: #311708;
|
|
837
|
+
--label-orange-bgColor-hover: #43200a;
|
|
838
|
+
--label-orange-bgColor-active: #632f0d;
|
|
839
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
840
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
841
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
842
|
+
--label-purple-bgColor-rest: #211047;
|
|
843
|
+
--label-purple-bgColor-hover: #31146b;
|
|
844
|
+
--label-purple-bgColor-active: #481a9e;
|
|
845
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
846
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
847
|
+
--label-purple-fgColor-active: #d2affd;
|
|
848
|
+
--label-red-bgColor-rest: #3c0614;
|
|
849
|
+
--label-red-bgColor-hover: #58091a;
|
|
850
|
+
--label-red-bgColor-active: #790c20;
|
|
851
|
+
--label-red-fgColor-rest: #f27d83;
|
|
852
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
853
|
+
--label-red-fgColor-active: #f7adab;
|
|
854
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
855
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
856
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
857
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
858
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
859
|
+
--label-yellow-fgColor-active: #edb431;
|
|
860
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
861
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
862
|
+
--label-gray-bgColor-active: #393d41;
|
|
863
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
864
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
865
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
866
|
+
--label-auburn-bgColor-rest: #271817;
|
|
867
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
868
|
+
--label-auburn-bgColor-active: #543331;
|
|
869
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
870
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
871
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
872
|
+
--label-brown-bgColor-rest: #241c14;
|
|
873
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
874
|
+
--label-brown-bgColor-active: #483a28;
|
|
875
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
876
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
877
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
878
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
879
|
+
--label-lemon-bgColor-hover: #372901;
|
|
880
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
881
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
882
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
883
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
884
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
885
|
+
--label-olive-bgColor-hover: #252d10;
|
|
886
|
+
--label-olive-bgColor-active: #374115;
|
|
887
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
888
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
889
|
+
--label-olive-fgColor-active: #cbc025;
|
|
890
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
891
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
892
|
+
--label-lime-bgColor-active: #2c441d;
|
|
893
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
894
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
895
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
896
|
+
--label-pine-bgColor-rest: #082119;
|
|
897
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
898
|
+
--label-pine-bgColor-active: #0e4430;
|
|
899
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
900
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
901
|
+
--label-pine-fgColor-active: #1bda81;
|
|
902
|
+
--label-teal-bgColor-rest: #041f25;
|
|
903
|
+
--label-teal-bgColor-hover: #073036;
|
|
904
|
+
--label-teal-bgColor-active: #0a464d;
|
|
905
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
906
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
907
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
908
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
909
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
910
|
+
--label-cyan-bgColor-active: #014156;
|
|
911
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
912
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
913
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
914
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
915
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
916
|
+
--label-indigo-bgColor-active: #312c90;
|
|
917
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
918
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
919
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
920
|
+
--label-blue-bgColor-rest: #001a47;
|
|
921
|
+
--label-blue-bgColor-hover: #002766;
|
|
922
|
+
--label-blue-bgColor-active: #00378a;
|
|
923
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
924
|
+
--label-blue-fgColor-hover: #61adff;
|
|
925
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
926
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
927
|
+
--label-plum-bgColor-hover: #40125e;
|
|
928
|
+
--label-plum-bgColor-active: #5c1688;
|
|
929
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
930
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
931
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
932
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
933
|
+
--label-pink-bgColor-hover: #451c35;
|
|
934
|
+
--label-pink-bgColor-active: #65244a;
|
|
935
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
936
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
937
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
938
|
+
--label-coral-bgColor-rest: #351008;
|
|
939
|
+
--label-coral-bgColor-hover: #51180b;
|
|
940
|
+
--label-coral-bgColor-active: #72220d;
|
|
941
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
942
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
943
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
709
944
|
--fgColor-default: #fbfcfd;
|
|
710
945
|
--fgColor-muted: #f0f3f6;
|
|
711
946
|
--fgColor-onEmphasis: #0a0c10;
|
|
@@ -722,6 +957,7 @@
|
|
|
722
957
|
--fgColor-open: #28d751;
|
|
723
958
|
--fgColor-closed: #ff8080;
|
|
724
959
|
--fgColor-done: #bf8fff;
|
|
960
|
+
--fgColor-upsell: #bf8fff;
|
|
725
961
|
--fgColor-sponsors: #f87cbd;
|
|
726
962
|
--bgColor-default: #0a0c10;
|
|
727
963
|
--bgColor-muted: #272b33;
|
|
@@ -750,6 +986,8 @@
|
|
|
750
986
|
--bgColor-closed-emphasis: #ff6a69;
|
|
751
987
|
--bgColor-done-muted: #bf8fff26;
|
|
752
988
|
--bgColor-done-emphasis: #b87fff;
|
|
989
|
+
--bgColor-upsell-muted: #bf8fff26;
|
|
990
|
+
--bgColor-upsell-emphasis: #b87fff;
|
|
753
991
|
--bgColor-sponsors-muted: #f87cbd1a;
|
|
754
992
|
--bgColor-sponsors-emphasis: #ef6eb1;
|
|
755
993
|
--borderColor-default: #7a828e;
|
|
@@ -775,6 +1013,8 @@
|
|
|
775
1013
|
--borderColor-closed-emphasis: #ff6a69;
|
|
776
1014
|
--borderColor-done-muted: #bf8fff;
|
|
777
1015
|
--borderColor-done-emphasis: #b87fff;
|
|
1016
|
+
--borderColor-upsell-muted: #bf8fff66;
|
|
1017
|
+
--borderColor-upsell-emphasis: #b87fff;
|
|
778
1018
|
--borderColor-sponsors-muted: #f87cbd;
|
|
779
1019
|
--borderColor-sponsors-emphasis: #ef6eb1;
|
|
780
1020
|
--color-ansi-black: #7a828e;
|
|
@@ -288,6 +288,121 @@
|
|
|
288
288
|
--underlineNav-borderColor-hover: #6e768166;
|
|
289
289
|
--underlineNav-iconColor-rest: #848d97;
|
|
290
290
|
--selection-bgColor: #1f6febb3;
|
|
291
|
+
--card-bgColor: #161b22;
|
|
292
|
+
--label-green-bgColor-rest: #122117;
|
|
293
|
+
--label-green-bgColor-hover: #182f1f;
|
|
294
|
+
--label-green-bgColor-active: #214529;
|
|
295
|
+
--label-green-fgColor-rest: #41b445;
|
|
296
|
+
--label-green-fgColor-hover: #46c144;
|
|
297
|
+
--label-green-fgColor-active: #75d36f;
|
|
298
|
+
--label-orange-bgColor-rest: #311708;
|
|
299
|
+
--label-orange-bgColor-hover: #43200a;
|
|
300
|
+
--label-orange-bgColor-active: #632f0d;
|
|
301
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
302
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
303
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
304
|
+
--label-purple-bgColor-rest: #211047;
|
|
305
|
+
--label-purple-bgColor-hover: #31146b;
|
|
306
|
+
--label-purple-bgColor-active: #481a9e;
|
|
307
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
308
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
309
|
+
--label-purple-fgColor-active: #d2affd;
|
|
310
|
+
--label-red-bgColor-rest: #3c0614;
|
|
311
|
+
--label-red-bgColor-hover: #58091a;
|
|
312
|
+
--label-red-bgColor-active: #790c20;
|
|
313
|
+
--label-red-fgColor-rest: #f27d83;
|
|
314
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
315
|
+
--label-red-fgColor-active: #f7adab;
|
|
316
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
317
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
318
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
319
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
320
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
321
|
+
--label-yellow-fgColor-active: #edb431;
|
|
322
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
323
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
324
|
+
--label-gray-bgColor-active: #393d41;
|
|
325
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
326
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
327
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
328
|
+
--label-auburn-bgColor-rest: #271817;
|
|
329
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
330
|
+
--label-auburn-bgColor-active: #543331;
|
|
331
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
332
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
333
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
334
|
+
--label-brown-bgColor-rest: #241c14;
|
|
335
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
336
|
+
--label-brown-bgColor-active: #483a28;
|
|
337
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
338
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
339
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
340
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
341
|
+
--label-lemon-bgColor-hover: #372901;
|
|
342
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
343
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
344
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
345
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
346
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
347
|
+
--label-olive-bgColor-hover: #252d10;
|
|
348
|
+
--label-olive-bgColor-active: #374115;
|
|
349
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
350
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
351
|
+
--label-olive-fgColor-active: #cbc025;
|
|
352
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
353
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
354
|
+
--label-lime-bgColor-active: #2c441d;
|
|
355
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
356
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
357
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
358
|
+
--label-pine-bgColor-rest: #082119;
|
|
359
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
360
|
+
--label-pine-bgColor-active: #0e4430;
|
|
361
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
362
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
363
|
+
--label-pine-fgColor-active: #1bda81;
|
|
364
|
+
--label-teal-bgColor-rest: #041f25;
|
|
365
|
+
--label-teal-bgColor-hover: #073036;
|
|
366
|
+
--label-teal-bgColor-active: #0a464d;
|
|
367
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
368
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
369
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
370
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
371
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
372
|
+
--label-cyan-bgColor-active: #014156;
|
|
373
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
374
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
375
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
376
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
377
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
378
|
+
--label-indigo-bgColor-active: #312c90;
|
|
379
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
380
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
381
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
382
|
+
--label-blue-bgColor-rest: #001a47;
|
|
383
|
+
--label-blue-bgColor-hover: #002766;
|
|
384
|
+
--label-blue-bgColor-active: #00378a;
|
|
385
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
386
|
+
--label-blue-fgColor-hover: #61adff;
|
|
387
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
388
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
389
|
+
--label-plum-bgColor-hover: #40125e;
|
|
390
|
+
--label-plum-bgColor-active: #5c1688;
|
|
391
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
392
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
393
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
394
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
395
|
+
--label-pink-bgColor-hover: #451c35;
|
|
396
|
+
--label-pink-bgColor-active: #65244a;
|
|
397
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
398
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
399
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
400
|
+
--label-coral-bgColor-rest: #351008;
|
|
401
|
+
--label-coral-bgColor-hover: #51180b;
|
|
402
|
+
--label-coral-bgColor-active: #72220d;
|
|
403
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
404
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
405
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
291
406
|
--fgColor-default: #e6edf3;
|
|
292
407
|
--fgColor-muted: #848d97;
|
|
293
408
|
--fgColor-onEmphasis: #ffffff;
|
|
@@ -304,6 +419,7 @@
|
|
|
304
419
|
--fgColor-open: #f85149;
|
|
305
420
|
--fgColor-closed: #6e7681;
|
|
306
421
|
--fgColor-done: #a371f7;
|
|
422
|
+
--fgColor-upsell: #a371f7;
|
|
307
423
|
--fgColor-sponsors: #db61a2;
|
|
308
424
|
--bgColor-default: #0d1117;
|
|
309
425
|
--bgColor-muted: #161b22;
|
|
@@ -332,6 +448,8 @@
|
|
|
332
448
|
--bgColor-closed-emphasis: #484f58;
|
|
333
449
|
--bgColor-done-muted: #a371f726;
|
|
334
450
|
--bgColor-done-emphasis: #8957e5;
|
|
451
|
+
--bgColor-upsell-muted: #a371f726;
|
|
452
|
+
--bgColor-upsell-emphasis: #8957e5;
|
|
335
453
|
--bgColor-sponsors-muted: #db61a21a;
|
|
336
454
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
337
455
|
--borderColor-default: #30363d;
|
|
@@ -357,6 +475,8 @@
|
|
|
357
475
|
--borderColor-closed-emphasis: #484f58;
|
|
358
476
|
--borderColor-done-muted: #a371f766;
|
|
359
477
|
--borderColor-done-emphasis: #8957e5;
|
|
478
|
+
--borderColor-upsell-muted: #a371f766;
|
|
479
|
+
--borderColor-upsell-emphasis: #8957e5;
|
|
360
480
|
--borderColor-sponsors-muted: #db61a266;
|
|
361
481
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
362
482
|
--color-ansi-black: #484f58;
|
|
@@ -706,6 +826,121 @@
|
|
|
706
826
|
--underlineNav-borderColor-hover: #6e768166;
|
|
707
827
|
--underlineNav-iconColor-rest: #848d97;
|
|
708
828
|
--selection-bgColor: #1f6febb3;
|
|
829
|
+
--card-bgColor: #161b22;
|
|
830
|
+
--label-green-bgColor-rest: #122117;
|
|
831
|
+
--label-green-bgColor-hover: #182f1f;
|
|
832
|
+
--label-green-bgColor-active: #214529;
|
|
833
|
+
--label-green-fgColor-rest: #41b445;
|
|
834
|
+
--label-green-fgColor-hover: #46c144;
|
|
835
|
+
--label-green-fgColor-active: #75d36f;
|
|
836
|
+
--label-orange-bgColor-rest: #311708;
|
|
837
|
+
--label-orange-bgColor-hover: #43200a;
|
|
838
|
+
--label-orange-bgColor-active: #632f0d;
|
|
839
|
+
--label-orange-fgColor-rest: #ed8326;
|
|
840
|
+
--label-orange-fgColor-hover: #f1933b;
|
|
841
|
+
--label-orange-fgColor-active: #f6b06a;
|
|
842
|
+
--label-purple-bgColor-rest: #211047;
|
|
843
|
+
--label-purple-bgColor-hover: #31146b;
|
|
844
|
+
--label-purple-bgColor-active: #481a9e;
|
|
845
|
+
--label-purple-fgColor-rest: #b687f7;
|
|
846
|
+
--label-purple-fgColor-hover: #c398fb;
|
|
847
|
+
--label-purple-fgColor-active: #d2affd;
|
|
848
|
+
--label-red-bgColor-rest: #3c0614;
|
|
849
|
+
--label-red-bgColor-hover: #58091a;
|
|
850
|
+
--label-red-bgColor-active: #790c20;
|
|
851
|
+
--label-red-fgColor-rest: #f27d83;
|
|
852
|
+
--label-red-fgColor-hover: #f48b8d;
|
|
853
|
+
--label-red-fgColor-active: #f7adab;
|
|
854
|
+
--label-yellow-bgColor-rest: #2e1a00;
|
|
855
|
+
--label-yellow-bgColor-hover: #3d2401;
|
|
856
|
+
--label-yellow-bgColor-active: #5a3702;
|
|
857
|
+
--label-yellow-fgColor-rest: #d3910d;
|
|
858
|
+
--label-yellow-fgColor-hover: #df9e11;
|
|
859
|
+
--label-yellow-fgColor-active: #edb431;
|
|
860
|
+
--label-gray-bgColor-rest: #1c1c1c;
|
|
861
|
+
--label-gray-bgColor-hover: #2a2b2d;
|
|
862
|
+
--label-gray-bgColor-active: #393d41;
|
|
863
|
+
--label-gray-fgColor-rest: #92a1b5;
|
|
864
|
+
--label-gray-fgColor-hover: #9babbf;
|
|
865
|
+
--label-gray-fgColor-active: #b3c0d1;
|
|
866
|
+
--label-auburn-bgColor-rest: #271817;
|
|
867
|
+
--label-auburn-bgColor-hover: #3a2422;
|
|
868
|
+
--label-auburn-bgColor-active: #543331;
|
|
869
|
+
--label-auburn-fgColor-rest: #bf9592;
|
|
870
|
+
--label-auburn-fgColor-hover: #c6a19f;
|
|
871
|
+
--label-auburn-fgColor-active: #d4b7b5;
|
|
872
|
+
--label-brown-bgColor-rest: #241c14;
|
|
873
|
+
--label-brown-bgColor-hover: #342a1d;
|
|
874
|
+
--label-brown-bgColor-active: #483a28;
|
|
875
|
+
--label-brown-fgColor-rest: #b69a6d;
|
|
876
|
+
--label-brown-fgColor-hover: #bfa77d;
|
|
877
|
+
--label-brown-fgColor-active: #cdbb98;
|
|
878
|
+
--label-lemon-bgColor-rest: #291d00;
|
|
879
|
+
--label-lemon-bgColor-hover: #372901;
|
|
880
|
+
--label-lemon-bgColor-active: #4f3c02;
|
|
881
|
+
--label-lemon-fgColor-rest: #ba9b12;
|
|
882
|
+
--label-lemon-fgColor-hover: #c4a717;
|
|
883
|
+
--label-lemon-fgColor-active: #d7bc1d;
|
|
884
|
+
--label-olive-bgColor-rest: #171e0b;
|
|
885
|
+
--label-olive-bgColor-hover: #252d10;
|
|
886
|
+
--label-olive-bgColor-active: #374115;
|
|
887
|
+
--label-olive-fgColor-rest: #a2a626;
|
|
888
|
+
--label-olive-fgColor-hover: #b2af24;
|
|
889
|
+
--label-olive-fgColor-active: #cbc025;
|
|
890
|
+
--label-lime-bgColor-rest: #141f0f;
|
|
891
|
+
--label-lime-bgColor-hover: #1f3116;
|
|
892
|
+
--label-lime-bgColor-active: #2c441d;
|
|
893
|
+
--label-lime-fgColor-rest: #7dae37;
|
|
894
|
+
--label-lime-fgColor-hover: #89ba36;
|
|
895
|
+
--label-lime-fgColor-active: #9fcc3e;
|
|
896
|
+
--label-pine-bgColor-rest: #082119;
|
|
897
|
+
--label-pine-bgColor-hover: #0b3224;
|
|
898
|
+
--label-pine-bgColor-active: #0e4430;
|
|
899
|
+
--label-pine-fgColor-rest: #1bb673;
|
|
900
|
+
--label-pine-fgColor-hover: #1ac176;
|
|
901
|
+
--label-pine-fgColor-active: #1bda81;
|
|
902
|
+
--label-teal-bgColor-rest: #041f25;
|
|
903
|
+
--label-teal-bgColor-hover: #073036;
|
|
904
|
+
--label-teal-bgColor-active: #0a464d;
|
|
905
|
+
--label-teal-fgColor-rest: #1cb0ab;
|
|
906
|
+
--label-teal-fgColor-hover: #1fbdb2;
|
|
907
|
+
--label-teal-fgColor-active: #24d6c4;
|
|
908
|
+
--label-cyan-bgColor-rest: #001f29;
|
|
909
|
+
--label-cyan-bgColor-hover: #002e3d;
|
|
910
|
+
--label-cyan-bgColor-active: #014156;
|
|
911
|
+
--label-cyan-fgColor-rest: #07ace4;
|
|
912
|
+
--label-cyan-fgColor-hover: #09b7f1;
|
|
913
|
+
--label-cyan-fgColor-active: #45cbf7;
|
|
914
|
+
--label-indigo-bgColor-rest: #1b183f;
|
|
915
|
+
--label-indigo-bgColor-hover: #25215f;
|
|
916
|
+
--label-indigo-bgColor-active: #312c90;
|
|
917
|
+
--label-indigo-fgColor-rest: #9899ec;
|
|
918
|
+
--label-indigo-fgColor-hover: #a2a5f1;
|
|
919
|
+
--label-indigo-fgColor-active: #b7baf6;
|
|
920
|
+
--label-blue-bgColor-rest: #001a47;
|
|
921
|
+
--label-blue-bgColor-hover: #002766;
|
|
922
|
+
--label-blue-bgColor-active: #00378a;
|
|
923
|
+
--label-blue-fgColor-rest: #4da0ff;
|
|
924
|
+
--label-blue-fgColor-hover: #61adff;
|
|
925
|
+
--label-blue-fgColor-active: #85c2ff;
|
|
926
|
+
--label-plum-bgColor-rest: #2a0e3f;
|
|
927
|
+
--label-plum-bgColor-hover: #40125e;
|
|
928
|
+
--label-plum-bgColor-active: #5c1688;
|
|
929
|
+
--label-plum-fgColor-rest: #d07ef7;
|
|
930
|
+
--label-plum-fgColor-hover: #d889fa;
|
|
931
|
+
--label-plum-fgColor-active: #e4a5fd;
|
|
932
|
+
--label-pink-bgColor-rest: #2d1524;
|
|
933
|
+
--label-pink-bgColor-hover: #451c35;
|
|
934
|
+
--label-pink-bgColor-active: #65244a;
|
|
935
|
+
--label-pink-fgColor-rest: #e57bb2;
|
|
936
|
+
--label-pink-fgColor-hover: #ec8dbd;
|
|
937
|
+
--label-pink-fgColor-active: #f4a9cd;
|
|
938
|
+
--label-coral-bgColor-rest: #351008;
|
|
939
|
+
--label-coral-bgColor-hover: #51180b;
|
|
940
|
+
--label-coral-bgColor-active: #72220d;
|
|
941
|
+
--label-coral-fgColor-rest: #f7794b;
|
|
942
|
+
--label-coral-fgColor-hover: #fa8c61;
|
|
943
|
+
--label-coral-fgColor-active: #fdaa86;
|
|
709
944
|
--fgColor-default: #e6edf3;
|
|
710
945
|
--fgColor-muted: #848d97;
|
|
711
946
|
--fgColor-onEmphasis: #ffffff;
|
|
@@ -722,6 +957,7 @@
|
|
|
722
957
|
--fgColor-open: #f85149;
|
|
723
958
|
--fgColor-closed: #6e7681;
|
|
724
959
|
--fgColor-done: #a371f7;
|
|
960
|
+
--fgColor-upsell: #a371f7;
|
|
725
961
|
--fgColor-sponsors: #db61a2;
|
|
726
962
|
--bgColor-default: #0d1117;
|
|
727
963
|
--bgColor-muted: #161b22;
|
|
@@ -750,6 +986,8 @@
|
|
|
750
986
|
--bgColor-closed-emphasis: #484f58;
|
|
751
987
|
--bgColor-done-muted: #a371f726;
|
|
752
988
|
--bgColor-done-emphasis: #8957e5;
|
|
989
|
+
--bgColor-upsell-muted: #a371f726;
|
|
990
|
+
--bgColor-upsell-emphasis: #8957e5;
|
|
753
991
|
--bgColor-sponsors-muted: #db61a21a;
|
|
754
992
|
--bgColor-sponsors-emphasis: #bf4b8a;
|
|
755
993
|
--borderColor-default: #30363d;
|
|
@@ -775,6 +1013,8 @@
|
|
|
775
1013
|
--borderColor-closed-emphasis: #484f58;
|
|
776
1014
|
--borderColor-done-muted: #a371f766;
|
|
777
1015
|
--borderColor-done-emphasis: #8957e5;
|
|
1016
|
+
--borderColor-upsell-muted: #a371f766;
|
|
1017
|
+
--borderColor-upsell-emphasis: #8957e5;
|
|
778
1018
|
--borderColor-sponsors-muted: #db61a266;
|
|
779
1019
|
--borderColor-sponsors-emphasis: #bf4b8a;
|
|
780
1020
|
--color-ansi-black: #484f58;
|