@primer/primitives 10.8.0-rc.f296f65b → 11.0.0-rc.56d48488

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 (95) hide show
  1. package/dist/build/platforms/css.js +2 -1
  2. package/dist/build/schemas/collections.d.ts +1 -1
  3. package/dist/build/schemas/colorToken.d.ts +260 -0
  4. package/dist/build/schemas/colorToken.js +10 -0
  5. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +1658 -0
  6. package/dist/css/functional/themes/dark-colorblind.css +30 -30
  7. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +1658 -0
  8. package/dist/css/functional/themes/dark-dimmed.css +60 -60
  9. package/dist/css/functional/themes/dark-high-contrast.css +24 -24
  10. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +1658 -0
  11. package/dist/css/functional/themes/dark-tritanopia.css +30 -30
  12. package/dist/css/functional/themes/dark.css +30 -30
  13. package/dist/css/functional/themes/light-colorblind-high-contrast.css +1658 -0
  14. package/dist/css/functional/themes/light-colorblind.css +30 -30
  15. package/dist/css/functional/themes/light-high-contrast.css +32 -32
  16. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +1658 -0
  17. package/dist/css/functional/themes/light-tritanopia.css +28 -28
  18. package/dist/css/functional/themes/light.css +28 -28
  19. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +43194 -0
  20. package/dist/docs/functional/themes/dark-colorblind.json +7878 -648
  21. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +43188 -0
  22. package/dist/docs/functional/themes/dark-dimmed.json +7797 -565
  23. package/dist/docs/functional/themes/dark-high-contrast.json +7751 -523
  24. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +43192 -0
  25. package/dist/docs/functional/themes/dark-tritanopia.json +7878 -648
  26. package/dist/docs/functional/themes/dark.json +7878 -648
  27. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +43154 -0
  28. package/dist/docs/functional/themes/light-colorblind.json +7744 -512
  29. package/dist/docs/functional/themes/light-high-contrast.json +7760 -532
  30. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +43154 -0
  31. package/dist/docs/functional/themes/light-tritanopia.json +7742 -510
  32. package/dist/docs/functional/themes/light.json +7742 -510
  33. package/dist/figma/figma.json +18 -8
  34. package/dist/figma/scales/dark-dimmed.json +14 -14
  35. package/dist/figma/themes/dark-colorblind-high-contrast.json +13877 -0
  36. package/dist/figma/themes/dark-colorblind.json +45 -49
  37. package/dist/figma/themes/dark-dimmed-high-contrast.json +13871 -0
  38. package/dist/figma/themes/dark-dimmed.json +102 -107
  39. package/dist/figma/themes/dark-high-contrast.json +28 -34
  40. package/dist/figma/themes/dark-tritanopia-high-contrast.json +13873 -0
  41. package/dist/figma/themes/dark-tritanopia.json +45 -49
  42. package/dist/figma/themes/dark.json +45 -49
  43. package/dist/figma/themes/light-colorblind-high-contrast.json +13857 -0
  44. package/dist/figma/themes/light-colorblind.json +21 -24
  45. package/dist/figma/themes/light-high-contrast.json +46 -51
  46. package/dist/figma/themes/light-tritanopia-high-contrast.json +13856 -0
  47. package/dist/figma/themes/light-tritanopia.json +19 -23
  48. package/dist/figma/themes/light.json +19 -23
  49. package/dist/internalCss/dark-colorblind-high-contrast.css +2266 -0
  50. package/dist/internalCss/dark-colorblind.css +30 -30
  51. package/dist/internalCss/dark-dimmed-high-contrast.css +2266 -0
  52. package/dist/internalCss/dark-dimmed.css +54 -54
  53. package/dist/internalCss/dark-high-contrast.css +24 -24
  54. package/dist/internalCss/dark-tritanopia-high-contrast.css +2266 -0
  55. package/dist/internalCss/dark-tritanopia.css +30 -30
  56. package/dist/internalCss/dark.css +30 -30
  57. package/dist/internalCss/light-colorblind-high-contrast.css +2266 -0
  58. package/dist/internalCss/light-colorblind.css +30 -30
  59. package/dist/internalCss/light-high-contrast.css +32 -32
  60. package/dist/internalCss/light-tritanopia-high-contrast.css +2266 -0
  61. package/dist/internalCss/light-tritanopia.css +28 -28
  62. package/dist/internalCss/light.css +28 -28
  63. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +43194 -0
  64. package/dist/styleLint/functional/themes/dark-colorblind.json +7877 -647
  65. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +43188 -0
  66. package/dist/styleLint/functional/themes/dark-dimmed.json +7797 -565
  67. package/dist/styleLint/functional/themes/dark-high-contrast.json +7751 -523
  68. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +43192 -0
  69. package/dist/styleLint/functional/themes/dark-tritanopia.json +7877 -647
  70. package/dist/styleLint/functional/themes/dark.json +7877 -647
  71. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +43154 -0
  72. package/dist/styleLint/functional/themes/light-colorblind.json +7744 -512
  73. package/dist/styleLint/functional/themes/light-high-contrast.json +7760 -532
  74. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +43154 -0
  75. package/dist/styleLint/functional/themes/light-tritanopia.json +7742 -510
  76. package/dist/styleLint/functional/themes/light.json +7742 -510
  77. package/package.json +1 -1
  78. package/src/tokens/base/color/dark/dark.dimmed.json5 +0 -9
  79. package/src/tokens/component/avatar.json5 +17 -4
  80. package/src/tokens/component/button.json5 +260 -61
  81. package/src/tokens/component/codeMirror.json5 +20 -2
  82. package/src/tokens/component/contribution.json5 +35 -57
  83. package/src/tokens/component/counter.json5 +5 -0
  84. package/src/tokens/component/diffBlob.json5 +75 -8
  85. package/src/tokens/component/header.json5 +2 -0
  86. package/src/tokens/component/overlay.json5 +25 -0
  87. package/src/tokens/component/skeletonLoader.json5 +20 -0
  88. package/src/tokens/component/tooltip.json5 +8 -2
  89. package/src/tokens/component/topicTag.json5 +5 -0
  90. package/src/tokens/functional/color/bgColor.json5 +86 -0
  91. package/src/tokens/functional/color/borderColor.json5 +268 -0
  92. package/src/tokens/functional/color/control.json5 +344 -1
  93. package/src/tokens/functional/color/display.json5 +1334 -1239
  94. package/src/tokens/functional/color/fgColor.json5 +77 -18
  95. package/src/tokens/functional/color/syntax.json5 +44 -2
@@ -0,0 +1,1658 @@
1
+ [data-color-mode="dark"][data-dark-theme="dark_dimmed_high_contrast"],
2
+ [data-color-mode="dark"][data-dark-theme="dark_dimmed_high_contrast"] ::backdrop,
3
+ [data-color-mode="auto"][data-light-theme="dark_dimmed_high_contrast"],
4
+ [data-color-mode="auto"][data-light-theme="dark_dimmed_high_contrast"] ::backdrop {
5
+ --button-danger-fgColor-active: #ffffff;
6
+ --button-danger-fgColor-hover: #ffffff;
7
+ --button-danger-iconColor-hover: #ffffff;
8
+ --button-primary-bgColor-disabled: #105823;
9
+ --button-primary-borderColor-disabled: #105823;
10
+ --button-primary-fgColor-rest: #ffffff;
11
+ --button-primary-iconColor-rest: #ffffff;
12
+ --color-ansi-cyan: #39c5cf;
13
+ --color-ansi-cyan-bright: #56d4dd;
14
+ --control-checked-bgColor-active: #3c79d0;
15
+ --control-checked-bgColor-hover: #2b64c1;
16
+ --control-danger-bgColor-active: #c51120;
17
+ --fgColor-onEmphasis: #ffffff;
18
+ --reactionButton-selected-bgColor-hover: #3a8cfd5c;
19
+ --avatar-shadow: 0px 0px 0px 2px #0d1117;
20
+ --avatarStack-fade-bgColor-default: #3d444d;
21
+ --avatarStack-fade-bgColor-muted: #2a313c;
22
+ --bgColor-accent-emphasis: #1b4b91;
23
+ --bgColor-accent-muted: #4184e41a;
24
+ --bgColor-attention-emphasis: #6c4400;
25
+ --bgColor-attention-muted: #ae7c1426;
26
+ --bgColor-danger-emphasis: #922323;
27
+ --bgColor-danger-muted: #e5534b1a;
28
+ --bgColor-default: #212830;
29
+ --bgColor-disabled: #2a313c;
30
+ --bgColor-done-emphasis: #5936a2;
31
+ --bgColor-done-muted: #986ee226;
32
+ --bgColor-emphasis: #3d444d;
33
+ --bgColor-inset: #151b23;
34
+ --bgColor-muted: #262c36;
35
+ --bgColor-neutral-emphasis: #3d444d;
36
+ --bgColor-neutral-muted: #656c7633;
37
+ --bgColor-severe-emphasis: #7f3913;
38
+ --bgColor-severe-muted: #cc6b2c1a;
39
+ --bgColor-sponsors-emphasis: #7e325a;
40
+ --bgColor-sponsors-muted: #c961981a;
41
+ --bgColor-success-emphasis: #245829;
42
+ --bgColor-success-muted: #46954a26;
43
+ --bgColor-transparent: #00000000;
44
+ --borderColor-accent-emphasis: #6cb6ff;
45
+ --borderColor-accent-muted: #6cb6ff;
46
+ --borderColor-attention-emphasis: #daaa3f;
47
+ --borderColor-attention-muted: #daaa3f;
48
+ --borderColor-danger-emphasis: #ff938a;
49
+ --borderColor-danger-muted: #ff938a;
50
+ --borderColor-default: #b7bdc8;
51
+ --borderColor-disabled: #656c761a;
52
+ --borderColor-done-emphasis: #dcbdfb;
53
+ --borderColor-done-muted: #dcbdfb;
54
+ --borderColor-severe-emphasis: #f69d50;
55
+ --borderColor-severe-muted: #f69d50;
56
+ --borderColor-sponsors-emphasis: #e275ad;
57
+ --borderColor-sponsors-muted: #fc8dc7;
58
+ --borderColor-success-emphasis: #6bc46d;
59
+ --borderColor-success-muted: #6bc46d;
60
+ --borderColor-translucent: #9198a1;
61
+ --borderColor-transparent: #00000000;
62
+ --button-danger-bgColor-hover: #922323;
63
+ --button-danger-borderColor-hover: #ffb8b0;
64
+ --button-danger-fgColor-rest: #ffb8b0;
65
+ --button-danger-shadow-selected: 0px 0px 0px 0px #000000;
66
+ --button-default-shadow-resting: 0px 0px 0px 0px #000000;
67
+ --button-inactive-bgColor: #262c36;
68
+ --button-inactive-fgColor: #9198a1;
69
+ --button-invisible-bgColor-disabled: #00000000;
70
+ --button-invisible-borderColor-disabled: #00000000;
71
+ --button-invisible-iconColor-hover: #d1d7e0;
72
+ --button-invisible-iconColor-rest: #d1d7e0;
73
+ --button-outline-bgColor-active: #1b4b91;
74
+ --button-outline-bgColor-rest: #f0f6fc;
75
+ --button-outline-fgColor-hover: #539bf5;
76
+ --button-outline-fgColor-rest: #4184e4;
77
+ --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
78
+ --button-primary-bgColor-active: #347d39;
79
+ --button-primary-bgColor-hover: #2b6a30;
80
+ --button-primary-borderColor-rest: #6bc46d;
81
+ --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
82
+ --button-star-iconColor: #daaa3f;
83
+ --buttonCounter-danger-bgColor-rest: #5d0f1233;
84
+ --buttonCounter-default-bgColor-rest: #2f3742;
85
+ --buttonCounter-outline-bgColor-hover: #0f2d5c33;
86
+ --buttonCounter-outline-bgColor-rest: #0f2d5c33;
87
+ --buttonCounter-outline-fgColor-hover: #539bf5;
88
+ --buttonCounter-outline-fgColor-rest: #4184e4;
89
+ --buttonCounter-primary-bgColor-rest: #11341733;
90
+ --codeMirror-selection-bgColor: #4184e466;
91
+ --codeMirror-syntax-fgColor-comment: #656c76;
92
+ --codeMirror-syntax-fgColor-constant: #6cb6ff;
93
+ --codeMirror-syntax-fgColor-entity: #dcbdfb;
94
+ --codeMirror-syntax-fgColor-keyword: #f47067;
95
+ --codeMirror-syntax-fgColor-storage: #f47067;
96
+ --codeMirror-syntax-fgColor-string: #96d0ff;
97
+ --codeMirror-syntax-fgColor-support: #6cb6ff;
98
+ --codeMirror-syntax-fgColor-variable: #f69d50;
99
+ --color-ansi-black: #2f3742;
100
+ --color-ansi-black-bright: #656c76;
101
+ --color-ansi-blue: #539bf5;
102
+ --color-ansi-blue-bright: #6cb6ff;
103
+ --color-ansi-gray: #656c76;
104
+ --color-ansi-green: #57ab5a;
105
+ --color-ansi-green-bright: #6bc46d;
106
+ --color-ansi-magenta: #b083f0;
107
+ --color-ansi-magenta-bright: #dcbdfb;
108
+ --color-ansi-red: #f47067;
109
+ --color-ansi-red-bright: #ff938a;
110
+ --color-ansi-white: #f0f6fc;
111
+ --color-ansi-yellow: #c69026;
112
+ --color-ansi-yellow-bright: #daaa3f;
113
+ --color-prettylights-syntax-brackethighlighter-angle: #9198a1;
114
+ --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
115
+ --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
116
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
117
+ --color-prettylights-syntax-comment: #9198a1;
118
+ --color-prettylights-syntax-constant: #6cb6ff;
119
+ --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
120
+ --color-prettylights-syntax-entity: #dcbdfb;
121
+ --color-prettylights-syntax-entity-tag: #8ddb8c;
122
+ --color-prettylights-syntax-invalid-illegal-bg: #922323;
123
+ --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
124
+ --color-prettylights-syntax-keyword: #f47067;
125
+ --color-prettylights-syntax-markup-bold: #f0f6fc;
126
+ --color-prettylights-syntax-markup-changed-bg: #682d0f;
127
+ --color-prettylights-syntax-markup-changed-text: #ffddb0;
128
+ --color-prettylights-syntax-markup-deleted-bg: #78191b;
129
+ --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
130
+ --color-prettylights-syntax-markup-heading: #316dca;
131
+ --color-prettylights-syntax-markup-ignored-bg: #255ab2;
132
+ --color-prettylights-syntax-markup-ignored-text: #f0f6fc;
133
+ --color-prettylights-syntax-markup-inserted-bg: #1b4721;
134
+ --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
135
+ --color-prettylights-syntax-markup-italic: #f0f6fc;
136
+ --color-prettylights-syntax-markup-list: #eac55f;
137
+ --color-prettylights-syntax-meta-diff-range: #dcbdfb;
138
+ --color-prettylights-syntax-storage-modifier-import: #f0f6fc;
139
+ --color-prettylights-syntax-string: #96d0ff;
140
+ --color-prettylights-syntax-string-regexp: #8ddb8c;
141
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
142
+ --color-prettylights-syntax-variable: #f69d50;
143
+ --contribution-default-bgColor-0: #151b23;
144
+ --contribution-default-bgColor-1: #1b4721;
145
+ --contribution-default-bgColor-2: #2b6a30;
146
+ --contribution-default-bgColor-3: #46954a;
147
+ --contribution-default-bgColor-4: #6bc46d;
148
+ --contribution-default-borderColor-0: #0104090d;
149
+ --contribution-halloween-bgColor-1: #fac68f;
150
+ --contribution-halloween-bgColor-2: #c46212;
151
+ --contribution-halloween-bgColor-3: #984b10;
152
+ --contribution-halloween-bgColor-4: #e3d04f;
153
+ --contribution-winter-bgColor-1: #143d79;
154
+ --contribution-winter-bgColor-2: #255ab2;
155
+ --contribution-winter-bgColor-3: #539bf5;
156
+ --contribution-winter-bgColor-4: #c6e6ff;
157
+ --control-bgColor-active: #2f3742;
158
+ --control-bgColor-hover: #2a313c;
159
+ --control-bgColor-rest: #262c36;
160
+ --control-borderColor-selected: #f0f6fc;
161
+ --control-checked-borderColor-active: #6cb6ff;
162
+ --control-checked-borderColor-hover: #6cb6ff;
163
+ --control-checked-borderColor-rest: #6cb6ff;
164
+ --control-checked-fgColor-rest: var(--fgColor-onEmphasis);
165
+ --control-danger-fgColor-hover: var(--fgColor-onEmphasis);
166
+ --control-fgColor-placeholder: #b7bdc8;
167
+ --control-transparent-bgColor-active: #3d444d;
168
+ --control-transparent-bgColor-hover: #2f3742;
169
+ --control-transparent-bgColor-rest: #00000000;
170
+ --control-transparent-bgColor-selected: #2f3742;
171
+ --control-transparent-borderColor-rest: #00000000;
172
+ --controlTrack-bgColor-active: #3d444d;
173
+ --controlTrack-bgColor-hover: #2f3742;
174
+ --controlTrack-bgColor-rest: #2a313c;
175
+ --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
176
+ --data-auburn-color-emphasis: #a86f6b;
177
+ --data-auburn-color-muted: #271817;
178
+ --data-blue-color-emphasis: #0576ff;
179
+ --data-blue-color-muted: #001a47;
180
+ --data-brown-color-emphasis: #94774c;
181
+ --data-brown-color-muted: #241c14;
182
+ --data-coral-color-emphasis: #e1430e;
183
+ --data-coral-color-muted: #351008;
184
+ --data-gray-color-emphasis: #576270;
185
+ --data-gray-color-muted: #1c1c1c;
186
+ --data-green-color-emphasis: #2f6f37;
187
+ --data-green-color-muted: #122117;
188
+ --data-lemon-color-emphasis: #977b0c;
189
+ --data-lemon-color-muted: #291d00;
190
+ --data-lime-color-emphasis: #5f892f;
191
+ --data-lime-color-muted: #141f0f;
192
+ --data-olive-color-emphasis: #7a8321;
193
+ --data-olive-color-muted: #171e0b;
194
+ --data-orange-color-emphasis: #984b10;
195
+ --data-orange-color-muted: #311708;
196
+ --data-pine-color-emphasis: #18915e;
197
+ --data-pine-color-muted: #082119;
198
+ --data-pink-color-emphasis: #d34591;
199
+ --data-pink-color-muted: #2d1524;
200
+ --data-plum-color-emphasis: #b643ef;
201
+ --data-plum-color-muted: #2a0e3f;
202
+ --data-purple-color-emphasis: #975bf1;
203
+ --data-purple-color-muted: #211047;
204
+ --data-red-color-emphasis: #eb3342;
205
+ --data-red-color-muted: #3c0614;
206
+ --data-teal-color-emphasis: #106c70;
207
+ --data-teal-color-muted: #041f25;
208
+ --data-yellow-color-emphasis: #895906;
209
+ --data-yellow-color-muted: #2e1a00;
210
+ --diffBlob-additionNum-bgColor: #57ab5a4d;
211
+ --diffBlob-additionWord-bgColor: #46954a66;
212
+ --diffBlob-deletionNum-bgColor: #e5534b4d;
213
+ --diffBlob-deletionWord-bgColor: #e5534b66;
214
+ --diffBlob-hunkNum-bgColor-rest: #143d79;
215
+ --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
216
+ --display-auburn-bgColor-emphasis: #6d4340;
217
+ --display-auburn-bgColor-muted: #271817;
218
+ --display-auburn-borderColor-emphasis: #bf9592;
219
+ --display-auburn-borderColor-muted: #3a2422;
220
+ --display-auburn-fgColor: #d4b7b5;
221
+ --display-auburn-scale-0: #271817;
222
+ --display-auburn-scale-1: #3a2422;
223
+ --display-auburn-scale-2: #543331;
224
+ --display-auburn-scale-3: #6d4340;
225
+ --display-auburn-scale-4: #87534f;
226
+ --display-auburn-scale-5: #a86f6b;
227
+ --display-auburn-scale-6: #bf9592;
228
+ --display-auburn-scale-7: #c6a19f;
229
+ --display-auburn-scale-8: #d4b7b5;
230
+ --display-auburn-scale-9: #dfcac8;
231
+ --display-blue-bgColor-emphasis: #0046a8;
232
+ --display-blue-bgColor-muted: #001a47;
233
+ --display-blue-borderColor-emphasis: #4da0ff;
234
+ --display-blue-borderColor-muted: #002766;
235
+ --display-blue-fgColor: #85c2ff;
236
+ --display-blue-scale-0: #001a47;
237
+ --display-blue-scale-1: #002766;
238
+ --display-blue-scale-2: #00378a;
239
+ --display-blue-scale-3: #0046a8;
240
+ --display-blue-scale-4: #005bd1;
241
+ --display-blue-scale-5: #0576ff;
242
+ --display-blue-scale-6: #4da0ff;
243
+ --display-blue-scale-7: #61adff;
244
+ --display-blue-scale-8: #85c2ff;
245
+ --display-blue-scale-9: #a3d3ff;
246
+ --display-brown-bgColor-emphasis: #5d4a32;
247
+ --display-brown-bgColor-muted: #241c14;
248
+ --display-brown-borderColor-emphasis: #b69a6d;
249
+ --display-brown-borderColor-muted: #342a1d;
250
+ --display-brown-fgColor: #cdbb98;
251
+ --display-brown-scale-0: #241c14;
252
+ --display-brown-scale-1: #342a1d;
253
+ --display-brown-scale-2: #483a28;
254
+ --display-brown-scale-3: #5d4a32;
255
+ --display-brown-scale-4: #755e3e;
256
+ --display-brown-scale-5: #94774c;
257
+ --display-brown-scale-6: #b69a6d;
258
+ --display-brown-scale-7: #bfa77d;
259
+ --display-brown-scale-8: #cdbb98;
260
+ --display-brown-scale-9: #dbceb3;
261
+ --display-coral-bgColor-emphasis: #902a0e;
262
+ --display-coral-bgColor-muted: #3c0614;
263
+ --display-coral-borderColor-emphasis: #f7794b;
264
+ --display-coral-borderColor-muted: #58091a;
265
+ --display-coral-fgColor: #fdaa86;
266
+ --display-coral-scale-0: #351008;
267
+ --display-coral-scale-1: #51180b;
268
+ --display-coral-scale-2: #72220d;
269
+ --display-coral-scale-3: #902a0e;
270
+ --display-coral-scale-4: #b3350f;
271
+ --display-coral-scale-5: #e1430e;
272
+ --display-coral-scale-6: #f7794b;
273
+ --display-coral-scale-7: #fa8c61;
274
+ --display-coral-scale-8: #fdaa86;
275
+ --display-coral-scale-9: #ffc0a3;
276
+ --display-cyan-bgColor-emphasis: #02536f;
277
+ --display-cyan-bgColor-muted: #001f29;
278
+ --display-cyan-borderColor-emphasis: #07ace4;
279
+ --display-cyan-borderColor-muted: #002e3d;
280
+ --display-cyan-fgColor: #45cbf7;
281
+ --display-cyan-scale-0: #001f29;
282
+ --display-cyan-scale-1: #002e3d;
283
+ --display-cyan-scale-2: #014156;
284
+ --display-cyan-scale-3: #02536f;
285
+ --display-cyan-scale-4: #036a8c;
286
+ --display-cyan-scale-5: #0587b3;
287
+ --display-cyan-scale-6: #07ace4;
288
+ --display-cyan-scale-7: #09b7f1;
289
+ --display-cyan-scale-8: #45cbf7;
290
+ --display-cyan-scale-9: #80dbf9;
291
+ --display-gray-bgColor-emphasis: #474e57;
292
+ --display-gray-bgColor-muted: #1c1c1c;
293
+ --display-gray-borderColor-emphasis: #92a1b5;
294
+ --display-gray-borderColor-muted: #2a2b2d;
295
+ --display-gray-fgColor: #b3c0d1;
296
+ --display-gray-scale-0: #1c1c1c;
297
+ --display-gray-scale-1: #2a2b2d;
298
+ --display-gray-scale-2: #393d41;
299
+ --display-gray-scale-3: #474e57;
300
+ --display-gray-scale-4: #576270;
301
+ --display-gray-scale-5: #6e7f96;
302
+ --display-gray-scale-6: #92a1b5;
303
+ --display-gray-scale-7: #9babbf;
304
+ --display-gray-scale-8: #b3c0d1;
305
+ --display-gray-scale-9: #c4cfde;
306
+ --display-green-bgColor-emphasis: #285830;
307
+ --display-green-bgColor-muted: #122117;
308
+ --display-green-borderColor-emphasis: #41b445;
309
+ --display-green-borderColor-muted: #182f1f;
310
+ --display-green-fgColor: #75d36f;
311
+ --display-green-scale-0: #122117;
312
+ --display-green-scale-1: #182f1f;
313
+ --display-green-scale-2: #214529;
314
+ --display-green-scale-3: #285830;
315
+ --display-green-scale-4: #2f6f37;
316
+ --display-green-scale-5: #388f3f;
317
+ --display-green-scale-6: #41b445;
318
+ --display-green-scale-7: #46c144;
319
+ --display-green-scale-8: #75d36f;
320
+ --display-green-scale-9: #99e090;
321
+ --display-indigo-bgColor-emphasis: #3935c0;
322
+ --display-indigo-bgColor-muted: #1b183f;
323
+ --display-indigo-borderColor-emphasis: #9899ec;
324
+ --display-indigo-borderColor-muted: #25215f;
325
+ --display-indigo-fgColor: #b7baf6;
326
+ --display-indigo-scale-0: #1b183f;
327
+ --display-indigo-scale-1: #25215f;
328
+ --display-indigo-scale-2: #312c90;
329
+ --display-indigo-scale-3: #3935c0;
330
+ --display-indigo-scale-4: #514ed4;
331
+ --display-indigo-scale-5: #7070e1;
332
+ --display-indigo-scale-6: #9899ec;
333
+ --display-indigo-scale-7: #a2a5f1;
334
+ --display-indigo-scale-8: #b7baf6;
335
+ --display-indigo-scale-9: #c8cbf9;
336
+ --display-lemon-bgColor-emphasis: #614c05;
337
+ --display-lemon-bgColor-muted: #291d00;
338
+ --display-lemon-borderColor-emphasis: #ba9b12;
339
+ --display-lemon-borderColor-muted: #372901;
340
+ --display-lemon-fgColor: #d7bc1d;
341
+ --display-lemon-scale-0: #291d00;
342
+ --display-lemon-scale-1: #372901;
343
+ --display-lemon-scale-2: #4f3c02;
344
+ --display-lemon-scale-3: #614c05;
345
+ --display-lemon-scale-4: #786008;
346
+ --display-lemon-scale-5: #977b0c;
347
+ --display-lemon-scale-6: #ba9b12;
348
+ --display-lemon-scale-7: #c4a717;
349
+ --display-lemon-scale-8: #d7bc1d;
350
+ --display-lemon-scale-9: #e3d04f;
351
+ --display-lime-bgColor-emphasis: #375421;
352
+ --display-lime-bgColor-muted: #141f0f;
353
+ --display-lime-borderColor-emphasis: #7dae37;
354
+ --display-lime-borderColor-muted: #1f3116;
355
+ --display-lime-fgColor: #9fcc3e;
356
+ --display-lime-scale-0: #141f0f;
357
+ --display-lime-scale-1: #1f3116;
358
+ --display-lime-scale-2: #2c441d;
359
+ --display-lime-scale-3: #375421;
360
+ --display-lime-scale-4: #496c28;
361
+ --display-lime-scale-5: #5f892f;
362
+ --display-lime-scale-6: #7dae37;
363
+ --display-lime-scale-7: #89ba36;
364
+ --display-lime-scale-8: #9fcc3e;
365
+ --display-lime-scale-9: #bcda67;
366
+ --display-olive-bgColor-emphasis: #485219;
367
+ --display-olive-bgColor-muted: #171e0b;
368
+ --display-olive-borderColor-emphasis: #a2a626;
369
+ --display-olive-borderColor-muted: #252d10;
370
+ --display-olive-fgColor: #cbc025;
371
+ --display-olive-scale-0: #171e0b;
372
+ --display-olive-scale-1: #252d10;
373
+ --display-olive-scale-2: #374115;
374
+ --display-olive-scale-3: #485219;
375
+ --display-olive-scale-4: #5e681d;
376
+ --display-olive-scale-5: #7a8321;
377
+ --display-olive-scale-6: #a2a626;
378
+ --display-olive-scale-7: #b2af24;
379
+ --display-olive-scale-8: #cbc025;
380
+ --display-olive-scale-9: #e2d04b;
381
+ --display-orange-bgColor-emphasis: #7b3c0e;
382
+ --display-orange-bgColor-muted: #311708;
383
+ --display-orange-borderColor-emphasis: #ed8326;
384
+ --display-orange-borderColor-muted: #43200a;
385
+ --display-orange-fgColor: #f6b06a;
386
+ --display-orange-scale-0: #311708;
387
+ --display-orange-scale-1: #43200a;
388
+ --display-orange-scale-2: #632f0d;
389
+ --display-orange-scale-3: #7b3c0e;
390
+ --display-orange-scale-4: #984b10;
391
+ --display-orange-scale-5: #c46212;
392
+ --display-orange-scale-6: #ed8326;
393
+ --display-orange-scale-7: #f1933b;
394
+ --display-orange-scale-8: #f6b06a;
395
+ --display-orange-scale-9: #fac68f;
396
+ --display-pine-bgColor-emphasis: #115a3e;
397
+ --display-pine-bgColor-muted: #082119;
398
+ --display-pine-borderColor-emphasis: #1bb673;
399
+ --display-pine-borderColor-muted: #0b3224;
400
+ --display-pine-fgColor: #1bda81;
401
+ --display-pine-scale-0: #082119;
402
+ --display-pine-scale-1: #0b3224;
403
+ --display-pine-scale-2: #0e4430;
404
+ --display-pine-scale-3: #115a3e;
405
+ --display-pine-scale-4: #14714c;
406
+ --display-pine-scale-5: #18915e;
407
+ --display-pine-scale-6: #1bb673;
408
+ --display-pine-scale-7: #1ac176;
409
+ --display-pine-scale-8: #1bda81;
410
+ --display-pine-scale-9: #3eea97;
411
+ --display-pink-bgColor-emphasis: #842a5d;
412
+ --display-pink-bgColor-muted: #2d1524;
413
+ --display-pink-borderColor-emphasis: #e57bb2;
414
+ --display-pink-borderColor-muted: #451c35;
415
+ --display-pink-fgColor: #f4a9cd;
416
+ --display-pink-scale-0: #2d1524;
417
+ --display-pink-scale-1: #451c35;
418
+ --display-pink-scale-2: #65244a;
419
+ --display-pink-scale-3: #842a5d;
420
+ --display-pink-scale-4: #ac2f74;
421
+ --display-pink-scale-5: #d34591;
422
+ --display-pink-scale-6: #e57bb2;
423
+ --display-pink-scale-7: #ec8dbd;
424
+ --display-pink-scale-8: #f4a9cd;
425
+ --display-pink-scale-9: #f9bed9;
426
+ --display-plum-bgColor-emphasis: #7517ab;
427
+ --display-plum-bgColor-muted: #2a0e3f;
428
+ --display-plum-borderColor-emphasis: #d07ef7;
429
+ --display-plum-borderColor-muted: #40125e;
430
+ --display-plum-fgColor: #e4a5fd;
431
+ --display-plum-scale-0: #2a0e3f;
432
+ --display-plum-scale-1: #40125e;
433
+ --display-plum-scale-2: #5c1688;
434
+ --display-plum-scale-3: #7517ab;
435
+ --display-plum-scale-4: #9518d8;
436
+ --display-plum-scale-5: #b643ef;
437
+ --display-plum-scale-6: #d07ef7;
438
+ --display-plum-scale-7: #d889fa;
439
+ --display-plum-scale-8: #e4a5fd;
440
+ --display-plum-scale-9: #edbdff;
441
+ --display-purple-bgColor-emphasis: #5b1cca;
442
+ --display-purple-bgColor-muted: #211047;
443
+ --display-purple-borderColor-emphasis: #b687f7;
444
+ --display-purple-borderColor-muted: #31146b;
445
+ --display-purple-fgColor: #d2affd;
446
+ --display-purple-scale-0: #211047;
447
+ --display-purple-scale-1: #31146b;
448
+ --display-purple-scale-2: #481a9e;
449
+ --display-purple-scale-3: #5b1cca;
450
+ --display-purple-scale-4: #7730e8;
451
+ --display-purple-scale-5: #975bf1;
452
+ --display-purple-scale-6: #b687f7;
453
+ --display-purple-scale-7: #c398fb;
454
+ --display-purple-scale-8: #d2affd;
455
+ --display-purple-scale-9: #e1c7ff;
456
+ --display-red-bgColor-emphasis: #990f24;
457
+ --display-red-bgColor-muted: #3c0614;
458
+ --display-red-borderColor-emphasis: #f27d83;
459
+ --display-red-borderColor-muted: #58091a;
460
+ --display-red-fgColor: #f7adab;
461
+ --display-red-scale-0: #3c0614;
462
+ --display-red-scale-1: #58091a;
463
+ --display-red-scale-2: #790c20;
464
+ --display-red-scale-3: #990f24;
465
+ --display-red-scale-4: #c31328;
466
+ --display-red-scale-5: #eb3342;
467
+ --display-red-scale-6: #f27d83;
468
+ --display-red-scale-7: #f48b8d;
469
+ --display-red-scale-8: #f7adab;
470
+ --display-red-scale-9: #f9c1be;
471
+ --display-teal-bgColor-emphasis: #0c555a;
472
+ --display-teal-bgColor-muted: #041f25;
473
+ --display-teal-borderColor-emphasis: #1cb0ab;
474
+ --display-teal-borderColor-muted: #073036;
475
+ --display-teal-fgColor: #24d6c4;
476
+ --display-teal-scale-0: #041f25;
477
+ --display-teal-scale-1: #073036;
478
+ --display-teal-scale-2: #0a464d;
479
+ --display-teal-scale-3: #0c555a;
480
+ --display-teal-scale-4: #106c70;
481
+ --display-teal-scale-5: #158a8a;
482
+ --display-teal-scale-6: #1cb0ab;
483
+ --display-teal-scale-7: #1fbdb2;
484
+ --display-teal-scale-8: #24d6c4;
485
+ --display-teal-scale-9: #5fe3d1;
486
+ --display-yellow-bgColor-emphasis: #6d4403;
487
+ --display-yellow-bgColor-muted: #2e1a00;
488
+ --display-yellow-borderColor-emphasis: #d3910d;
489
+ --display-yellow-borderColor-muted: #3d2401;
490
+ --display-yellow-fgColor: #edb431;
491
+ --display-yellow-scale-0: #2e1a00;
492
+ --display-yellow-scale-1: #3d2401;
493
+ --display-yellow-scale-2: #5a3702;
494
+ --display-yellow-scale-3: #6d4403;
495
+ --display-yellow-scale-4: #895906;
496
+ --display-yellow-scale-5: #aa7109;
497
+ --display-yellow-scale-6: #d3910d;
498
+ --display-yellow-scale-7: #df9e11;
499
+ --display-yellow-scale-8: #edb431;
500
+ --display-yellow-scale-9: #f0ca6a;
501
+ --fgColor-accent: #96d0ff;
502
+ --fgColor-attention: #eac55f;
503
+ --fgColor-danger: #ffb8b0;
504
+ --fgColor-default: #f0f6fc;
505
+ --fgColor-disabled: #656c76;
506
+ --fgColor-done: #dcbdfb;
507
+ --fgColor-muted: #b7bdc8;
508
+ --fgColor-neutral: #d1d7e0;
509
+ --fgColor-severe: #ffbc6f;
510
+ --fgColor-sponsors: #ffb3d8;
511
+ --fgColor-success: #b4f1b4;
512
+ --header-bgColor: #151b23f2;
513
+ --header-borderColor-divider: #656c76;
514
+ --header-fgColor-logo: #f0f6fc;
515
+ --headerSearch-bgColor: #0d1117;
516
+ --headerSearch-borderColor: #2a313c;
517
+ --highlight-neutral-bgColor: #c6902666;
518
+ --label-auburn-bgColor-active: #543331;
519
+ --label-auburn-bgColor-hover: #3a2422;
520
+ --label-auburn-bgColor-rest: #271817;
521
+ --label-auburn-fgColor-active: #d4b7b5;
522
+ --label-auburn-fgColor-hover: #c6a19f;
523
+ --label-auburn-fgColor-rest: #bf9592;
524
+ --label-blue-bgColor-active: #00378a;
525
+ --label-blue-bgColor-hover: #002766;
526
+ --label-blue-bgColor-rest: #001a47;
527
+ --label-blue-fgColor-active: #85c2ff;
528
+ --label-blue-fgColor-hover: #61adff;
529
+ --label-blue-fgColor-rest: #4da0ff;
530
+ --label-brown-bgColor-active: #483a28;
531
+ --label-brown-bgColor-hover: #342a1d;
532
+ --label-brown-bgColor-rest: #241c14;
533
+ --label-brown-fgColor-active: #cdbb98;
534
+ --label-brown-fgColor-hover: #bfa77d;
535
+ --label-brown-fgColor-rest: #b69a6d;
536
+ --label-coral-bgColor-active: #72220d;
537
+ --label-coral-bgColor-hover: #51180b;
538
+ --label-coral-bgColor-rest: #351008;
539
+ --label-coral-fgColor-active: #fdaa86;
540
+ --label-coral-fgColor-hover: #fa8c61;
541
+ --label-coral-fgColor-rest: #f7794b;
542
+ --label-cyan-bgColor-active: #014156;
543
+ --label-cyan-bgColor-hover: #002e3d;
544
+ --label-cyan-bgColor-rest: #001f29;
545
+ --label-cyan-fgColor-active: #45cbf7;
546
+ --label-cyan-fgColor-hover: #09b7f1;
547
+ --label-cyan-fgColor-rest: #07ace4;
548
+ --label-gray-bgColor-active: #393d41;
549
+ --label-gray-bgColor-hover: #2a2b2d;
550
+ --label-gray-bgColor-rest: #1c1c1c;
551
+ --label-gray-fgColor-active: #b3c0d1;
552
+ --label-gray-fgColor-hover: #9babbf;
553
+ --label-gray-fgColor-rest: #92a1b5;
554
+ --label-green-bgColor-active: #214529;
555
+ --label-green-bgColor-hover: #182f1f;
556
+ --label-green-bgColor-rest: #122117;
557
+ --label-green-fgColor-active: #75d36f;
558
+ --label-green-fgColor-hover: #46c144;
559
+ --label-green-fgColor-rest: #41b445;
560
+ --label-indigo-bgColor-active: #312c90;
561
+ --label-indigo-bgColor-hover: #25215f;
562
+ --label-indigo-bgColor-rest: #1b183f;
563
+ --label-indigo-fgColor-active: #b7baf6;
564
+ --label-indigo-fgColor-hover: #a2a5f1;
565
+ --label-indigo-fgColor-rest: #9899ec;
566
+ --label-lemon-bgColor-active: #4f3c02;
567
+ --label-lemon-bgColor-hover: #372901;
568
+ --label-lemon-bgColor-rest: #291d00;
569
+ --label-lemon-fgColor-active: #d7bc1d;
570
+ --label-lemon-fgColor-hover: #c4a717;
571
+ --label-lemon-fgColor-rest: #ba9b12;
572
+ --label-lime-bgColor-active: #2c441d;
573
+ --label-lime-bgColor-hover: #1f3116;
574
+ --label-lime-bgColor-rest: #141f0f;
575
+ --label-lime-fgColor-active: #9fcc3e;
576
+ --label-lime-fgColor-hover: #89ba36;
577
+ --label-lime-fgColor-rest: #7dae37;
578
+ --label-olive-bgColor-active: #374115;
579
+ --label-olive-bgColor-hover: #252d10;
580
+ --label-olive-bgColor-rest: #171e0b;
581
+ --label-olive-fgColor-active: #cbc025;
582
+ --label-olive-fgColor-hover: #b2af24;
583
+ --label-olive-fgColor-rest: #a2a626;
584
+ --label-orange-bgColor-active: #632f0d;
585
+ --label-orange-bgColor-hover: #43200a;
586
+ --label-orange-bgColor-rest: #311708;
587
+ --label-orange-fgColor-active: #f6b06a;
588
+ --label-orange-fgColor-hover: #f1933b;
589
+ --label-orange-fgColor-rest: #ed8326;
590
+ --label-pine-bgColor-active: #0e4430;
591
+ --label-pine-bgColor-hover: #0b3224;
592
+ --label-pine-bgColor-rest: #082119;
593
+ --label-pine-fgColor-active: #1bda81;
594
+ --label-pine-fgColor-hover: #1ac176;
595
+ --label-pine-fgColor-rest: #1bb673;
596
+ --label-pink-bgColor-active: #65244a;
597
+ --label-pink-bgColor-hover: #451c35;
598
+ --label-pink-bgColor-rest: #2d1524;
599
+ --label-pink-fgColor-active: #f4a9cd;
600
+ --label-pink-fgColor-hover: #ec8dbd;
601
+ --label-pink-fgColor-rest: #e57bb2;
602
+ --label-plum-bgColor-active: #5c1688;
603
+ --label-plum-bgColor-hover: #40125e;
604
+ --label-plum-bgColor-rest: #2a0e3f;
605
+ --label-plum-fgColor-active: #e4a5fd;
606
+ --label-plum-fgColor-hover: #d889fa;
607
+ --label-plum-fgColor-rest: #d07ef7;
608
+ --label-purple-bgColor-active: #481a9e;
609
+ --label-purple-bgColor-hover: #31146b;
610
+ --label-purple-bgColor-rest: #211047;
611
+ --label-purple-fgColor-active: #d2affd;
612
+ --label-purple-fgColor-hover: #c398fb;
613
+ --label-purple-fgColor-rest: #b687f7;
614
+ --label-red-bgColor-active: #790c20;
615
+ --label-red-bgColor-hover: #58091a;
616
+ --label-red-bgColor-rest: #3c0614;
617
+ --label-red-fgColor-active: #f7adab;
618
+ --label-red-fgColor-hover: #f48b8d;
619
+ --label-red-fgColor-rest: #f27d83;
620
+ --label-teal-bgColor-active: #0a464d;
621
+ --label-teal-bgColor-hover: #073036;
622
+ --label-teal-bgColor-rest: #041f25;
623
+ --label-teal-fgColor-active: #24d6c4;
624
+ --label-teal-fgColor-hover: #1fbdb2;
625
+ --label-teal-fgColor-rest: #1cb0ab;
626
+ --label-yellow-bgColor-active: #5a3702;
627
+ --label-yellow-bgColor-hover: #3d2401;
628
+ --label-yellow-bgColor-rest: #2e1a00;
629
+ --label-yellow-fgColor-active: #edb431;
630
+ --label-yellow-fgColor-hover: #df9e11;
631
+ --label-yellow-fgColor-rest: #d3910d;
632
+ --menu-bgColor-active: #151b23;
633
+ --overlay-backdrop-bgColor: #9198a166;
634
+ --reactionButton-selected-bgColor-rest: #4184e433;
635
+ --reactionButton-selected-fgColor-hover: #6cb6ff;
636
+ --selectMenu-bgColor-active: #143d79;
637
+ --sideNav-bgColor-selected: #212830;
638
+ --skeletonLoader-bgColor: #2a313c;
639
+ --timelineBadge-bgColor: #212830;
640
+ --underlineNav-borderColor-active: #ec775c;
641
+ --avatar-bgColor: #cdd9e51a;
642
+ --bgColor-black: #010409;
643
+ --bgColor-closed-emphasis: var(--bgColor-danger-emphasis);
644
+ --bgColor-closed-muted: var(--bgColor-danger-muted);
645
+ --bgColor-inverse: #cdd9e5;
646
+ --bgColor-open-emphasis: var(--bgColor-success-emphasis);
647
+ --bgColor-open-muted: var(--bgColor-success-muted);
648
+ --bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
649
+ --bgColor-upsell-muted: var(--bgColor-done-muted);
650
+ --bgColor-white: #cdd9e5;
651
+ --border-accent-emphasis: 0.0625rem solid #6cb6ff;
652
+ --border-accent-muted: 0.0625rem solid #6cb6ff;
653
+ --border-attention-emphasis: 0.0625rem solid #daaa3f;
654
+ --border-attention-muted: 0.0625rem solid #daaa3f;
655
+ --border-danger-emphasis: 0.0625rem solid #ff938a;
656
+ --border-danger-muted: 0.0625rem solid #ff938a;
657
+ --border-default: 0.0625rem solid #b7bdc8;
658
+ --border-disabled: 0.0625rem solid #656c761a;
659
+ --border-done-emphasis: 0.0625rem solid #dcbdfb;
660
+ --border-done-muted: 0.0625rem solid #dcbdfb;
661
+ --border-severe-emphasis: 0.0625rem solid #f69d50;
662
+ --border-severe-muted: 0.0625rem solid #f69d50;
663
+ --border-sponsors-emphasis: 0.0625rem solid #e275ad;
664
+ --border-sponsors-muted: 0.0625rem solid #fc8dc7;
665
+ --border-success-emphasis: 0.0625rem solid #6bc46d;
666
+ --border-success-muted: 0.0625rem solid #6bc46d;
667
+ --border-transparent: 0.0625rem solid #00000000;
668
+ --borderColor-closed-emphasis: var(--borderColor-danger-emphasis);
669
+ --borderColor-closed-muted: var(--borderColor-danger-muted);
670
+ --borderColor-emphasis: var(--borderColor-default);
671
+ --borderColor-muted: var(--borderColor-default);
672
+ --borderColor-open-emphasis: var(--borderColor-success-emphasis);
673
+ --borderColor-open-muted: var(--borderColor-success-muted);
674
+ --borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
675
+ --borderColor-upsell-muted: var(--borderColor-done-muted);
676
+ --button-danger-bgColor-active: var(--bgColor-danger-emphasis);
677
+ --button-danger-bgColor-rest: var(--control-bgColor-rest);
678
+ --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
679
+ --button-danger-fgColor-disabled: #ffb8b080;
680
+ --button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
681
+ --button-default-bgColor-active: var(--control-bgColor-active);
682
+ --button-default-bgColor-hover: var(--control-bgColor-hover);
683
+ --button-default-bgColor-rest: var(--control-bgColor-rest);
684
+ --button-default-bgColor-selected: var(--control-bgColor-active);
685
+ --button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
686
+ --button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
687
+ --button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
688
+ --button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
689
+ --button-outline-bgColor-hover: var(--control-bgColor-hover);
690
+ --button-outline-fgColor-active: #cdd9e5;
691
+ --button-outline-fgColor-disabled: #96d0ff80;
692
+ --button-primary-bgColor-rest: var(--bgColor-success-emphasis);
693
+ --button-primary-borderColor-active: var(--button-primary-borderColor-rest);
694
+ --button-primary-borderColor-hover: var(--button-primary-borderColor-rest);
695
+ --button-primary-fgColor-disabled: #cdd9e566;
696
+ --buttonCounter-danger-bgColor-disabled: #9223230d;
697
+ --buttonCounter-danger-bgColor-hover: #cdd9e533;
698
+ --buttonCounter-danger-fgColor-disabled: #ffb8b080;
699
+ --buttonCounter-danger-fgColor-hover: #cdd9e5;
700
+ --buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
701
+ --buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
702
+ --buttonCounter-outline-bgColor-disabled: #1b4b910d;
703
+ --buttonCounter-outline-fgColor-disabled: #96d0ff80;
704
+ --card-bgColor: var(--bgColor-muted);
705
+ --codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
706
+ --codeMirror-bgColor: var(--bgColor-default);
707
+ --codeMirror-cursor-fgColor: var(--fgColor-default);
708
+ --codeMirror-fgColor: var(--fgColor-default);
709
+ --codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
710
+ --codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
711
+ --codeMirror-gutters-bgColor: var(--bgColor-default);
712
+ --codeMirror-lineNumber-fgColor: var(--fgColor-muted);
713
+ --codeMirror-lines-bgColor: var(--bgColor-default);
714
+ --codeMirror-matchingBracket-fgColor: var(--fgColor-default);
715
+ --color-ansi-white-bright: #cdd9e5;
716
+ --contribution-default-borderColor-1: var(--contribution-default-borderColor-0);
717
+ --contribution-default-borderColor-2: var(--contribution-default-borderColor-0);
718
+ --contribution-default-borderColor-3: var(--contribution-default-borderColor-0);
719
+ --contribution-default-borderColor-4: var(--contribution-default-borderColor-0);
720
+ --control-bgColor-disabled: var(--bgColor-disabled);
721
+ --control-bgColor-selected: var(--control-bgColor-rest);
722
+ --control-borderColor-danger: var(--borderColor-danger-emphasis);
723
+ --control-borderColor-disabled: var(--borderColor-disabled);
724
+ --control-borderColor-rest: var(--borderColor-default);
725
+ --control-borderColor-success: var(--borderColor-success-emphasis);
726
+ --control-borderColor-warning: var(--borderColor-attention-emphasis);
727
+ --control-checked-bgColor-disabled: var(--fgColor-disabled);
728
+ --control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
729
+ --control-checked-fgColor-disabled: #010409;
730
+ --control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
731
+ --control-danger-fgColor-rest: var(--fgColor-danger);
732
+ --control-fgColor-disabled: var(--fgColor-disabled);
733
+ --control-fgColor-rest: var(--fgColor-default);
734
+ --control-iconColor-rest: var(--fgColor-muted);
735
+ --control-transparent-bgColor-disabled: var(--bgColor-disabled);
736
+ --control-transparent-borderColor-active: var(--borderColor-default);
737
+ --control-transparent-borderColor-hover: var(--borderColor-default);
738
+ --controlKnob-bgColor-checked: #cdd9e5;
739
+ --controlKnob-bgColor-rest: var(--bgColor-inset);
740
+ --controlTrack-bgColor-disabled: var(--fgColor-disabled);
741
+ --controlTrack-borderColor-disabled: var(--fgColor-disabled);
742
+ --controlTrack-fgColor-rest: var(--fgColor-muted);
743
+ --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
744
+ --counter-bgColor-muted: var(--bgColor-neutral-muted);
745
+ --counter-borderColor: var(--borderColor-default);
746
+ --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
747
+ --diffBlob-additionLine-fgColor: var(--fgColor-default);
748
+ --diffBlob-additionNum-fgColor: var(--fgColor-default);
749
+ --diffBlob-additionWord-fgColor: var(--fgColor-default);
750
+ --diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
751
+ --diffBlob-deletionLine-fgColor: var(--fgColor-default);
752
+ --diffBlob-deletionNum-fgColor: var(--fgColor-default);
753
+ --diffBlob-deletionWord-fgColor: var(--fgColor-default);
754
+ --diffBlob-emptyLine-bgColor: var(--bgColor-muted);
755
+ --diffBlob-emptyNum-bgColor: var(--bgColor-muted);
756
+ --diffBlob-expander-iconColor: var(--fgColor-muted);
757
+ --diffBlob-hunkLine-bgColor: var(--bgColor-accent-muted);
758
+ --diffBlob-hunkLine-fgColor: var(--fgColor-muted);
759
+ --diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
760
+ --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
761
+ --fgColor-black: #010409;
762
+ --fgColor-closed: var(--fgColor-danger);
763
+ --fgColor-link: var(--fgColor-accent);
764
+ --fgColor-onInverse: #010409;
765
+ --fgColor-open: var(--fgColor-success);
766
+ --fgColor-upsell: var(--fgColor-done);
767
+ --fgColor-white: #cdd9e5;
768
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
769
+ --header-fgColor-default: #cdd9e5b3;
770
+ --overlay-bgColor: #010409;
771
+ --overlay-borderColor: var(--borderColor-default);
772
+ --page-header-bgColor: var(--bgColor-default);
773
+ --selectMenu-borderColor: var(--borderColor-default);
774
+ --selection-bgColor: #1b4b91b3;
775
+ --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
776
+ --shadow-inset: inset 0px 1px 0px 0px #0104093d;
777
+ --shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
778
+ --shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
779
+ --shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
780
+ --topicTag-borderColor: var(--borderColor-accent-emphasis);
781
+ --treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
782
+ --underlineNav-iconColor-rest: var(--fgColor-muted);
783
+ --avatar-borderColor: var(--borderColor-emphasis);
784
+ --border-closed-emphasis: var(--border-danger-emphasis);
785
+ --border-closed-muted: var(--border-danger-muted);
786
+ --border-emphasis: 0.0625rem solid #b7bdc8;
787
+ --border-muted: 0.0625rem solid #b7bdc8;
788
+ --border-open-emphasis: var(--border-success-emphasis);
789
+ --border-open-muted: var(--border-success-muted);
790
+ --border-upsell-emphasis: 0.0625rem solid #dcbdfb;
791
+ --border-upsell-muted: 0.0625rem solid #dcbdfb;
792
+ --borderColor-neutral-emphasis: var(--borderColor-emphasis);
793
+ --borderColor-neutral-muted: var(--borderColor-muted);
794
+ --button-danger-bgColor-disabled: var(--control-bgColor-disabled);
795
+ --button-danger-borderColor-rest: var(--control-borderColor-rest);
796
+ --button-default-bgColor-disabled: var(--control-bgColor-disabled);
797
+ --button-default-borderColor-disabled: var(--control-borderColor-disabled);
798
+ --button-default-borderColor-rest: var(--control-borderColor-rest);
799
+ --button-default-fgColor-rest: var(--control-fgColor-rest);
800
+ --button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
801
+ --button-invisible-fgColor-active: var(--control-fgColor-rest);
802
+ --button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
803
+ --button-invisible-fgColor-hover: var(--control-fgColor-rest);
804
+ --button-invisible-fgColor-rest: var(--control-fgColor-rest);
805
+ --button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
806
+ --button-outline-bgColor-disabled: var(--control-bgColor-disabled);
807
+ --control-borderColor-emphasis: var(--borderColor-emphasis);
808
+ --control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
809
+ --controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
810
+ --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
811
+ --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
812
+ --controlTrack-borderColor-rest: var(--borderColor-emphasis);
813
+ --focus-outline: 2px solid #6cb6ff;
814
+ --reactionButton-selected-fgColor-rest: var(--fgColor-link);
815
+ --shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
816
+ --shadow-floating-medium: 0px 0px 0px 1px #b7bdc8, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
817
+ --shadow-floating-small: 0px 0px 0px 1px #b7bdc8, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
818
+ --shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
819
+ --tooltip-bgColor: var(--bgColor-inverse);
820
+ --tooltip-fgColor: var(--fgColor-onInverse);
821
+ --border-neutral-emphasis: 0.0625rem solid #b7bdc8;
822
+ --border-neutral-muted: 0.0625rem solid #b7bdc8;
823
+ --button-default-borderColor-active: var(--button-default-borderColor-rest);
824
+ --button-default-borderColor-hover: var(--button-default-borderColor-rest);
825
+ --controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
826
+ --underlineNav-borderColor-hover: var(--borderColor-neutral-muted);
827
+ --button-outline-borderColor-hover: var(--button-default-borderColor-hover);
828
+ --button-outline-borderColor-active: var(--button-outline-borderColor-hover);
829
+ }
830
+ @media (prefers-color-scheme: dark) {
831
+ [data-color-mode][data-color-mode="auto"][data-dark-theme="dark_dimmed_high_contrast"],
832
+ [data-color-mode][data-color-mode="auto"][data-dark-theme="dark_dimmed_high_contrast"] ::backdrop {
833
+ --button-danger-fgColor-active: #ffffff;
834
+ --button-danger-fgColor-hover: #ffffff;
835
+ --button-danger-iconColor-hover: #ffffff;
836
+ --button-primary-bgColor-disabled: #105823;
837
+ --button-primary-borderColor-disabled: #105823;
838
+ --button-primary-fgColor-rest: #ffffff;
839
+ --button-primary-iconColor-rest: #ffffff;
840
+ --color-ansi-cyan: #39c5cf;
841
+ --color-ansi-cyan-bright: #56d4dd;
842
+ --control-checked-bgColor-active: #3c79d0;
843
+ --control-checked-bgColor-hover: #2b64c1;
844
+ --control-danger-bgColor-active: #c51120;
845
+ --fgColor-onEmphasis: #ffffff;
846
+ --reactionButton-selected-bgColor-hover: #3a8cfd5c;
847
+ --avatar-shadow: 0px 0px 0px 2px #0d1117;
848
+ --avatarStack-fade-bgColor-default: #3d444d;
849
+ --avatarStack-fade-bgColor-muted: #2a313c;
850
+ --bgColor-accent-emphasis: #1b4b91;
851
+ --bgColor-accent-muted: #4184e41a;
852
+ --bgColor-attention-emphasis: #6c4400;
853
+ --bgColor-attention-muted: #ae7c1426;
854
+ --bgColor-danger-emphasis: #922323;
855
+ --bgColor-danger-muted: #e5534b1a;
856
+ --bgColor-default: #212830;
857
+ --bgColor-disabled: #2a313c;
858
+ --bgColor-done-emphasis: #5936a2;
859
+ --bgColor-done-muted: #986ee226;
860
+ --bgColor-emphasis: #3d444d;
861
+ --bgColor-inset: #151b23;
862
+ --bgColor-muted: #262c36;
863
+ --bgColor-neutral-emphasis: #3d444d;
864
+ --bgColor-neutral-muted: #656c7633;
865
+ --bgColor-severe-emphasis: #7f3913;
866
+ --bgColor-severe-muted: #cc6b2c1a;
867
+ --bgColor-sponsors-emphasis: #7e325a;
868
+ --bgColor-sponsors-muted: #c961981a;
869
+ --bgColor-success-emphasis: #245829;
870
+ --bgColor-success-muted: #46954a26;
871
+ --bgColor-transparent: #00000000;
872
+ --borderColor-accent-emphasis: #6cb6ff;
873
+ --borderColor-accent-muted: #6cb6ff;
874
+ --borderColor-attention-emphasis: #daaa3f;
875
+ --borderColor-attention-muted: #daaa3f;
876
+ --borderColor-danger-emphasis: #ff938a;
877
+ --borderColor-danger-muted: #ff938a;
878
+ --borderColor-default: #b7bdc8;
879
+ --borderColor-disabled: #656c761a;
880
+ --borderColor-done-emphasis: #dcbdfb;
881
+ --borderColor-done-muted: #dcbdfb;
882
+ --borderColor-severe-emphasis: #f69d50;
883
+ --borderColor-severe-muted: #f69d50;
884
+ --borderColor-sponsors-emphasis: #e275ad;
885
+ --borderColor-sponsors-muted: #fc8dc7;
886
+ --borderColor-success-emphasis: #6bc46d;
887
+ --borderColor-success-muted: #6bc46d;
888
+ --borderColor-translucent: #9198a1;
889
+ --borderColor-transparent: #00000000;
890
+ --button-danger-bgColor-hover: #922323;
891
+ --button-danger-borderColor-hover: #ffb8b0;
892
+ --button-danger-fgColor-rest: #ffb8b0;
893
+ --button-danger-shadow-selected: 0px 0px 0px 0px #000000;
894
+ --button-default-shadow-resting: 0px 0px 0px 0px #000000;
895
+ --button-inactive-bgColor: #262c36;
896
+ --button-inactive-fgColor: #9198a1;
897
+ --button-invisible-bgColor-disabled: #00000000;
898
+ --button-invisible-borderColor-disabled: #00000000;
899
+ --button-invisible-iconColor-hover: #d1d7e0;
900
+ --button-invisible-iconColor-rest: #d1d7e0;
901
+ --button-outline-bgColor-active: #1b4b91;
902
+ --button-outline-bgColor-rest: #f0f6fc;
903
+ --button-outline-fgColor-hover: #539bf5;
904
+ --button-outline-fgColor-rest: #4184e4;
905
+ --button-outline-shadow-selected: 0px 0px 0px 0px #000000;
906
+ --button-primary-bgColor-active: #347d39;
907
+ --button-primary-bgColor-hover: #2b6a30;
908
+ --button-primary-borderColor-rest: #6bc46d;
909
+ --button-primary-shadow-selected: 0px 0px 0px 0px #000000;
910
+ --button-star-iconColor: #daaa3f;
911
+ --buttonCounter-danger-bgColor-rest: #5d0f1233;
912
+ --buttonCounter-default-bgColor-rest: #2f3742;
913
+ --buttonCounter-outline-bgColor-hover: #0f2d5c33;
914
+ --buttonCounter-outline-bgColor-rest: #0f2d5c33;
915
+ --buttonCounter-outline-fgColor-hover: #539bf5;
916
+ --buttonCounter-outline-fgColor-rest: #4184e4;
917
+ --buttonCounter-primary-bgColor-rest: #11341733;
918
+ --codeMirror-selection-bgColor: #4184e466;
919
+ --codeMirror-syntax-fgColor-comment: #656c76;
920
+ --codeMirror-syntax-fgColor-constant: #6cb6ff;
921
+ --codeMirror-syntax-fgColor-entity: #dcbdfb;
922
+ --codeMirror-syntax-fgColor-keyword: #f47067;
923
+ --codeMirror-syntax-fgColor-storage: #f47067;
924
+ --codeMirror-syntax-fgColor-string: #96d0ff;
925
+ --codeMirror-syntax-fgColor-support: #6cb6ff;
926
+ --codeMirror-syntax-fgColor-variable: #f69d50;
927
+ --color-ansi-black: #2f3742;
928
+ --color-ansi-black-bright: #656c76;
929
+ --color-ansi-blue: #539bf5;
930
+ --color-ansi-blue-bright: #6cb6ff;
931
+ --color-ansi-gray: #656c76;
932
+ --color-ansi-green: #57ab5a;
933
+ --color-ansi-green-bright: #6bc46d;
934
+ --color-ansi-magenta: #b083f0;
935
+ --color-ansi-magenta-bright: #dcbdfb;
936
+ --color-ansi-red: #f47067;
937
+ --color-ansi-red-bright: #ff938a;
938
+ --color-ansi-white: #f0f6fc;
939
+ --color-ansi-yellow: #c69026;
940
+ --color-ansi-yellow-bright: #daaa3f;
941
+ --color-prettylights-syntax-brackethighlighter-angle: #9198a1;
942
+ --color-prettylights-syntax-brackethighlighter-unmatched: #e5534b;
943
+ --color-prettylights-syntax-carriage-return-bg: #ad2e2c;
944
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
945
+ --color-prettylights-syntax-comment: #9198a1;
946
+ --color-prettylights-syntax-constant: #6cb6ff;
947
+ --color-prettylights-syntax-constant-other-reference-link: #96d0ff;
948
+ --color-prettylights-syntax-entity: #dcbdfb;
949
+ --color-prettylights-syntax-entity-tag: #8ddb8c;
950
+ --color-prettylights-syntax-invalid-illegal-bg: #922323;
951
+ --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
952
+ --color-prettylights-syntax-keyword: #f47067;
953
+ --color-prettylights-syntax-markup-bold: #f0f6fc;
954
+ --color-prettylights-syntax-markup-changed-bg: #682d0f;
955
+ --color-prettylights-syntax-markup-changed-text: #ffddb0;
956
+ --color-prettylights-syntax-markup-deleted-bg: #78191b;
957
+ --color-prettylights-syntax-markup-deleted-text: #ffd8d3;
958
+ --color-prettylights-syntax-markup-heading: #316dca;
959
+ --color-prettylights-syntax-markup-ignored-bg: #255ab2;
960
+ --color-prettylights-syntax-markup-ignored-text: #f0f6fc;
961
+ --color-prettylights-syntax-markup-inserted-bg: #1b4721;
962
+ --color-prettylights-syntax-markup-inserted-text: #b4f1b4;
963
+ --color-prettylights-syntax-markup-italic: #f0f6fc;
964
+ --color-prettylights-syntax-markup-list: #eac55f;
965
+ --color-prettylights-syntax-meta-diff-range: #dcbdfb;
966
+ --color-prettylights-syntax-storage-modifier-import: #f0f6fc;
967
+ --color-prettylights-syntax-string: #96d0ff;
968
+ --color-prettylights-syntax-string-regexp: #8ddb8c;
969
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
970
+ --color-prettylights-syntax-variable: #f69d50;
971
+ --contribution-default-bgColor-0: #151b23;
972
+ --contribution-default-bgColor-1: #1b4721;
973
+ --contribution-default-bgColor-2: #2b6a30;
974
+ --contribution-default-bgColor-3: #46954a;
975
+ --contribution-default-bgColor-4: #6bc46d;
976
+ --contribution-default-borderColor-0: #0104090d;
977
+ --contribution-halloween-bgColor-1: #fac68f;
978
+ --contribution-halloween-bgColor-2: #c46212;
979
+ --contribution-halloween-bgColor-3: #984b10;
980
+ --contribution-halloween-bgColor-4: #e3d04f;
981
+ --contribution-winter-bgColor-1: #143d79;
982
+ --contribution-winter-bgColor-2: #255ab2;
983
+ --contribution-winter-bgColor-3: #539bf5;
984
+ --contribution-winter-bgColor-4: #c6e6ff;
985
+ --control-bgColor-active: #2f3742;
986
+ --control-bgColor-hover: #2a313c;
987
+ --control-bgColor-rest: #262c36;
988
+ --control-borderColor-selected: #f0f6fc;
989
+ --control-checked-borderColor-active: #6cb6ff;
990
+ --control-checked-borderColor-hover: #6cb6ff;
991
+ --control-checked-borderColor-rest: #6cb6ff;
992
+ --control-checked-fgColor-rest: var(--fgColor-onEmphasis);
993
+ --control-danger-fgColor-hover: var(--fgColor-onEmphasis);
994
+ --control-fgColor-placeholder: #b7bdc8;
995
+ --control-transparent-bgColor-active: #3d444d;
996
+ --control-transparent-bgColor-hover: #2f3742;
997
+ --control-transparent-bgColor-rest: #00000000;
998
+ --control-transparent-bgColor-selected: #2f3742;
999
+ --control-transparent-borderColor-rest: #00000000;
1000
+ --controlTrack-bgColor-active: #3d444d;
1001
+ --controlTrack-bgColor-hover: #2f3742;
1002
+ --controlTrack-bgColor-rest: #2a313c;
1003
+ --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1004
+ --data-auburn-color-emphasis: #a86f6b;
1005
+ --data-auburn-color-muted: #271817;
1006
+ --data-blue-color-emphasis: #0576ff;
1007
+ --data-blue-color-muted: #001a47;
1008
+ --data-brown-color-emphasis: #94774c;
1009
+ --data-brown-color-muted: #241c14;
1010
+ --data-coral-color-emphasis: #e1430e;
1011
+ --data-coral-color-muted: #351008;
1012
+ --data-gray-color-emphasis: #576270;
1013
+ --data-gray-color-muted: #1c1c1c;
1014
+ --data-green-color-emphasis: #2f6f37;
1015
+ --data-green-color-muted: #122117;
1016
+ --data-lemon-color-emphasis: #977b0c;
1017
+ --data-lemon-color-muted: #291d00;
1018
+ --data-lime-color-emphasis: #5f892f;
1019
+ --data-lime-color-muted: #141f0f;
1020
+ --data-olive-color-emphasis: #7a8321;
1021
+ --data-olive-color-muted: #171e0b;
1022
+ --data-orange-color-emphasis: #984b10;
1023
+ --data-orange-color-muted: #311708;
1024
+ --data-pine-color-emphasis: #18915e;
1025
+ --data-pine-color-muted: #082119;
1026
+ --data-pink-color-emphasis: #d34591;
1027
+ --data-pink-color-muted: #2d1524;
1028
+ --data-plum-color-emphasis: #b643ef;
1029
+ --data-plum-color-muted: #2a0e3f;
1030
+ --data-purple-color-emphasis: #975bf1;
1031
+ --data-purple-color-muted: #211047;
1032
+ --data-red-color-emphasis: #eb3342;
1033
+ --data-red-color-muted: #3c0614;
1034
+ --data-teal-color-emphasis: #106c70;
1035
+ --data-teal-color-muted: #041f25;
1036
+ --data-yellow-color-emphasis: #895906;
1037
+ --data-yellow-color-muted: #2e1a00;
1038
+ --diffBlob-additionNum-bgColor: #57ab5a4d;
1039
+ --diffBlob-additionWord-bgColor: #46954a66;
1040
+ --diffBlob-deletionNum-bgColor: #e5534b4d;
1041
+ --diffBlob-deletionWord-bgColor: #e5534b66;
1042
+ --diffBlob-hunkNum-bgColor-rest: #143d79;
1043
+ --diffBlob-hunkNum-fgColor-hover: var(--fgColor-onEmphasis);
1044
+ --display-auburn-bgColor-emphasis: #6d4340;
1045
+ --display-auburn-bgColor-muted: #271817;
1046
+ --display-auburn-borderColor-emphasis: #bf9592;
1047
+ --display-auburn-borderColor-muted: #3a2422;
1048
+ --display-auburn-fgColor: #d4b7b5;
1049
+ --display-auburn-scale-0: #271817;
1050
+ --display-auburn-scale-1: #3a2422;
1051
+ --display-auburn-scale-2: #543331;
1052
+ --display-auburn-scale-3: #6d4340;
1053
+ --display-auburn-scale-4: #87534f;
1054
+ --display-auburn-scale-5: #a86f6b;
1055
+ --display-auburn-scale-6: #bf9592;
1056
+ --display-auburn-scale-7: #c6a19f;
1057
+ --display-auburn-scale-8: #d4b7b5;
1058
+ --display-auburn-scale-9: #dfcac8;
1059
+ --display-blue-bgColor-emphasis: #0046a8;
1060
+ --display-blue-bgColor-muted: #001a47;
1061
+ --display-blue-borderColor-emphasis: #4da0ff;
1062
+ --display-blue-borderColor-muted: #002766;
1063
+ --display-blue-fgColor: #85c2ff;
1064
+ --display-blue-scale-0: #001a47;
1065
+ --display-blue-scale-1: #002766;
1066
+ --display-blue-scale-2: #00378a;
1067
+ --display-blue-scale-3: #0046a8;
1068
+ --display-blue-scale-4: #005bd1;
1069
+ --display-blue-scale-5: #0576ff;
1070
+ --display-blue-scale-6: #4da0ff;
1071
+ --display-blue-scale-7: #61adff;
1072
+ --display-blue-scale-8: #85c2ff;
1073
+ --display-blue-scale-9: #a3d3ff;
1074
+ --display-brown-bgColor-emphasis: #5d4a32;
1075
+ --display-brown-bgColor-muted: #241c14;
1076
+ --display-brown-borderColor-emphasis: #b69a6d;
1077
+ --display-brown-borderColor-muted: #342a1d;
1078
+ --display-brown-fgColor: #cdbb98;
1079
+ --display-brown-scale-0: #241c14;
1080
+ --display-brown-scale-1: #342a1d;
1081
+ --display-brown-scale-2: #483a28;
1082
+ --display-brown-scale-3: #5d4a32;
1083
+ --display-brown-scale-4: #755e3e;
1084
+ --display-brown-scale-5: #94774c;
1085
+ --display-brown-scale-6: #b69a6d;
1086
+ --display-brown-scale-7: #bfa77d;
1087
+ --display-brown-scale-8: #cdbb98;
1088
+ --display-brown-scale-9: #dbceb3;
1089
+ --display-coral-bgColor-emphasis: #902a0e;
1090
+ --display-coral-bgColor-muted: #3c0614;
1091
+ --display-coral-borderColor-emphasis: #f7794b;
1092
+ --display-coral-borderColor-muted: #58091a;
1093
+ --display-coral-fgColor: #fdaa86;
1094
+ --display-coral-scale-0: #351008;
1095
+ --display-coral-scale-1: #51180b;
1096
+ --display-coral-scale-2: #72220d;
1097
+ --display-coral-scale-3: #902a0e;
1098
+ --display-coral-scale-4: #b3350f;
1099
+ --display-coral-scale-5: #e1430e;
1100
+ --display-coral-scale-6: #f7794b;
1101
+ --display-coral-scale-7: #fa8c61;
1102
+ --display-coral-scale-8: #fdaa86;
1103
+ --display-coral-scale-9: #ffc0a3;
1104
+ --display-cyan-bgColor-emphasis: #02536f;
1105
+ --display-cyan-bgColor-muted: #001f29;
1106
+ --display-cyan-borderColor-emphasis: #07ace4;
1107
+ --display-cyan-borderColor-muted: #002e3d;
1108
+ --display-cyan-fgColor: #45cbf7;
1109
+ --display-cyan-scale-0: #001f29;
1110
+ --display-cyan-scale-1: #002e3d;
1111
+ --display-cyan-scale-2: #014156;
1112
+ --display-cyan-scale-3: #02536f;
1113
+ --display-cyan-scale-4: #036a8c;
1114
+ --display-cyan-scale-5: #0587b3;
1115
+ --display-cyan-scale-6: #07ace4;
1116
+ --display-cyan-scale-7: #09b7f1;
1117
+ --display-cyan-scale-8: #45cbf7;
1118
+ --display-cyan-scale-9: #80dbf9;
1119
+ --display-gray-bgColor-emphasis: #474e57;
1120
+ --display-gray-bgColor-muted: #1c1c1c;
1121
+ --display-gray-borderColor-emphasis: #92a1b5;
1122
+ --display-gray-borderColor-muted: #2a2b2d;
1123
+ --display-gray-fgColor: #b3c0d1;
1124
+ --display-gray-scale-0: #1c1c1c;
1125
+ --display-gray-scale-1: #2a2b2d;
1126
+ --display-gray-scale-2: #393d41;
1127
+ --display-gray-scale-3: #474e57;
1128
+ --display-gray-scale-4: #576270;
1129
+ --display-gray-scale-5: #6e7f96;
1130
+ --display-gray-scale-6: #92a1b5;
1131
+ --display-gray-scale-7: #9babbf;
1132
+ --display-gray-scale-8: #b3c0d1;
1133
+ --display-gray-scale-9: #c4cfde;
1134
+ --display-green-bgColor-emphasis: #285830;
1135
+ --display-green-bgColor-muted: #122117;
1136
+ --display-green-borderColor-emphasis: #41b445;
1137
+ --display-green-borderColor-muted: #182f1f;
1138
+ --display-green-fgColor: #75d36f;
1139
+ --display-green-scale-0: #122117;
1140
+ --display-green-scale-1: #182f1f;
1141
+ --display-green-scale-2: #214529;
1142
+ --display-green-scale-3: #285830;
1143
+ --display-green-scale-4: #2f6f37;
1144
+ --display-green-scale-5: #388f3f;
1145
+ --display-green-scale-6: #41b445;
1146
+ --display-green-scale-7: #46c144;
1147
+ --display-green-scale-8: #75d36f;
1148
+ --display-green-scale-9: #99e090;
1149
+ --display-indigo-bgColor-emphasis: #3935c0;
1150
+ --display-indigo-bgColor-muted: #1b183f;
1151
+ --display-indigo-borderColor-emphasis: #9899ec;
1152
+ --display-indigo-borderColor-muted: #25215f;
1153
+ --display-indigo-fgColor: #b7baf6;
1154
+ --display-indigo-scale-0: #1b183f;
1155
+ --display-indigo-scale-1: #25215f;
1156
+ --display-indigo-scale-2: #312c90;
1157
+ --display-indigo-scale-3: #3935c0;
1158
+ --display-indigo-scale-4: #514ed4;
1159
+ --display-indigo-scale-5: #7070e1;
1160
+ --display-indigo-scale-6: #9899ec;
1161
+ --display-indigo-scale-7: #a2a5f1;
1162
+ --display-indigo-scale-8: #b7baf6;
1163
+ --display-indigo-scale-9: #c8cbf9;
1164
+ --display-lemon-bgColor-emphasis: #614c05;
1165
+ --display-lemon-bgColor-muted: #291d00;
1166
+ --display-lemon-borderColor-emphasis: #ba9b12;
1167
+ --display-lemon-borderColor-muted: #372901;
1168
+ --display-lemon-fgColor: #d7bc1d;
1169
+ --display-lemon-scale-0: #291d00;
1170
+ --display-lemon-scale-1: #372901;
1171
+ --display-lemon-scale-2: #4f3c02;
1172
+ --display-lemon-scale-3: #614c05;
1173
+ --display-lemon-scale-4: #786008;
1174
+ --display-lemon-scale-5: #977b0c;
1175
+ --display-lemon-scale-6: #ba9b12;
1176
+ --display-lemon-scale-7: #c4a717;
1177
+ --display-lemon-scale-8: #d7bc1d;
1178
+ --display-lemon-scale-9: #e3d04f;
1179
+ --display-lime-bgColor-emphasis: #375421;
1180
+ --display-lime-bgColor-muted: #141f0f;
1181
+ --display-lime-borderColor-emphasis: #7dae37;
1182
+ --display-lime-borderColor-muted: #1f3116;
1183
+ --display-lime-fgColor: #9fcc3e;
1184
+ --display-lime-scale-0: #141f0f;
1185
+ --display-lime-scale-1: #1f3116;
1186
+ --display-lime-scale-2: #2c441d;
1187
+ --display-lime-scale-3: #375421;
1188
+ --display-lime-scale-4: #496c28;
1189
+ --display-lime-scale-5: #5f892f;
1190
+ --display-lime-scale-6: #7dae37;
1191
+ --display-lime-scale-7: #89ba36;
1192
+ --display-lime-scale-8: #9fcc3e;
1193
+ --display-lime-scale-9: #bcda67;
1194
+ --display-olive-bgColor-emphasis: #485219;
1195
+ --display-olive-bgColor-muted: #171e0b;
1196
+ --display-olive-borderColor-emphasis: #a2a626;
1197
+ --display-olive-borderColor-muted: #252d10;
1198
+ --display-olive-fgColor: #cbc025;
1199
+ --display-olive-scale-0: #171e0b;
1200
+ --display-olive-scale-1: #252d10;
1201
+ --display-olive-scale-2: #374115;
1202
+ --display-olive-scale-3: #485219;
1203
+ --display-olive-scale-4: #5e681d;
1204
+ --display-olive-scale-5: #7a8321;
1205
+ --display-olive-scale-6: #a2a626;
1206
+ --display-olive-scale-7: #b2af24;
1207
+ --display-olive-scale-8: #cbc025;
1208
+ --display-olive-scale-9: #e2d04b;
1209
+ --display-orange-bgColor-emphasis: #7b3c0e;
1210
+ --display-orange-bgColor-muted: #311708;
1211
+ --display-orange-borderColor-emphasis: #ed8326;
1212
+ --display-orange-borderColor-muted: #43200a;
1213
+ --display-orange-fgColor: #f6b06a;
1214
+ --display-orange-scale-0: #311708;
1215
+ --display-orange-scale-1: #43200a;
1216
+ --display-orange-scale-2: #632f0d;
1217
+ --display-orange-scale-3: #7b3c0e;
1218
+ --display-orange-scale-4: #984b10;
1219
+ --display-orange-scale-5: #c46212;
1220
+ --display-orange-scale-6: #ed8326;
1221
+ --display-orange-scale-7: #f1933b;
1222
+ --display-orange-scale-8: #f6b06a;
1223
+ --display-orange-scale-9: #fac68f;
1224
+ --display-pine-bgColor-emphasis: #115a3e;
1225
+ --display-pine-bgColor-muted: #082119;
1226
+ --display-pine-borderColor-emphasis: #1bb673;
1227
+ --display-pine-borderColor-muted: #0b3224;
1228
+ --display-pine-fgColor: #1bda81;
1229
+ --display-pine-scale-0: #082119;
1230
+ --display-pine-scale-1: #0b3224;
1231
+ --display-pine-scale-2: #0e4430;
1232
+ --display-pine-scale-3: #115a3e;
1233
+ --display-pine-scale-4: #14714c;
1234
+ --display-pine-scale-5: #18915e;
1235
+ --display-pine-scale-6: #1bb673;
1236
+ --display-pine-scale-7: #1ac176;
1237
+ --display-pine-scale-8: #1bda81;
1238
+ --display-pine-scale-9: #3eea97;
1239
+ --display-pink-bgColor-emphasis: #842a5d;
1240
+ --display-pink-bgColor-muted: #2d1524;
1241
+ --display-pink-borderColor-emphasis: #e57bb2;
1242
+ --display-pink-borderColor-muted: #451c35;
1243
+ --display-pink-fgColor: #f4a9cd;
1244
+ --display-pink-scale-0: #2d1524;
1245
+ --display-pink-scale-1: #451c35;
1246
+ --display-pink-scale-2: #65244a;
1247
+ --display-pink-scale-3: #842a5d;
1248
+ --display-pink-scale-4: #ac2f74;
1249
+ --display-pink-scale-5: #d34591;
1250
+ --display-pink-scale-6: #e57bb2;
1251
+ --display-pink-scale-7: #ec8dbd;
1252
+ --display-pink-scale-8: #f4a9cd;
1253
+ --display-pink-scale-9: #f9bed9;
1254
+ --display-plum-bgColor-emphasis: #7517ab;
1255
+ --display-plum-bgColor-muted: #2a0e3f;
1256
+ --display-plum-borderColor-emphasis: #d07ef7;
1257
+ --display-plum-borderColor-muted: #40125e;
1258
+ --display-plum-fgColor: #e4a5fd;
1259
+ --display-plum-scale-0: #2a0e3f;
1260
+ --display-plum-scale-1: #40125e;
1261
+ --display-plum-scale-2: #5c1688;
1262
+ --display-plum-scale-3: #7517ab;
1263
+ --display-plum-scale-4: #9518d8;
1264
+ --display-plum-scale-5: #b643ef;
1265
+ --display-plum-scale-6: #d07ef7;
1266
+ --display-plum-scale-7: #d889fa;
1267
+ --display-plum-scale-8: #e4a5fd;
1268
+ --display-plum-scale-9: #edbdff;
1269
+ --display-purple-bgColor-emphasis: #5b1cca;
1270
+ --display-purple-bgColor-muted: #211047;
1271
+ --display-purple-borderColor-emphasis: #b687f7;
1272
+ --display-purple-borderColor-muted: #31146b;
1273
+ --display-purple-fgColor: #d2affd;
1274
+ --display-purple-scale-0: #211047;
1275
+ --display-purple-scale-1: #31146b;
1276
+ --display-purple-scale-2: #481a9e;
1277
+ --display-purple-scale-3: #5b1cca;
1278
+ --display-purple-scale-4: #7730e8;
1279
+ --display-purple-scale-5: #975bf1;
1280
+ --display-purple-scale-6: #b687f7;
1281
+ --display-purple-scale-7: #c398fb;
1282
+ --display-purple-scale-8: #d2affd;
1283
+ --display-purple-scale-9: #e1c7ff;
1284
+ --display-red-bgColor-emphasis: #990f24;
1285
+ --display-red-bgColor-muted: #3c0614;
1286
+ --display-red-borderColor-emphasis: #f27d83;
1287
+ --display-red-borderColor-muted: #58091a;
1288
+ --display-red-fgColor: #f7adab;
1289
+ --display-red-scale-0: #3c0614;
1290
+ --display-red-scale-1: #58091a;
1291
+ --display-red-scale-2: #790c20;
1292
+ --display-red-scale-3: #990f24;
1293
+ --display-red-scale-4: #c31328;
1294
+ --display-red-scale-5: #eb3342;
1295
+ --display-red-scale-6: #f27d83;
1296
+ --display-red-scale-7: #f48b8d;
1297
+ --display-red-scale-8: #f7adab;
1298
+ --display-red-scale-9: #f9c1be;
1299
+ --display-teal-bgColor-emphasis: #0c555a;
1300
+ --display-teal-bgColor-muted: #041f25;
1301
+ --display-teal-borderColor-emphasis: #1cb0ab;
1302
+ --display-teal-borderColor-muted: #073036;
1303
+ --display-teal-fgColor: #24d6c4;
1304
+ --display-teal-scale-0: #041f25;
1305
+ --display-teal-scale-1: #073036;
1306
+ --display-teal-scale-2: #0a464d;
1307
+ --display-teal-scale-3: #0c555a;
1308
+ --display-teal-scale-4: #106c70;
1309
+ --display-teal-scale-5: #158a8a;
1310
+ --display-teal-scale-6: #1cb0ab;
1311
+ --display-teal-scale-7: #1fbdb2;
1312
+ --display-teal-scale-8: #24d6c4;
1313
+ --display-teal-scale-9: #5fe3d1;
1314
+ --display-yellow-bgColor-emphasis: #6d4403;
1315
+ --display-yellow-bgColor-muted: #2e1a00;
1316
+ --display-yellow-borderColor-emphasis: #d3910d;
1317
+ --display-yellow-borderColor-muted: #3d2401;
1318
+ --display-yellow-fgColor: #edb431;
1319
+ --display-yellow-scale-0: #2e1a00;
1320
+ --display-yellow-scale-1: #3d2401;
1321
+ --display-yellow-scale-2: #5a3702;
1322
+ --display-yellow-scale-3: #6d4403;
1323
+ --display-yellow-scale-4: #895906;
1324
+ --display-yellow-scale-5: #aa7109;
1325
+ --display-yellow-scale-6: #d3910d;
1326
+ --display-yellow-scale-7: #df9e11;
1327
+ --display-yellow-scale-8: #edb431;
1328
+ --display-yellow-scale-9: #f0ca6a;
1329
+ --fgColor-accent: #96d0ff;
1330
+ --fgColor-attention: #eac55f;
1331
+ --fgColor-danger: #ffb8b0;
1332
+ --fgColor-default: #f0f6fc;
1333
+ --fgColor-disabled: #656c76;
1334
+ --fgColor-done: #dcbdfb;
1335
+ --fgColor-muted: #b7bdc8;
1336
+ --fgColor-neutral: #d1d7e0;
1337
+ --fgColor-severe: #ffbc6f;
1338
+ --fgColor-sponsors: #ffb3d8;
1339
+ --fgColor-success: #b4f1b4;
1340
+ --header-bgColor: #151b23f2;
1341
+ --header-borderColor-divider: #656c76;
1342
+ --header-fgColor-logo: #f0f6fc;
1343
+ --headerSearch-bgColor: #0d1117;
1344
+ --headerSearch-borderColor: #2a313c;
1345
+ --highlight-neutral-bgColor: #c6902666;
1346
+ --label-auburn-bgColor-active: #543331;
1347
+ --label-auburn-bgColor-hover: #3a2422;
1348
+ --label-auburn-bgColor-rest: #271817;
1349
+ --label-auburn-fgColor-active: #d4b7b5;
1350
+ --label-auburn-fgColor-hover: #c6a19f;
1351
+ --label-auburn-fgColor-rest: #bf9592;
1352
+ --label-blue-bgColor-active: #00378a;
1353
+ --label-blue-bgColor-hover: #002766;
1354
+ --label-blue-bgColor-rest: #001a47;
1355
+ --label-blue-fgColor-active: #85c2ff;
1356
+ --label-blue-fgColor-hover: #61adff;
1357
+ --label-blue-fgColor-rest: #4da0ff;
1358
+ --label-brown-bgColor-active: #483a28;
1359
+ --label-brown-bgColor-hover: #342a1d;
1360
+ --label-brown-bgColor-rest: #241c14;
1361
+ --label-brown-fgColor-active: #cdbb98;
1362
+ --label-brown-fgColor-hover: #bfa77d;
1363
+ --label-brown-fgColor-rest: #b69a6d;
1364
+ --label-coral-bgColor-active: #72220d;
1365
+ --label-coral-bgColor-hover: #51180b;
1366
+ --label-coral-bgColor-rest: #351008;
1367
+ --label-coral-fgColor-active: #fdaa86;
1368
+ --label-coral-fgColor-hover: #fa8c61;
1369
+ --label-coral-fgColor-rest: #f7794b;
1370
+ --label-cyan-bgColor-active: #014156;
1371
+ --label-cyan-bgColor-hover: #002e3d;
1372
+ --label-cyan-bgColor-rest: #001f29;
1373
+ --label-cyan-fgColor-active: #45cbf7;
1374
+ --label-cyan-fgColor-hover: #09b7f1;
1375
+ --label-cyan-fgColor-rest: #07ace4;
1376
+ --label-gray-bgColor-active: #393d41;
1377
+ --label-gray-bgColor-hover: #2a2b2d;
1378
+ --label-gray-bgColor-rest: #1c1c1c;
1379
+ --label-gray-fgColor-active: #b3c0d1;
1380
+ --label-gray-fgColor-hover: #9babbf;
1381
+ --label-gray-fgColor-rest: #92a1b5;
1382
+ --label-green-bgColor-active: #214529;
1383
+ --label-green-bgColor-hover: #182f1f;
1384
+ --label-green-bgColor-rest: #122117;
1385
+ --label-green-fgColor-active: #75d36f;
1386
+ --label-green-fgColor-hover: #46c144;
1387
+ --label-green-fgColor-rest: #41b445;
1388
+ --label-indigo-bgColor-active: #312c90;
1389
+ --label-indigo-bgColor-hover: #25215f;
1390
+ --label-indigo-bgColor-rest: #1b183f;
1391
+ --label-indigo-fgColor-active: #b7baf6;
1392
+ --label-indigo-fgColor-hover: #a2a5f1;
1393
+ --label-indigo-fgColor-rest: #9899ec;
1394
+ --label-lemon-bgColor-active: #4f3c02;
1395
+ --label-lemon-bgColor-hover: #372901;
1396
+ --label-lemon-bgColor-rest: #291d00;
1397
+ --label-lemon-fgColor-active: #d7bc1d;
1398
+ --label-lemon-fgColor-hover: #c4a717;
1399
+ --label-lemon-fgColor-rest: #ba9b12;
1400
+ --label-lime-bgColor-active: #2c441d;
1401
+ --label-lime-bgColor-hover: #1f3116;
1402
+ --label-lime-bgColor-rest: #141f0f;
1403
+ --label-lime-fgColor-active: #9fcc3e;
1404
+ --label-lime-fgColor-hover: #89ba36;
1405
+ --label-lime-fgColor-rest: #7dae37;
1406
+ --label-olive-bgColor-active: #374115;
1407
+ --label-olive-bgColor-hover: #252d10;
1408
+ --label-olive-bgColor-rest: #171e0b;
1409
+ --label-olive-fgColor-active: #cbc025;
1410
+ --label-olive-fgColor-hover: #b2af24;
1411
+ --label-olive-fgColor-rest: #a2a626;
1412
+ --label-orange-bgColor-active: #632f0d;
1413
+ --label-orange-bgColor-hover: #43200a;
1414
+ --label-orange-bgColor-rest: #311708;
1415
+ --label-orange-fgColor-active: #f6b06a;
1416
+ --label-orange-fgColor-hover: #f1933b;
1417
+ --label-orange-fgColor-rest: #ed8326;
1418
+ --label-pine-bgColor-active: #0e4430;
1419
+ --label-pine-bgColor-hover: #0b3224;
1420
+ --label-pine-bgColor-rest: #082119;
1421
+ --label-pine-fgColor-active: #1bda81;
1422
+ --label-pine-fgColor-hover: #1ac176;
1423
+ --label-pine-fgColor-rest: #1bb673;
1424
+ --label-pink-bgColor-active: #65244a;
1425
+ --label-pink-bgColor-hover: #451c35;
1426
+ --label-pink-bgColor-rest: #2d1524;
1427
+ --label-pink-fgColor-active: #f4a9cd;
1428
+ --label-pink-fgColor-hover: #ec8dbd;
1429
+ --label-pink-fgColor-rest: #e57bb2;
1430
+ --label-plum-bgColor-active: #5c1688;
1431
+ --label-plum-bgColor-hover: #40125e;
1432
+ --label-plum-bgColor-rest: #2a0e3f;
1433
+ --label-plum-fgColor-active: #e4a5fd;
1434
+ --label-plum-fgColor-hover: #d889fa;
1435
+ --label-plum-fgColor-rest: #d07ef7;
1436
+ --label-purple-bgColor-active: #481a9e;
1437
+ --label-purple-bgColor-hover: #31146b;
1438
+ --label-purple-bgColor-rest: #211047;
1439
+ --label-purple-fgColor-active: #d2affd;
1440
+ --label-purple-fgColor-hover: #c398fb;
1441
+ --label-purple-fgColor-rest: #b687f7;
1442
+ --label-red-bgColor-active: #790c20;
1443
+ --label-red-bgColor-hover: #58091a;
1444
+ --label-red-bgColor-rest: #3c0614;
1445
+ --label-red-fgColor-active: #f7adab;
1446
+ --label-red-fgColor-hover: #f48b8d;
1447
+ --label-red-fgColor-rest: #f27d83;
1448
+ --label-teal-bgColor-active: #0a464d;
1449
+ --label-teal-bgColor-hover: #073036;
1450
+ --label-teal-bgColor-rest: #041f25;
1451
+ --label-teal-fgColor-active: #24d6c4;
1452
+ --label-teal-fgColor-hover: #1fbdb2;
1453
+ --label-teal-fgColor-rest: #1cb0ab;
1454
+ --label-yellow-bgColor-active: #5a3702;
1455
+ --label-yellow-bgColor-hover: #3d2401;
1456
+ --label-yellow-bgColor-rest: #2e1a00;
1457
+ --label-yellow-fgColor-active: #edb431;
1458
+ --label-yellow-fgColor-hover: #df9e11;
1459
+ --label-yellow-fgColor-rest: #d3910d;
1460
+ --menu-bgColor-active: #151b23;
1461
+ --overlay-backdrop-bgColor: #9198a166;
1462
+ --reactionButton-selected-bgColor-rest: #4184e433;
1463
+ --reactionButton-selected-fgColor-hover: #6cb6ff;
1464
+ --selectMenu-bgColor-active: #143d79;
1465
+ --sideNav-bgColor-selected: #212830;
1466
+ --skeletonLoader-bgColor: #2a313c;
1467
+ --timelineBadge-bgColor: #212830;
1468
+ --underlineNav-borderColor-active: #ec775c;
1469
+ --avatar-bgColor: #cdd9e51a;
1470
+ --bgColor-black: #010409;
1471
+ --bgColor-closed-emphasis: var(--bgColor-danger-emphasis);
1472
+ --bgColor-closed-muted: var(--bgColor-danger-muted);
1473
+ --bgColor-inverse: #cdd9e5;
1474
+ --bgColor-open-emphasis: var(--bgColor-success-emphasis);
1475
+ --bgColor-open-muted: var(--bgColor-success-muted);
1476
+ --bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
1477
+ --bgColor-upsell-muted: var(--bgColor-done-muted);
1478
+ --bgColor-white: #cdd9e5;
1479
+ --border-accent-emphasis: 0.0625rem solid #6cb6ff;
1480
+ --border-accent-muted: 0.0625rem solid #6cb6ff;
1481
+ --border-attention-emphasis: 0.0625rem solid #daaa3f;
1482
+ --border-attention-muted: 0.0625rem solid #daaa3f;
1483
+ --border-danger-emphasis: 0.0625rem solid #ff938a;
1484
+ --border-danger-muted: 0.0625rem solid #ff938a;
1485
+ --border-default: 0.0625rem solid #b7bdc8;
1486
+ --border-disabled: 0.0625rem solid #656c761a;
1487
+ --border-done-emphasis: 0.0625rem solid #dcbdfb;
1488
+ --border-done-muted: 0.0625rem solid #dcbdfb;
1489
+ --border-severe-emphasis: 0.0625rem solid #f69d50;
1490
+ --border-severe-muted: 0.0625rem solid #f69d50;
1491
+ --border-sponsors-emphasis: 0.0625rem solid #e275ad;
1492
+ --border-sponsors-muted: 0.0625rem solid #fc8dc7;
1493
+ --border-success-emphasis: 0.0625rem solid #6bc46d;
1494
+ --border-success-muted: 0.0625rem solid #6bc46d;
1495
+ --border-transparent: 0.0625rem solid #00000000;
1496
+ --borderColor-closed-emphasis: var(--borderColor-danger-emphasis);
1497
+ --borderColor-closed-muted: var(--borderColor-danger-muted);
1498
+ --borderColor-emphasis: var(--borderColor-default);
1499
+ --borderColor-muted: var(--borderColor-default);
1500
+ --borderColor-open-emphasis: var(--borderColor-success-emphasis);
1501
+ --borderColor-open-muted: var(--borderColor-success-muted);
1502
+ --borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
1503
+ --borderColor-upsell-muted: var(--borderColor-done-muted);
1504
+ --button-danger-bgColor-active: var(--bgColor-danger-emphasis);
1505
+ --button-danger-bgColor-rest: var(--control-bgColor-rest);
1506
+ --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
1507
+ --button-danger-fgColor-disabled: #ffb8b080;
1508
+ --button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
1509
+ --button-default-bgColor-active: var(--control-bgColor-active);
1510
+ --button-default-bgColor-hover: var(--control-bgColor-hover);
1511
+ --button-default-bgColor-rest: var(--control-bgColor-rest);
1512
+ --button-default-bgColor-selected: var(--control-bgColor-active);
1513
+ --button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
1514
+ --button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
1515
+ --button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
1516
+ --button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
1517
+ --button-outline-bgColor-hover: var(--control-bgColor-hover);
1518
+ --button-outline-fgColor-active: #cdd9e5;
1519
+ --button-outline-fgColor-disabled: #96d0ff80;
1520
+ --button-primary-bgColor-rest: var(--bgColor-success-emphasis);
1521
+ --button-primary-borderColor-active: var(--button-primary-borderColor-rest);
1522
+ --button-primary-borderColor-hover: var(--button-primary-borderColor-rest);
1523
+ --button-primary-fgColor-disabled: #cdd9e566;
1524
+ --buttonCounter-danger-bgColor-disabled: #9223230d;
1525
+ --buttonCounter-danger-bgColor-hover: #cdd9e533;
1526
+ --buttonCounter-danger-fgColor-disabled: #ffb8b080;
1527
+ --buttonCounter-danger-fgColor-hover: #cdd9e5;
1528
+ --buttonCounter-danger-fgColor-rest: var(--fgColor-danger);
1529
+ --buttonCounter-invisible-bgColor-rest: var(--bgColor-neutral-muted);
1530
+ --buttonCounter-outline-bgColor-disabled: #1b4b910d;
1531
+ --buttonCounter-outline-fgColor-disabled: #96d0ff80;
1532
+ --card-bgColor: var(--bgColor-muted);
1533
+ --codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
1534
+ --codeMirror-bgColor: var(--bgColor-default);
1535
+ --codeMirror-cursor-fgColor: var(--fgColor-default);
1536
+ --codeMirror-fgColor: var(--fgColor-default);
1537
+ --codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
1538
+ --codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
1539
+ --codeMirror-gutters-bgColor: var(--bgColor-default);
1540
+ --codeMirror-lineNumber-fgColor: var(--fgColor-muted);
1541
+ --codeMirror-lines-bgColor: var(--bgColor-default);
1542
+ --codeMirror-matchingBracket-fgColor: var(--fgColor-default);
1543
+ --color-ansi-white-bright: #cdd9e5;
1544
+ --contribution-default-borderColor-1: var(--contribution-default-borderColor-0);
1545
+ --contribution-default-borderColor-2: var(--contribution-default-borderColor-0);
1546
+ --contribution-default-borderColor-3: var(--contribution-default-borderColor-0);
1547
+ --contribution-default-borderColor-4: var(--contribution-default-borderColor-0);
1548
+ --control-bgColor-disabled: var(--bgColor-disabled);
1549
+ --control-bgColor-selected: var(--control-bgColor-rest);
1550
+ --control-borderColor-danger: var(--borderColor-danger-emphasis);
1551
+ --control-borderColor-disabled: var(--borderColor-disabled);
1552
+ --control-borderColor-rest: var(--borderColor-default);
1553
+ --control-borderColor-success: var(--borderColor-success-emphasis);
1554
+ --control-borderColor-warning: var(--borderColor-attention-emphasis);
1555
+ --control-checked-bgColor-disabled: var(--fgColor-disabled);
1556
+ --control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
1557
+ --control-checked-fgColor-disabled: #010409;
1558
+ --control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
1559
+ --control-danger-fgColor-rest: var(--fgColor-danger);
1560
+ --control-fgColor-disabled: var(--fgColor-disabled);
1561
+ --control-fgColor-rest: var(--fgColor-default);
1562
+ --control-iconColor-rest: var(--fgColor-muted);
1563
+ --control-transparent-bgColor-disabled: var(--bgColor-disabled);
1564
+ --control-transparent-borderColor-active: var(--borderColor-default);
1565
+ --control-transparent-borderColor-hover: var(--borderColor-default);
1566
+ --controlKnob-bgColor-checked: #cdd9e5;
1567
+ --controlKnob-bgColor-rest: var(--bgColor-inset);
1568
+ --controlTrack-bgColor-disabled: var(--fgColor-disabled);
1569
+ --controlTrack-borderColor-disabled: var(--fgColor-disabled);
1570
+ --controlTrack-fgColor-rest: var(--fgColor-muted);
1571
+ --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
1572
+ --counter-bgColor-muted: var(--bgColor-neutral-muted);
1573
+ --counter-borderColor: var(--borderColor-default);
1574
+ --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
1575
+ --diffBlob-additionLine-fgColor: var(--fgColor-default);
1576
+ --diffBlob-additionNum-fgColor: var(--fgColor-default);
1577
+ --diffBlob-additionWord-fgColor: var(--fgColor-default);
1578
+ --diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
1579
+ --diffBlob-deletionLine-fgColor: var(--fgColor-default);
1580
+ --diffBlob-deletionNum-fgColor: var(--fgColor-default);
1581
+ --diffBlob-deletionWord-fgColor: var(--fgColor-default);
1582
+ --diffBlob-emptyLine-bgColor: var(--bgColor-muted);
1583
+ --diffBlob-emptyNum-bgColor: var(--bgColor-muted);
1584
+ --diffBlob-expander-iconColor: var(--fgColor-muted);
1585
+ --diffBlob-hunkLine-bgColor: var(--bgColor-accent-muted);
1586
+ --diffBlob-hunkLine-fgColor: var(--fgColor-muted);
1587
+ --diffBlob-hunkNum-bgColor-hover: var(--bgColor-accent-emphasis);
1588
+ --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1589
+ --fgColor-black: #010409;
1590
+ --fgColor-closed: var(--fgColor-danger);
1591
+ --fgColor-link: var(--fgColor-accent);
1592
+ --fgColor-onInverse: #010409;
1593
+ --fgColor-open: var(--fgColor-success);
1594
+ --fgColor-upsell: var(--fgColor-done);
1595
+ --fgColor-white: #cdd9e5;
1596
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
1597
+ --header-fgColor-default: #cdd9e5b3;
1598
+ --overlay-bgColor: #010409;
1599
+ --overlay-borderColor: var(--borderColor-default);
1600
+ --page-header-bgColor: var(--bgColor-default);
1601
+ --selectMenu-borderColor: var(--borderColor-default);
1602
+ --selection-bgColor: #1b4b91b3;
1603
+ --shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
1604
+ --shadow-inset: inset 0px 1px 0px 0px #0104093d;
1605
+ --shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
1606
+ --shadow-resting-small: 0px 1px 1px 0px #01040999, 0px 1px 3px 0px #01040999;
1607
+ --shadow-resting-xsmall: 0px 1px 1px 0px #010409cc;
1608
+ --topicTag-borderColor: var(--borderColor-accent-emphasis);
1609
+ --treeViewItem-leadingVisual-iconColor-rest: var(--fgColor-muted);
1610
+ --underlineNav-iconColor-rest: var(--fgColor-muted);
1611
+ --avatar-borderColor: var(--borderColor-emphasis);
1612
+ --border-closed-emphasis: var(--border-danger-emphasis);
1613
+ --border-closed-muted: var(--border-danger-muted);
1614
+ --border-emphasis: 0.0625rem solid #b7bdc8;
1615
+ --border-muted: 0.0625rem solid #b7bdc8;
1616
+ --border-open-emphasis: var(--border-success-emphasis);
1617
+ --border-open-muted: var(--border-success-muted);
1618
+ --border-upsell-emphasis: 0.0625rem solid #dcbdfb;
1619
+ --border-upsell-muted: 0.0625rem solid #dcbdfb;
1620
+ --borderColor-neutral-emphasis: var(--borderColor-emphasis);
1621
+ --borderColor-neutral-muted: var(--borderColor-muted);
1622
+ --button-danger-bgColor-disabled: var(--control-bgColor-disabled);
1623
+ --button-danger-borderColor-rest: var(--control-borderColor-rest);
1624
+ --button-default-bgColor-disabled: var(--control-bgColor-disabled);
1625
+ --button-default-borderColor-disabled: var(--control-borderColor-disabled);
1626
+ --button-default-borderColor-rest: var(--control-borderColor-rest);
1627
+ --button-default-fgColor-rest: var(--control-fgColor-rest);
1628
+ --button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
1629
+ --button-invisible-fgColor-active: var(--control-fgColor-rest);
1630
+ --button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
1631
+ --button-invisible-fgColor-hover: var(--control-fgColor-rest);
1632
+ --button-invisible-fgColor-rest: var(--control-fgColor-rest);
1633
+ --button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
1634
+ --button-outline-bgColor-disabled: var(--control-bgColor-disabled);
1635
+ --control-borderColor-emphasis: var(--borderColor-emphasis);
1636
+ --control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
1637
+ --controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
1638
+ --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
1639
+ --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1640
+ --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1641
+ --focus-outline: 2px solid #6cb6ff;
1642
+ --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1643
+ --shadow-floating-large: 0px 0px 0px 1px #b7bdc8, 0px 24px 48px 0px #010409;
1644
+ --shadow-floating-medium: 0px 0px 0px 1px #b7bdc8, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
1645
+ --shadow-floating-small: 0px 0px 0px 1px #b7bdc8, 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
1646
+ --shadow-floating-xlarge: 0px 0px 0px 1px #b7bdc8, 0px 32px 64px 0px #010409;
1647
+ --tooltip-bgColor: var(--bgColor-inverse);
1648
+ --tooltip-fgColor: var(--fgColor-onInverse);
1649
+ --border-neutral-emphasis: 0.0625rem solid #b7bdc8;
1650
+ --border-neutral-muted: 0.0625rem solid #b7bdc8;
1651
+ --button-default-borderColor-active: var(--button-default-borderColor-rest);
1652
+ --button-default-borderColor-hover: var(--button-default-borderColor-rest);
1653
+ --controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
1654
+ --underlineNav-borderColor-hover: var(--borderColor-neutral-muted);
1655
+ --button-outline-borderColor-hover: var(--button-default-borderColor-hover);
1656
+ --button-outline-borderColor-active: var(--button-outline-borderColor-hover);
1657
+ }
1658
+ }