@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.
Files changed (182) hide show
  1. package/dist/css/functional/themes/dark-colorblind.css +240 -0
  2. package/dist/css/functional/themes/dark-dimmed.css +240 -0
  3. package/dist/css/functional/themes/dark-high-contrast.css +240 -0
  4. package/dist/css/functional/themes/dark-tritanopia.css +240 -0
  5. package/dist/css/functional/themes/dark.css +240 -0
  6. package/dist/css/functional/themes/light-colorblind.css +240 -0
  7. package/dist/css/functional/themes/light-high-contrast.css +240 -0
  8. package/dist/css/functional/themes/light-tritanopia.css +240 -0
  9. package/dist/css/functional/themes/light.css +240 -0
  10. package/dist/docs/functional/themes/dark-colorblind.json +3514 -0
  11. package/dist/docs/functional/themes/dark-dimmed.json +3514 -0
  12. package/dist/docs/functional/themes/dark-high-contrast.json +3514 -0
  13. package/dist/docs/functional/themes/dark-tritanopia.json +3514 -0
  14. package/dist/docs/functional/themes/dark.json +3514 -0
  15. package/dist/docs/functional/themes/light-colorblind.json +3514 -2
  16. package/dist/docs/functional/themes/light-high-contrast.json +3514 -2
  17. package/dist/docs/functional/themes/light-tritanopia.json +3514 -2
  18. package/dist/docs/functional/themes/light.json +3514 -2
  19. package/dist/fallbacks/color-fallbacks.json +260 -0
  20. package/dist/figma/figma.json +2 -2
  21. package/dist/figma/themes/dark-colorblind.json +2101 -164
  22. package/dist/figma/themes/dark-dimmed.json +2100 -163
  23. package/dist/figma/themes/dark-high-contrast.json +2101 -164
  24. package/dist/figma/themes/dark-tritanopia.json +2101 -164
  25. package/dist/figma/themes/dark.json +2101 -164
  26. package/dist/figma/themes/light-colorblind.json +2105 -169
  27. package/dist/figma/themes/light-high-contrast.json +2106 -170
  28. package/dist/figma/themes/light-tritanopia.json +2105 -169
  29. package/dist/figma/themes/light.json +2105 -169
  30. package/dist/internalCss/dark-colorblind.css +240 -0
  31. package/dist/internalCss/dark-dimmed.css +240 -0
  32. package/dist/internalCss/dark-high-contrast.css +240 -0
  33. package/dist/internalCss/dark-tritanopia.css +240 -0
  34. package/dist/internalCss/dark.css +240 -0
  35. package/dist/internalCss/light-colorblind.css +240 -0
  36. package/dist/internalCss/light-high-contrast.css +240 -0
  37. package/dist/internalCss/light-tritanopia.css +240 -0
  38. package/dist/internalCss/light.css +240 -0
  39. package/package.json +6 -4
  40. package/tokens-next-private/css/functional/themes/dark-colorblind.css +240 -0
  41. package/tokens-next-private/css/functional/themes/dark-dimmed.css +240 -0
  42. package/tokens-next-private/css/functional/themes/dark-high-contrast.css +240 -0
  43. package/tokens-next-private/css/functional/themes/dark-tritanopia.css +240 -0
  44. package/tokens-next-private/css/functional/themes/dark.css +240 -0
  45. package/tokens-next-private/css/functional/themes/light-colorblind.css +240 -0
  46. package/tokens-next-private/css/functional/themes/light-high-contrast.css +240 -0
  47. package/tokens-next-private/css/functional/themes/light-tritanopia.css +240 -0
  48. package/tokens-next-private/css/functional/themes/light.css +240 -0
  49. package/tokens-next-private/docs/functional/themes/dark-colorblind.json +3514 -0
  50. package/tokens-next-private/docs/functional/themes/dark-dimmed.json +3514 -0
  51. package/tokens-next-private/docs/functional/themes/dark-high-contrast.json +3514 -0
  52. package/tokens-next-private/docs/functional/themes/dark-tritanopia.json +3514 -0
  53. package/tokens-next-private/docs/functional/themes/dark.json +3514 -0
  54. package/tokens-next-private/docs/functional/themes/light-colorblind.json +3514 -2
  55. package/tokens-next-private/docs/functional/themes/light-high-contrast.json +3514 -2
  56. package/tokens-next-private/docs/functional/themes/light-tritanopia.json +3514 -2
  57. package/tokens-next-private/docs/functional/themes/light.json +3514 -2
  58. package/tokens-next-private/internalCss/dark-colorblind.css +240 -0
  59. package/tokens-next-private/internalCss/dark-dimmed.css +240 -0
  60. package/tokens-next-private/internalCss/dark-high-contrast.css +240 -0
  61. package/tokens-next-private/internalCss/dark-tritanopia.css +240 -0
  62. package/tokens-next-private/internalCss/dark.css +240 -0
  63. package/tokens-next-private/internalCss/light-colorblind.css +240 -0
  64. package/tokens-next-private/internalCss/light-high-contrast.css +240 -0
  65. package/tokens-next-private/internalCss/light-tritanopia.css +240 -0
  66. package/tokens-next-private/internalCss/light.css +240 -0
  67. package/tokens-v2-private/css/tokens/base/size/size.css +1 -1
  68. package/tokens-v2-private/css/tokens/base/typography/typography.css +1 -1
  69. package/tokens-v2-private/css/tokens/functional/size/border.css +1 -1
  70. package/tokens-v2-private/css/tokens/functional/size/breakpoints.css +1 -1
  71. package/tokens-v2-private/css/tokens/functional/size/size-coarse.css +1 -1
  72. package/tokens-v2-private/css/tokens/functional/size/size-fine.css +1 -1
  73. package/tokens-v2-private/css/tokens/functional/size/size.css +1 -1
  74. package/tokens-v2-private/css/tokens/functional/typography/typography.css +1 -1
  75. package/tokens-v2-private/js/module/tokens/base/size/size.js +1 -1
  76. package/tokens-v2-private/js/module/tokens/base/typography/typography.js +1 -1
  77. package/tokens-v2-private/js/module/tokens/functional/size/border.js +1 -1
  78. package/tokens-v2-private/js/module/tokens/functional/size/breakpoints.js +1 -1
  79. package/tokens-v2-private/js/module/tokens/functional/size/size-coarse.js +1 -1
  80. package/tokens-v2-private/js/module/tokens/functional/size/size-fine.js +1 -1
  81. package/tokens-v2-private/js/module/tokens/functional/size/size.js +1 -1
  82. package/tokens-v2-private/js/module/tokens/functional/size/viewport.js +1 -1
  83. package/tokens-v2-private/js/module/tokens/functional/typography/typography.js +1 -1
  84. package/tokens-v2-private/js/tokens/base/size/size.js +1 -1
  85. package/tokens-v2-private/js/tokens/base/typography/typography.js +1 -1
  86. package/tokens-v2-private/js/tokens/functional/size/border.js +1 -1
  87. package/tokens-v2-private/js/tokens/functional/size/breakpoints.js +1 -1
  88. package/tokens-v2-private/js/tokens/functional/size/size-coarse.js +1 -1
  89. package/tokens-v2-private/js/tokens/functional/size/size-fine.js +1 -1
  90. package/tokens-v2-private/js/tokens/functional/size/size.js +1 -1
  91. package/tokens-v2-private/js/tokens/functional/size/viewport.js +1 -1
  92. package/tokens-v2-private/js/tokens/functional/typography/typography.js +1 -1
  93. package/tokens-v2-private/scss/tokens/base/size/size.scss +1 -1
  94. package/tokens-v2-private/scss/tokens/base/typography/typography.scss +1 -1
  95. package/tokens-v2-private/scss/tokens/functional/size/border.scss +1 -1
  96. package/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +1 -1
  97. package/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +1 -1
  98. package/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +1 -1
  99. package/tokens-v2-private/scss/tokens/functional/size/size.scss +1 -1
  100. package/tokens-v2-private/scss/tokens/functional/size/viewport.scss +1 -1
  101. package/tokens-v2-private/scss/tokens/functional/typography/typography.scss +1 -1
  102. package/tokens-v2-private/ts/tokens/base/size/size.d.ts +1 -1
  103. package/tokens-v2-private/ts/tokens/base/size/size.js +1 -1
  104. package/tokens-v2-private/ts/tokens/base/typography/typography.d.ts +1 -1
  105. package/tokens-v2-private/ts/tokens/base/typography/typography.js +1 -1
  106. package/tokens-v2-private/ts/tokens/functional/size/border.d.ts +1 -1
  107. package/tokens-v2-private/ts/tokens/functional/size/border.js +1 -1
  108. package/tokens-v2-private/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  109. package/tokens-v2-private/ts/tokens/functional/size/breakpoints.js +1 -1
  110. package/tokens-v2-private/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  111. package/tokens-v2-private/ts/tokens/functional/size/size-coarse.js +1 -1
  112. package/tokens-v2-private/ts/tokens/functional/size/size-fine.d.ts +1 -1
  113. package/tokens-v2-private/ts/tokens/functional/size/size-fine.js +1 -1
  114. package/tokens-v2-private/ts/tokens/functional/size/size.d.ts +1 -1
  115. package/tokens-v2-private/ts/tokens/functional/size/size.js +1 -1
  116. package/tokens-v2-private/ts/tokens/functional/size/viewport.d.ts +1 -1
  117. package/tokens-v2-private/ts/tokens/functional/size/viewport.js +1 -1
  118. package/tokens-v2-private/ts/tokens/functional/typography/typography.d.ts +1 -1
  119. package/tokens-v2-private/ts/tokens/functional/typography/typography.js +1 -1
  120. package/dist/scss/base/size/size.scss +0 -17
  121. package/dist/scss/base/typography/typography.scss +0 -4
  122. package/dist/scss/functional/motion/motion.scss +0 -3
  123. package/dist/scss/functional/size/border.scss +0 -12
  124. package/dist/scss/functional/size/breakpoints.scss +0 -6
  125. package/dist/scss/functional/size/size-coarse.scss +0 -3
  126. package/dist/scss/functional/size/size-fine.scss +0 -3
  127. package/dist/scss/functional/size/size.scss +0 -72
  128. package/dist/scss/functional/size/viewport.scss +0 -6
  129. package/dist/scss/functional/themes/dark-colorblind.scss +0 -414
  130. package/dist/scss/functional/themes/dark-dimmed.scss +0 -414
  131. package/dist/scss/functional/themes/dark-high-contrast.scss +0 -414
  132. package/dist/scss/functional/themes/dark-tritanopia.scss +0 -414
  133. package/dist/scss/functional/themes/dark.scss +0 -414
  134. package/dist/scss/functional/themes/light-colorblind.scss +0 -414
  135. package/dist/scss/functional/themes/light-high-contrast.scss +0 -414
  136. package/dist/scss/functional/themes/light-tritanopia.scss +0 -414
  137. package/dist/scss/functional/themes/light.scss +0 -414
  138. package/dist/scss/functional/typography/typography.scss +0 -45
  139. package/tokens-next-private/figma/dimension/dimension.json +0 -1068
  140. package/tokens-next-private/figma/figma.json +0 -116
  141. package/tokens-next-private/figma/scales/dark-dimmed.json +0 -1398
  142. package/tokens-next-private/figma/scales/dark-high-constrast.json +0 -1398
  143. package/tokens-next-private/figma/scales/dark.json +0 -1398
  144. package/tokens-next-private/figma/scales/light-high-constrast.json +0 -1398
  145. package/tokens-next-private/figma/scales/light.json +0 -1398
  146. package/tokens-next-private/figma/shadows/dark-colorblind.json +0 -1152
  147. package/tokens-next-private/figma/shadows/dark-dimmed.json +0 -1152
  148. package/tokens-next-private/figma/shadows/dark-high-contrast.json +0 -1152
  149. package/tokens-next-private/figma/shadows/dark-tritanopia.json +0 -1152
  150. package/tokens-next-private/figma/shadows/dark.json +0 -1152
  151. package/tokens-next-private/figma/shadows/light-colorblind.json +0 -1052
  152. package/tokens-next-private/figma/shadows/light-high-contrast.json +0 -1052
  153. package/tokens-next-private/figma/shadows/light-tritanopia.json +0 -1052
  154. package/tokens-next-private/figma/shadows/light.json +0 -1052
  155. package/tokens-next-private/figma/themes/dark-colorblind.json +0 -7759
  156. package/tokens-next-private/figma/themes/dark-dimmed.json +0 -7757
  157. package/tokens-next-private/figma/themes/dark-high-contrast.json +0 -7766
  158. package/tokens-next-private/figma/themes/dark-tritanopia.json +0 -7760
  159. package/tokens-next-private/figma/themes/dark.json +0 -7759
  160. package/tokens-next-private/figma/themes/light-colorblind.json +0 -7636
  161. package/tokens-next-private/figma/themes/light-high-contrast.json +0 -7634
  162. package/tokens-next-private/figma/themes/light-tritanopia.json +0 -7630
  163. package/tokens-next-private/figma/themes/light.json +0 -7629
  164. package/tokens-next-private/scss/base/size/size.scss +0 -17
  165. package/tokens-next-private/scss/base/typography/typography.scss +0 -4
  166. package/tokens-next-private/scss/functional/motion/motion.scss +0 -3
  167. package/tokens-next-private/scss/functional/size/border.scss +0 -12
  168. package/tokens-next-private/scss/functional/size/breakpoints.scss +0 -6
  169. package/tokens-next-private/scss/functional/size/size-coarse.scss +0 -3
  170. package/tokens-next-private/scss/functional/size/size-fine.scss +0 -3
  171. package/tokens-next-private/scss/functional/size/size.scss +0 -72
  172. package/tokens-next-private/scss/functional/size/viewport.scss +0 -6
  173. package/tokens-next-private/scss/functional/themes/dark-colorblind.scss +0 -414
  174. package/tokens-next-private/scss/functional/themes/dark-dimmed.scss +0 -414
  175. package/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +0 -414
  176. package/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +0 -414
  177. package/tokens-next-private/scss/functional/themes/dark.scss +0 -414
  178. package/tokens-next-private/scss/functional/themes/light-colorblind.scss +0 -414
  179. package/tokens-next-private/scss/functional/themes/light-high-contrast.scss +0 -414
  180. package/tokens-next-private/scss/functional/themes/light-tritanopia.scss +0 -414
  181. package/tokens-next-private/scss/functional/themes/light.scss +0 -414
  182. package/tokens-next-private/scss/functional/typography/typography.scss +0 -45
@@ -289,6 +289,121 @@
289
289
  --underlineNav-borderColor-hover: #afb8c133;
290
290
  --underlineNav-iconColor-rest: #636c76;
291
291
  --selection-bgColor: #0969da33;
292
+ --card-bgColor: #ffffff;
293
+ --label-green-bgColor-rest: #caf7ca;
294
+ --label-green-bgColor-hover: #9ceda0;
295
+ --label-green-bgColor-active: #54d961;
296
+ --label-green-fgColor-rest: #2b6e3f;
297
+ --label-green-fgColor-hover: #285c3b;
298
+ --label-green-fgColor-active: #254b34;
299
+ --label-orange-bgColor-rest: #ffe7d1;
300
+ --label-orange-bgColor-hover: #fecfaa;
301
+ --label-orange-bgColor-active: #fbaf74;
302
+ --label-orange-fgColor-rest: #a24610;
303
+ --label-orange-fgColor-hover: #8d3c11;
304
+ --label-orange-fgColor-active: #70300f;
305
+ --label-purple-bgColor-rest: #f1e5ff;
306
+ --label-purple-bgColor-hover: #e6d2fe;
307
+ --label-purple-bgColor-active: #d1b1fc;
308
+ --label-purple-fgColor-rest: #783ae4;
309
+ --label-purple-fgColor-hover: #6223d7;
310
+ --label-purple-fgColor-active: #4f21ab;
311
+ --label-red-bgColor-rest: #ffe2e0;
312
+ --label-red-bgColor-hover: #fecdcd;
313
+ --label-red-bgColor-active: #fda5a7;
314
+ --label-red-fgColor-rest: #c50d28;
315
+ --label-red-fgColor-hover: #a60c29;
316
+ --label-red-fgColor-active: #880c27;
317
+ --label-yellow-bgColor-rest: #ffec9e;
318
+ --label-yellow-bgColor-hover: #ffd642;
319
+ --label-yellow-bgColor-active: #ebb400;
320
+ --label-yellow-fgColor-rest: #805900;
321
+ --label-yellow-fgColor-hover: #704d00;
322
+ --label-yellow-fgColor-active: #5c3d00;
323
+ --label-gray-bgColor-rest: #e8ecf2;
324
+ --label-gray-bgColor-hover: #d2dae4;
325
+ --label-gray-bgColor-active: #b4c0cf;
326
+ --label-gray-fgColor-rest: #5c6570;
327
+ --label-gray-fgColor-hover: #4e535a;
328
+ --label-gray-fgColor-active: #424448;
329
+ --label-auburn-bgColor-rest: #f2e9e9;
330
+ --label-auburn-bgColor-hover: #e6d6d5;
331
+ --label-auburn-bgColor-active: #d4b7b5;
332
+ --label-auburn-fgColor-rest: #8a5551;
333
+ --label-auburn-fgColor-hover: #744744;
334
+ --label-auburn-fgColor-active: #5d3937;
335
+ --label-brown-bgColor-rest: #eeeae2;
336
+ --label-brown-bgColor-hover: #dfd7c8;
337
+ --label-brown-bgColor-active: #cbbda4;
338
+ --label-brown-fgColor-rest: #755f43;
339
+ --label-brown-fgColor-hover: #64513a;
340
+ --label-brown-fgColor-active: #51412f;
341
+ --label-lemon-bgColor-rest: #f7eea1;
342
+ --label-lemon-bgColor-hover: #f0db3d;
343
+ --label-lemon-bgColor-active: #d8bd0e;
344
+ --label-lemon-fgColor-rest: #786002;
345
+ --label-lemon-fgColor-hover: #654f01;
346
+ --label-lemon-fgColor-active: #523f00;
347
+ --label-olive-bgColor-rest: #f0f0ad;
348
+ --label-olive-bgColor-hover: #dbe170;
349
+ --label-olive-bgColor-active: #b9c832;
350
+ --label-olive-fgColor-rest: #56682c;
351
+ --label-olive-fgColor-hover: #495a2b;
352
+ --label-olive-fgColor-active: #3b4927;
353
+ --label-lime-bgColor-rest: #e3f2b5;
354
+ --label-lime-bgColor-hover: #c7e580;
355
+ --label-lime-bgColor-active: #9bd039;
356
+ --label-lime-fgColor-rest: #476c28;
357
+ --label-lime-fgColor-hover: #3a5b25;
358
+ --label-lime-fgColor-active: #2f4a21;
359
+ --label-pine-bgColor-rest: #bff8db;
360
+ --label-pine-bgColor-hover: #80efb9;
361
+ --label-pine-bgColor-active: #1dd781;
362
+ --label-pine-fgColor-rest: #156f4b;
363
+ --label-pine-fgColor-hover: #135d41;
364
+ --label-pine-fgColor-active: #114b36;
365
+ --label-teal-bgColor-rest: #c7f5ef;
366
+ --label-teal-bgColor-hover: #89ebe1;
367
+ --label-teal-bgColor-active: #22d3c7;
368
+ --label-teal-fgColor-rest: #106e75;
369
+ --label-teal-fgColor-hover: #0d5b63;
370
+ --label-teal-fgColor-active: #0a4852;
371
+ --label-cyan-bgColor-rest: #bdf4ff;
372
+ --label-cyan-bgColor-hover: #7ae9ff;
373
+ --label-cyan-bgColor-active: #00d0fa;
374
+ --label-cyan-fgColor-rest: #006a80;
375
+ --label-cyan-fgColor-hover: #00596b;
376
+ --label-cyan-fgColor-active: #004857;
377
+ --label-indigo-bgColor-rest: #e5e9ff;
378
+ --label-indigo-bgColor-hover: #d2d7fe;
379
+ --label-indigo-bgColor-active: #b1b9fb;
380
+ --label-indigo-fgColor-rest: #494edf;
381
+ --label-indigo-fgColor-hover: #393cd5;
382
+ --label-indigo-fgColor-active: #2d2db4;
383
+ --label-blue-bgColor-rest: #d1f0ff;
384
+ --label-blue-bgColor-hover: #ade1ff;
385
+ --label-blue-bgColor-active: #75c8ff;
386
+ --label-blue-fgColor-rest: #005fcc;
387
+ --label-blue-fgColor-hover: #004db3;
388
+ --label-blue-fgColor-active: #003d99;
389
+ --label-plum-bgColor-rest: #f8e5ff;
390
+ --label-plum-bgColor-hover: #f0cdfe;
391
+ --label-plum-bgColor-active: #e2a7fb;
392
+ --label-plum-fgColor-rest: #961edc;
393
+ --label-plum-fgColor-hover: #7d1eb8;
394
+ --label-plum-fgColor-active: #651d96;
395
+ --label-pink-bgColor-rest: #ffe5f1;
396
+ --label-pink-bgColor-hover: #fdc9e2;
397
+ --label-pink-bgColor-active: #f8a5cf;
398
+ --label-pink-fgColor-rest: #b12f79;
399
+ --label-pink-fgColor-hover: #8e2e66;
400
+ --label-pink-fgColor-active: #6e2b53;
401
+ --label-coral-bgColor-rest: #ffe5db;
402
+ --label-coral-bgColor-hover: #fecebe;
403
+ --label-coral-bgColor-active: #fcab92;
404
+ --label-coral-fgColor-rest: #ba2e12;
405
+ --label-coral-fgColor-hover: #9b2712;
406
+ --label-coral-fgColor-active: #7e2011;
292
407
  --fgColor-default: #1f2328;
293
408
  --fgColor-muted: #636c76;
294
409
  --fgColor-onEmphasis: #ffffff;
@@ -305,6 +420,7 @@
305
420
  --fgColor-open: #bc4c00;
306
421
  --fgColor-closed: #6e7781;
307
422
  --fgColor-done: #8250df;
423
+ --fgColor-upsell: #8250df;
308
424
  --fgColor-sponsors: #bf3989;
309
425
  --bgColor-default: #ffffff;
310
426
  --bgColor-muted: #f6f8fa;
@@ -333,6 +449,8 @@
333
449
  --bgColor-closed-emphasis: #6e7781;
334
450
  --bgColor-done-muted: #fbefff;
335
451
  --bgColor-done-emphasis: #8250df;
452
+ --bgColor-upsell-muted: #fbefff;
453
+ --bgColor-upsell-emphasis: #8250df;
336
454
  --bgColor-sponsors-muted: #ffeff7;
337
455
  --bgColor-sponsors-emphasis: #bf3989;
338
456
  --borderColor-default: #d0d7de;
@@ -358,6 +476,8 @@
358
476
  --borderColor-closed-emphasis: #6e7781;
359
477
  --borderColor-done-muted: #c297ff66;
360
478
  --borderColor-done-emphasis: #8250df;
479
+ --borderColor-upsell-muted: #c297ff66;
480
+ --borderColor-upsell-emphasis: #8250df;
361
481
  --borderColor-sponsors-muted: #ff80c866;
362
482
  --borderColor-sponsors-emphasis: #bf3989;
363
483
  --color-ansi-black: #24292f;
@@ -707,6 +827,121 @@
707
827
  --underlineNav-borderColor-hover: #afb8c133;
708
828
  --underlineNav-iconColor-rest: #636c76;
709
829
  --selection-bgColor: #0969da33;
830
+ --card-bgColor: #ffffff;
831
+ --label-green-bgColor-rest: #caf7ca;
832
+ --label-green-bgColor-hover: #9ceda0;
833
+ --label-green-bgColor-active: #54d961;
834
+ --label-green-fgColor-rest: #2b6e3f;
835
+ --label-green-fgColor-hover: #285c3b;
836
+ --label-green-fgColor-active: #254b34;
837
+ --label-orange-bgColor-rest: #ffe7d1;
838
+ --label-orange-bgColor-hover: #fecfaa;
839
+ --label-orange-bgColor-active: #fbaf74;
840
+ --label-orange-fgColor-rest: #a24610;
841
+ --label-orange-fgColor-hover: #8d3c11;
842
+ --label-orange-fgColor-active: #70300f;
843
+ --label-purple-bgColor-rest: #f1e5ff;
844
+ --label-purple-bgColor-hover: #e6d2fe;
845
+ --label-purple-bgColor-active: #d1b1fc;
846
+ --label-purple-fgColor-rest: #783ae4;
847
+ --label-purple-fgColor-hover: #6223d7;
848
+ --label-purple-fgColor-active: #4f21ab;
849
+ --label-red-bgColor-rest: #ffe2e0;
850
+ --label-red-bgColor-hover: #fecdcd;
851
+ --label-red-bgColor-active: #fda5a7;
852
+ --label-red-fgColor-rest: #c50d28;
853
+ --label-red-fgColor-hover: #a60c29;
854
+ --label-red-fgColor-active: #880c27;
855
+ --label-yellow-bgColor-rest: #ffec9e;
856
+ --label-yellow-bgColor-hover: #ffd642;
857
+ --label-yellow-bgColor-active: #ebb400;
858
+ --label-yellow-fgColor-rest: #805900;
859
+ --label-yellow-fgColor-hover: #704d00;
860
+ --label-yellow-fgColor-active: #5c3d00;
861
+ --label-gray-bgColor-rest: #e8ecf2;
862
+ --label-gray-bgColor-hover: #d2dae4;
863
+ --label-gray-bgColor-active: #b4c0cf;
864
+ --label-gray-fgColor-rest: #5c6570;
865
+ --label-gray-fgColor-hover: #4e535a;
866
+ --label-gray-fgColor-active: #424448;
867
+ --label-auburn-bgColor-rest: #f2e9e9;
868
+ --label-auburn-bgColor-hover: #e6d6d5;
869
+ --label-auburn-bgColor-active: #d4b7b5;
870
+ --label-auburn-fgColor-rest: #8a5551;
871
+ --label-auburn-fgColor-hover: #744744;
872
+ --label-auburn-fgColor-active: #5d3937;
873
+ --label-brown-bgColor-rest: #eeeae2;
874
+ --label-brown-bgColor-hover: #dfd7c8;
875
+ --label-brown-bgColor-active: #cbbda4;
876
+ --label-brown-fgColor-rest: #755f43;
877
+ --label-brown-fgColor-hover: #64513a;
878
+ --label-brown-fgColor-active: #51412f;
879
+ --label-lemon-bgColor-rest: #f7eea1;
880
+ --label-lemon-bgColor-hover: #f0db3d;
881
+ --label-lemon-bgColor-active: #d8bd0e;
882
+ --label-lemon-fgColor-rest: #786002;
883
+ --label-lemon-fgColor-hover: #654f01;
884
+ --label-lemon-fgColor-active: #523f00;
885
+ --label-olive-bgColor-rest: #f0f0ad;
886
+ --label-olive-bgColor-hover: #dbe170;
887
+ --label-olive-bgColor-active: #b9c832;
888
+ --label-olive-fgColor-rest: #56682c;
889
+ --label-olive-fgColor-hover: #495a2b;
890
+ --label-olive-fgColor-active: #3b4927;
891
+ --label-lime-bgColor-rest: #e3f2b5;
892
+ --label-lime-bgColor-hover: #c7e580;
893
+ --label-lime-bgColor-active: #9bd039;
894
+ --label-lime-fgColor-rest: #476c28;
895
+ --label-lime-fgColor-hover: #3a5b25;
896
+ --label-lime-fgColor-active: #2f4a21;
897
+ --label-pine-bgColor-rest: #bff8db;
898
+ --label-pine-bgColor-hover: #80efb9;
899
+ --label-pine-bgColor-active: #1dd781;
900
+ --label-pine-fgColor-rest: #156f4b;
901
+ --label-pine-fgColor-hover: #135d41;
902
+ --label-pine-fgColor-active: #114b36;
903
+ --label-teal-bgColor-rest: #c7f5ef;
904
+ --label-teal-bgColor-hover: #89ebe1;
905
+ --label-teal-bgColor-active: #22d3c7;
906
+ --label-teal-fgColor-rest: #106e75;
907
+ --label-teal-fgColor-hover: #0d5b63;
908
+ --label-teal-fgColor-active: #0a4852;
909
+ --label-cyan-bgColor-rest: #bdf4ff;
910
+ --label-cyan-bgColor-hover: #7ae9ff;
911
+ --label-cyan-bgColor-active: #00d0fa;
912
+ --label-cyan-fgColor-rest: #006a80;
913
+ --label-cyan-fgColor-hover: #00596b;
914
+ --label-cyan-fgColor-active: #004857;
915
+ --label-indigo-bgColor-rest: #e5e9ff;
916
+ --label-indigo-bgColor-hover: #d2d7fe;
917
+ --label-indigo-bgColor-active: #b1b9fb;
918
+ --label-indigo-fgColor-rest: #494edf;
919
+ --label-indigo-fgColor-hover: #393cd5;
920
+ --label-indigo-fgColor-active: #2d2db4;
921
+ --label-blue-bgColor-rest: #d1f0ff;
922
+ --label-blue-bgColor-hover: #ade1ff;
923
+ --label-blue-bgColor-active: #75c8ff;
924
+ --label-blue-fgColor-rest: #005fcc;
925
+ --label-blue-fgColor-hover: #004db3;
926
+ --label-blue-fgColor-active: #003d99;
927
+ --label-plum-bgColor-rest: #f8e5ff;
928
+ --label-plum-bgColor-hover: #f0cdfe;
929
+ --label-plum-bgColor-active: #e2a7fb;
930
+ --label-plum-fgColor-rest: #961edc;
931
+ --label-plum-fgColor-hover: #7d1eb8;
932
+ --label-plum-fgColor-active: #651d96;
933
+ --label-pink-bgColor-rest: #ffe5f1;
934
+ --label-pink-bgColor-hover: #fdc9e2;
935
+ --label-pink-bgColor-active: #f8a5cf;
936
+ --label-pink-fgColor-rest: #b12f79;
937
+ --label-pink-fgColor-hover: #8e2e66;
938
+ --label-pink-fgColor-active: #6e2b53;
939
+ --label-coral-bgColor-rest: #ffe5db;
940
+ --label-coral-bgColor-hover: #fecebe;
941
+ --label-coral-bgColor-active: #fcab92;
942
+ --label-coral-fgColor-rest: #ba2e12;
943
+ --label-coral-fgColor-hover: #9b2712;
944
+ --label-coral-fgColor-active: #7e2011;
710
945
  --fgColor-default: #1f2328;
711
946
  --fgColor-muted: #636c76;
712
947
  --fgColor-onEmphasis: #ffffff;
@@ -723,6 +958,7 @@
723
958
  --fgColor-open: #bc4c00;
724
959
  --fgColor-closed: #6e7781;
725
960
  --fgColor-done: #8250df;
961
+ --fgColor-upsell: #8250df;
726
962
  --fgColor-sponsors: #bf3989;
727
963
  --bgColor-default: #ffffff;
728
964
  --bgColor-muted: #f6f8fa;
@@ -751,6 +987,8 @@
751
987
  --bgColor-closed-emphasis: #6e7781;
752
988
  --bgColor-done-muted: #fbefff;
753
989
  --bgColor-done-emphasis: #8250df;
990
+ --bgColor-upsell-muted: #fbefff;
991
+ --bgColor-upsell-emphasis: #8250df;
754
992
  --bgColor-sponsors-muted: #ffeff7;
755
993
  --bgColor-sponsors-emphasis: #bf3989;
756
994
  --borderColor-default: #d0d7de;
@@ -776,6 +1014,8 @@
776
1014
  --borderColor-closed-emphasis: #6e7781;
777
1015
  --borderColor-done-muted: #c297ff66;
778
1016
  --borderColor-done-emphasis: #8250df;
1017
+ --borderColor-upsell-muted: #c297ff66;
1018
+ --borderColor-upsell-emphasis: #8250df;
779
1019
  --borderColor-sponsors-muted: #ff80c866;
780
1020
  --borderColor-sponsors-emphasis: #bf3989;
781
1021
  --color-ansi-black: #24292f;
@@ -289,6 +289,121 @@
289
289
  --underlineNav-borderColor-hover: #88929d;
290
290
  --underlineNav-iconColor-rest: #0e1116;
291
291
  --selection-bgColor: #0349b433;
292
+ --card-bgColor: #ffffff;
293
+ --label-green-bgColor-rest: #caf7ca;
294
+ --label-green-bgColor-hover: #9ceda0;
295
+ --label-green-bgColor-active: #54d961;
296
+ --label-green-fgColor-rest: #2b6e3f;
297
+ --label-green-fgColor-hover: #285c3b;
298
+ --label-green-fgColor-active: #254b34;
299
+ --label-orange-bgColor-rest: #ffe7d1;
300
+ --label-orange-bgColor-hover: #fecfaa;
301
+ --label-orange-bgColor-active: #fbaf74;
302
+ --label-orange-fgColor-rest: #a24610;
303
+ --label-orange-fgColor-hover: #8d3c11;
304
+ --label-orange-fgColor-active: #70300f;
305
+ --label-purple-bgColor-rest: #f1e5ff;
306
+ --label-purple-bgColor-hover: #e6d2fe;
307
+ --label-purple-bgColor-active: #d1b1fc;
308
+ --label-purple-fgColor-rest: #783ae4;
309
+ --label-purple-fgColor-hover: #6223d7;
310
+ --label-purple-fgColor-active: #4f21ab;
311
+ --label-red-bgColor-rest: #ffe2e0;
312
+ --label-red-bgColor-hover: #fecdcd;
313
+ --label-red-bgColor-active: #fda5a7;
314
+ --label-red-fgColor-rest: #c50d28;
315
+ --label-red-fgColor-hover: #a60c29;
316
+ --label-red-fgColor-active: #880c27;
317
+ --label-yellow-bgColor-rest: #ffec9e;
318
+ --label-yellow-bgColor-hover: #ffd642;
319
+ --label-yellow-bgColor-active: #ebb400;
320
+ --label-yellow-fgColor-rest: #805900;
321
+ --label-yellow-fgColor-hover: #704d00;
322
+ --label-yellow-fgColor-active: #5c3d00;
323
+ --label-gray-bgColor-rest: #e8ecf2;
324
+ --label-gray-bgColor-hover: #d2dae4;
325
+ --label-gray-bgColor-active: #b4c0cf;
326
+ --label-gray-fgColor-rest: #5c6570;
327
+ --label-gray-fgColor-hover: #4e535a;
328
+ --label-gray-fgColor-active: #424448;
329
+ --label-auburn-bgColor-rest: #f2e9e9;
330
+ --label-auburn-bgColor-hover: #e6d6d5;
331
+ --label-auburn-bgColor-active: #d4b7b5;
332
+ --label-auburn-fgColor-rest: #8a5551;
333
+ --label-auburn-fgColor-hover: #744744;
334
+ --label-auburn-fgColor-active: #5d3937;
335
+ --label-brown-bgColor-rest: #eeeae2;
336
+ --label-brown-bgColor-hover: #dfd7c8;
337
+ --label-brown-bgColor-active: #cbbda4;
338
+ --label-brown-fgColor-rest: #755f43;
339
+ --label-brown-fgColor-hover: #64513a;
340
+ --label-brown-fgColor-active: #51412f;
341
+ --label-lemon-bgColor-rest: #f7eea1;
342
+ --label-lemon-bgColor-hover: #f0db3d;
343
+ --label-lemon-bgColor-active: #d8bd0e;
344
+ --label-lemon-fgColor-rest: #786002;
345
+ --label-lemon-fgColor-hover: #654f01;
346
+ --label-lemon-fgColor-active: #523f00;
347
+ --label-olive-bgColor-rest: #f0f0ad;
348
+ --label-olive-bgColor-hover: #dbe170;
349
+ --label-olive-bgColor-active: #b9c832;
350
+ --label-olive-fgColor-rest: #56682c;
351
+ --label-olive-fgColor-hover: #495a2b;
352
+ --label-olive-fgColor-active: #3b4927;
353
+ --label-lime-bgColor-rest: #e3f2b5;
354
+ --label-lime-bgColor-hover: #c7e580;
355
+ --label-lime-bgColor-active: #9bd039;
356
+ --label-lime-fgColor-rest: #476c28;
357
+ --label-lime-fgColor-hover: #3a5b25;
358
+ --label-lime-fgColor-active: #2f4a21;
359
+ --label-pine-bgColor-rest: #bff8db;
360
+ --label-pine-bgColor-hover: #80efb9;
361
+ --label-pine-bgColor-active: #1dd781;
362
+ --label-pine-fgColor-rest: #156f4b;
363
+ --label-pine-fgColor-hover: #135d41;
364
+ --label-pine-fgColor-active: #114b36;
365
+ --label-teal-bgColor-rest: #c7f5ef;
366
+ --label-teal-bgColor-hover: #89ebe1;
367
+ --label-teal-bgColor-active: #22d3c7;
368
+ --label-teal-fgColor-rest: #106e75;
369
+ --label-teal-fgColor-hover: #0d5b63;
370
+ --label-teal-fgColor-active: #0a4852;
371
+ --label-cyan-bgColor-rest: #bdf4ff;
372
+ --label-cyan-bgColor-hover: #7ae9ff;
373
+ --label-cyan-bgColor-active: #00d0fa;
374
+ --label-cyan-fgColor-rest: #006a80;
375
+ --label-cyan-fgColor-hover: #00596b;
376
+ --label-cyan-fgColor-active: #004857;
377
+ --label-indigo-bgColor-rest: #e5e9ff;
378
+ --label-indigo-bgColor-hover: #d2d7fe;
379
+ --label-indigo-bgColor-active: #b1b9fb;
380
+ --label-indigo-fgColor-rest: #494edf;
381
+ --label-indigo-fgColor-hover: #393cd5;
382
+ --label-indigo-fgColor-active: #2d2db4;
383
+ --label-blue-bgColor-rest: #d1f0ff;
384
+ --label-blue-bgColor-hover: #ade1ff;
385
+ --label-blue-bgColor-active: #75c8ff;
386
+ --label-blue-fgColor-rest: #005fcc;
387
+ --label-blue-fgColor-hover: #004db3;
388
+ --label-blue-fgColor-active: #003d99;
389
+ --label-plum-bgColor-rest: #f8e5ff;
390
+ --label-plum-bgColor-hover: #f0cdfe;
391
+ --label-plum-bgColor-active: #e2a7fb;
392
+ --label-plum-fgColor-rest: #961edc;
393
+ --label-plum-fgColor-hover: #7d1eb8;
394
+ --label-plum-fgColor-active: #651d96;
395
+ --label-pink-bgColor-rest: #ffe5f1;
396
+ --label-pink-bgColor-hover: #fdc9e2;
397
+ --label-pink-bgColor-active: #f8a5cf;
398
+ --label-pink-fgColor-rest: #b12f79;
399
+ --label-pink-fgColor-hover: #8e2e66;
400
+ --label-pink-fgColor-active: #6e2b53;
401
+ --label-coral-bgColor-rest: #ffe5db;
402
+ --label-coral-bgColor-hover: #fecebe;
403
+ --label-coral-bgColor-active: #fcab92;
404
+ --label-coral-fgColor-rest: #ba2e12;
405
+ --label-coral-fgColor-hover: #9b2712;
406
+ --label-coral-fgColor-active: #7e2011;
292
407
  --fgColor-default: #010409;
293
408
  --fgColor-muted: #0e1116;
294
409
  --fgColor-onEmphasis: #ffffff;
@@ -305,6 +420,7 @@
305
420
  --fgColor-open: #055d20;
306
421
  --fgColor-closed: #8a071e;
307
422
  --fgColor-done: #622cbc;
423
+ --fgColor-upsell: #622cbc;
308
424
  --fgColor-sponsors: #971368;
309
425
  --bgColor-default: #ffffff;
310
426
  --bgColor-muted: #e7ecf0;
@@ -333,6 +449,8 @@
333
449
  --bgColor-closed-emphasis: #a0111f;
334
450
  --bgColor-done-muted: #faf0fe;
335
451
  --bgColor-done-emphasis: #622cbc;
452
+ --bgColor-upsell-muted: #faf0fe;
453
+ --bgColor-upsell-emphasis: #622cbc;
336
454
  --bgColor-sponsors-muted: #feeff7;
337
455
  --bgColor-sponsors-emphasis: #971368;
338
456
  --borderColor-default: #20252c;
@@ -358,6 +476,8 @@
358
476
  --borderColor-closed-emphasis: #a0111f;
359
477
  --borderColor-done-muted: #a371f7;
360
478
  --borderColor-done-emphasis: #622cbc;
479
+ --borderColor-upsell-muted: #a371f766;
480
+ --borderColor-upsell-emphasis: #622cbc;
361
481
  --borderColor-sponsors-muted: #ed4baf;
362
482
  --borderColor-sponsors-emphasis: #971368;
363
483
  --color-ansi-black: #0e1116;
@@ -707,6 +827,121 @@
707
827
  --underlineNav-borderColor-hover: #88929d;
708
828
  --underlineNav-iconColor-rest: #0e1116;
709
829
  --selection-bgColor: #0349b433;
830
+ --card-bgColor: #ffffff;
831
+ --label-green-bgColor-rest: #caf7ca;
832
+ --label-green-bgColor-hover: #9ceda0;
833
+ --label-green-bgColor-active: #54d961;
834
+ --label-green-fgColor-rest: #2b6e3f;
835
+ --label-green-fgColor-hover: #285c3b;
836
+ --label-green-fgColor-active: #254b34;
837
+ --label-orange-bgColor-rest: #ffe7d1;
838
+ --label-orange-bgColor-hover: #fecfaa;
839
+ --label-orange-bgColor-active: #fbaf74;
840
+ --label-orange-fgColor-rest: #a24610;
841
+ --label-orange-fgColor-hover: #8d3c11;
842
+ --label-orange-fgColor-active: #70300f;
843
+ --label-purple-bgColor-rest: #f1e5ff;
844
+ --label-purple-bgColor-hover: #e6d2fe;
845
+ --label-purple-bgColor-active: #d1b1fc;
846
+ --label-purple-fgColor-rest: #783ae4;
847
+ --label-purple-fgColor-hover: #6223d7;
848
+ --label-purple-fgColor-active: #4f21ab;
849
+ --label-red-bgColor-rest: #ffe2e0;
850
+ --label-red-bgColor-hover: #fecdcd;
851
+ --label-red-bgColor-active: #fda5a7;
852
+ --label-red-fgColor-rest: #c50d28;
853
+ --label-red-fgColor-hover: #a60c29;
854
+ --label-red-fgColor-active: #880c27;
855
+ --label-yellow-bgColor-rest: #ffec9e;
856
+ --label-yellow-bgColor-hover: #ffd642;
857
+ --label-yellow-bgColor-active: #ebb400;
858
+ --label-yellow-fgColor-rest: #805900;
859
+ --label-yellow-fgColor-hover: #704d00;
860
+ --label-yellow-fgColor-active: #5c3d00;
861
+ --label-gray-bgColor-rest: #e8ecf2;
862
+ --label-gray-bgColor-hover: #d2dae4;
863
+ --label-gray-bgColor-active: #b4c0cf;
864
+ --label-gray-fgColor-rest: #5c6570;
865
+ --label-gray-fgColor-hover: #4e535a;
866
+ --label-gray-fgColor-active: #424448;
867
+ --label-auburn-bgColor-rest: #f2e9e9;
868
+ --label-auburn-bgColor-hover: #e6d6d5;
869
+ --label-auburn-bgColor-active: #d4b7b5;
870
+ --label-auburn-fgColor-rest: #8a5551;
871
+ --label-auburn-fgColor-hover: #744744;
872
+ --label-auburn-fgColor-active: #5d3937;
873
+ --label-brown-bgColor-rest: #eeeae2;
874
+ --label-brown-bgColor-hover: #dfd7c8;
875
+ --label-brown-bgColor-active: #cbbda4;
876
+ --label-brown-fgColor-rest: #755f43;
877
+ --label-brown-fgColor-hover: #64513a;
878
+ --label-brown-fgColor-active: #51412f;
879
+ --label-lemon-bgColor-rest: #f7eea1;
880
+ --label-lemon-bgColor-hover: #f0db3d;
881
+ --label-lemon-bgColor-active: #d8bd0e;
882
+ --label-lemon-fgColor-rest: #786002;
883
+ --label-lemon-fgColor-hover: #654f01;
884
+ --label-lemon-fgColor-active: #523f00;
885
+ --label-olive-bgColor-rest: #f0f0ad;
886
+ --label-olive-bgColor-hover: #dbe170;
887
+ --label-olive-bgColor-active: #b9c832;
888
+ --label-olive-fgColor-rest: #56682c;
889
+ --label-olive-fgColor-hover: #495a2b;
890
+ --label-olive-fgColor-active: #3b4927;
891
+ --label-lime-bgColor-rest: #e3f2b5;
892
+ --label-lime-bgColor-hover: #c7e580;
893
+ --label-lime-bgColor-active: #9bd039;
894
+ --label-lime-fgColor-rest: #476c28;
895
+ --label-lime-fgColor-hover: #3a5b25;
896
+ --label-lime-fgColor-active: #2f4a21;
897
+ --label-pine-bgColor-rest: #bff8db;
898
+ --label-pine-bgColor-hover: #80efb9;
899
+ --label-pine-bgColor-active: #1dd781;
900
+ --label-pine-fgColor-rest: #156f4b;
901
+ --label-pine-fgColor-hover: #135d41;
902
+ --label-pine-fgColor-active: #114b36;
903
+ --label-teal-bgColor-rest: #c7f5ef;
904
+ --label-teal-bgColor-hover: #89ebe1;
905
+ --label-teal-bgColor-active: #22d3c7;
906
+ --label-teal-fgColor-rest: #106e75;
907
+ --label-teal-fgColor-hover: #0d5b63;
908
+ --label-teal-fgColor-active: #0a4852;
909
+ --label-cyan-bgColor-rest: #bdf4ff;
910
+ --label-cyan-bgColor-hover: #7ae9ff;
911
+ --label-cyan-bgColor-active: #00d0fa;
912
+ --label-cyan-fgColor-rest: #006a80;
913
+ --label-cyan-fgColor-hover: #00596b;
914
+ --label-cyan-fgColor-active: #004857;
915
+ --label-indigo-bgColor-rest: #e5e9ff;
916
+ --label-indigo-bgColor-hover: #d2d7fe;
917
+ --label-indigo-bgColor-active: #b1b9fb;
918
+ --label-indigo-fgColor-rest: #494edf;
919
+ --label-indigo-fgColor-hover: #393cd5;
920
+ --label-indigo-fgColor-active: #2d2db4;
921
+ --label-blue-bgColor-rest: #d1f0ff;
922
+ --label-blue-bgColor-hover: #ade1ff;
923
+ --label-blue-bgColor-active: #75c8ff;
924
+ --label-blue-fgColor-rest: #005fcc;
925
+ --label-blue-fgColor-hover: #004db3;
926
+ --label-blue-fgColor-active: #003d99;
927
+ --label-plum-bgColor-rest: #f8e5ff;
928
+ --label-plum-bgColor-hover: #f0cdfe;
929
+ --label-plum-bgColor-active: #e2a7fb;
930
+ --label-plum-fgColor-rest: #961edc;
931
+ --label-plum-fgColor-hover: #7d1eb8;
932
+ --label-plum-fgColor-active: #651d96;
933
+ --label-pink-bgColor-rest: #ffe5f1;
934
+ --label-pink-bgColor-hover: #fdc9e2;
935
+ --label-pink-bgColor-active: #f8a5cf;
936
+ --label-pink-fgColor-rest: #b12f79;
937
+ --label-pink-fgColor-hover: #8e2e66;
938
+ --label-pink-fgColor-active: #6e2b53;
939
+ --label-coral-bgColor-rest: #ffe5db;
940
+ --label-coral-bgColor-hover: #fecebe;
941
+ --label-coral-bgColor-active: #fcab92;
942
+ --label-coral-fgColor-rest: #ba2e12;
943
+ --label-coral-fgColor-hover: #9b2712;
944
+ --label-coral-fgColor-active: #7e2011;
710
945
  --fgColor-default: #010409;
711
946
  --fgColor-muted: #0e1116;
712
947
  --fgColor-onEmphasis: #ffffff;
@@ -723,6 +958,7 @@
723
958
  --fgColor-open: #055d20;
724
959
  --fgColor-closed: #8a071e;
725
960
  --fgColor-done: #622cbc;
961
+ --fgColor-upsell: #622cbc;
726
962
  --fgColor-sponsors: #971368;
727
963
  --bgColor-default: #ffffff;
728
964
  --bgColor-muted: #e7ecf0;
@@ -751,6 +987,8 @@
751
987
  --bgColor-closed-emphasis: #a0111f;
752
988
  --bgColor-done-muted: #faf0fe;
753
989
  --bgColor-done-emphasis: #622cbc;
990
+ --bgColor-upsell-muted: #faf0fe;
991
+ --bgColor-upsell-emphasis: #622cbc;
754
992
  --bgColor-sponsors-muted: #feeff7;
755
993
  --bgColor-sponsors-emphasis: #971368;
756
994
  --borderColor-default: #20252c;
@@ -776,6 +1014,8 @@
776
1014
  --borderColor-closed-emphasis: #a0111f;
777
1015
  --borderColor-done-muted: #a371f7;
778
1016
  --borderColor-done-emphasis: #622cbc;
1017
+ --borderColor-upsell-muted: #a371f766;
1018
+ --borderColor-upsell-emphasis: #622cbc;
779
1019
  --borderColor-sponsors-muted: #ed4baf;
780
1020
  --borderColor-sponsors-emphasis: #971368;
781
1021
  --color-ansi-black: #0e1116;