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