@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="light"][data-light-theme="light_tritanopia_high_contrast"],
2
+ [data-color-mode="light"][data-light-theme="light_tritanopia_high_contrast"] ::backdrop,
3
+ [data-color-mode="auto"][data-light-theme="light_tritanopia_high_contrast"],
4
+ [data-color-mode="auto"][data-light-theme="light_tritanopia_high_contrast"] ::backdrop {
5
+ --button-outline-bgColor-active: #033f9d;
6
+ --button-primary-bgColor-active: #075fc8;
7
+ --button-primary-bgColor-disabled: #92caff;
8
+ --button-primary-bgColor-hover: #0864d1;
9
+ --color-ansi-cyan: #1b7c83;
10
+ --color-ansi-cyan-bright: #3192aa;
11
+ --control-checked-bgColor-active: #033f9d;
12
+ --control-checked-bgColor-hover: #0344a8;
13
+ --control-checked-borderColor-active: #033f9d;
14
+ --control-checked-borderColor-hover: #0344a8;
15
+ --control-danger-bgColor-active: #8c0b1d;
16
+ --reactionButton-selected-bgColor-hover: #caecff;
17
+ --avatarStack-fade-bgColor-default: #c8d1da;
18
+ --avatarStack-fade-bgColor-muted: #dae0e7;
19
+ --bgColor-accent-emphasis: #0349b4;
20
+ --bgColor-accent-muted: #dff7ff;
21
+ --bgColor-attention-emphasis: #744500;
22
+ --bgColor-attention-muted: #fcf7be;
23
+ --bgColor-danger-emphasis: #a0111f;
24
+ --bgColor-danger-muted: #fff0ee;
25
+ --bgColor-disabled: #e0e6eb;
26
+ --bgColor-done-emphasis: #622cbc;
27
+ --bgColor-done-muted: #faf0fe;
28
+ --bgColor-emphasis: #25292e;
29
+ --bgColor-inset: #eff2f5;
30
+ --bgColor-inverse: #25292e;
31
+ --bgColor-muted: #e6eaef;
32
+ --bgColor-neutral-emphasis: #454c54;
33
+ --bgColor-neutral-muted: #e0e6eb;
34
+ --bgColor-open-emphasis: #a0111f;
35
+ --bgColor-open-muted: #fff0ee;
36
+ --bgColor-severe-emphasis: #a0111f;
37
+ --bgColor-severe-muted: #fff0ee;
38
+ --bgColor-sponsors-emphasis: #971368;
39
+ --bgColor-sponsors-muted: #feeff7;
40
+ --bgColor-success-emphasis: #0349b4;
41
+ --bgColor-success-muted: #dff7ff;
42
+ --bgColor-transparent: #ffffff00;
43
+ --borderColor-accent-emphasis: #0349b4;
44
+ --borderColor-accent-muted: #368cf9;
45
+ --borderColor-attention-emphasis: #744500;
46
+ --borderColor-attention-muted: #b58407;
47
+ --borderColor-danger-emphasis: #a0111f;
48
+ --borderColor-danger-muted: #ee5a5d;
49
+ --borderColor-default: #454c54;
50
+ --borderColor-disabled: #59636e1f;
51
+ --borderColor-done-emphasis: #622cbc;
52
+ --borderColor-done-muted: #a371f7;
53
+ --borderColor-neutral-emphasis: #59636e;
54
+ --borderColor-open-emphasis: #a0111f;
55
+ --borderColor-open-muted: #ee5a5d;
56
+ --borderColor-severe-emphasis: #a0111f;
57
+ --borderColor-severe-muted: #ee5a5d;
58
+ --borderColor-sponsors-emphasis: #971368;
59
+ --borderColor-sponsors-muted: #ed4baf;
60
+ --borderColor-success-emphasis: #0349b4;
61
+ --borderColor-success-muted: #368cf9;
62
+ --borderColor-translucent: #59636e;
63
+ --borderColor-transparent: #ffffff00;
64
+ --button-danger-bgColor-active: #86061d;
65
+ --button-danger-borderColor-hover: #6e011a;
66
+ --button-danger-shadow-selected: inset 0px 1px 0px 0px #43001133;
67
+ --button-inactive-bgColor: #e6eaef;
68
+ --button-inactive-fgColor: #454c54;
69
+ --button-invisible-bgColor-disabled: #ffffff00;
70
+ --button-invisible-borderColor-disabled: #ffffff00;
71
+ --button-invisible-fgColor-hover: #393f46;
72
+ --button-invisible-iconColor-hover: #393f46;
73
+ --button-outline-borderColor-hover: #022f7a;
74
+ --button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
75
+ --button-primary-borderColor-disabled: var(--button-primary-bgColor-disabled);
76
+ --button-primary-borderColor-rest: #022f7a;
77
+ --button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
78
+ --button-star-iconColor: #d5a824;
79
+ --buttonCounter-default-bgColor-rest: #c8d1da;
80
+ --buttonCounter-outline-fgColor-rest: #023b95;
81
+ --buttonCounter-primary-bgColor-rest: #00230b33;
82
+ --codeMirror-syntax-fgColor-constant: #023b95;
83
+ --codeMirror-syntax-fgColor-entity: #622cbc;
84
+ --codeMirror-syntax-fgColor-keyword: #a0111f;
85
+ --codeMirror-syntax-fgColor-storage: #a0111f;
86
+ --codeMirror-syntax-fgColor-string: #032563;
87
+ --codeMirror-syntax-fgColor-support: #023b95;
88
+ --codeMirror-syntax-fgColor-variable: #86061d;
89
+ --color-ansi-black-bright: #393f46;
90
+ --color-ansi-blue: #0349b4;
91
+ --color-ansi-blue-bright: #1168e3;
92
+ --color-ansi-gray: #59636e;
93
+ --color-ansi-green: #023b95;
94
+ --color-ansi-green-bright: #0349b4;
95
+ --color-ansi-magenta: #622cbc;
96
+ --color-ansi-magenta-bright: #844ae7;
97
+ --color-ansi-red: #a0111f;
98
+ --color-ansi-red-bright: #86061d;
99
+ --color-ansi-white: #59636e;
100
+ --color-ansi-white-bright: #818b98;
101
+ --color-ansi-yellow: #3f2200;
102
+ --color-ansi-yellow-bright: #4e2c00;
103
+ --color-prettylights-syntax-brackethighlighter-angle: #59636e;
104
+ --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
105
+ --color-prettylights-syntax-carriage-return-bg: #a0111f;
106
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
107
+ --color-prettylights-syntax-comment: #59636e;
108
+ --color-prettylights-syntax-constant: #023b95;
109
+ --color-prettylights-syntax-constant-other-reference-link: #032563;
110
+ --color-prettylights-syntax-entity: #512598;
111
+ --color-prettylights-syntax-entity-tag: #023b95;
112
+ --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
113
+ --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
114
+ --color-prettylights-syntax-keyword: #a0111f;
115
+ --color-prettylights-syntax-markup-changed-bg: #ffc1bc;
116
+ --color-prettylights-syntax-markup-changed-text: #86061d;
117
+ --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
118
+ --color-prettylights-syntax-markup-deleted-text: #6e011a;
119
+ --color-prettylights-syntax-markup-heading: #023b95;
120
+ --color-prettylights-syntax-markup-ignored-bg: #023b95;
121
+ --color-prettylights-syntax-markup-ignored-text: #d1d9e0;
122
+ --color-prettylights-syntax-markup-inserted-bg: #dff7ff;
123
+ --color-prettylights-syntax-markup-inserted-text: #023b95;
124
+ --color-prettylights-syntax-markup-list: #2e1800;
125
+ --color-prettylights-syntax-meta-diff-range: #622cbc;
126
+ --color-prettylights-syntax-string: #032563;
127
+ --color-prettylights-syntax-string-regexp: #023b95;
128
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
129
+ --color-prettylights-syntax-variable: #86061d;
130
+ --contribution-default-bgColor-1: #82e596;
131
+ --contribution-default-bgColor-2: #26a148;
132
+ --contribution-default-bgColor-3: #117f32;
133
+ --contribution-default-bgColor-4: #024c1a;
134
+ --contribution-default-borderColor-0: #010409;
135
+ --contribution-halloween-bgColor-1: #f0db3d;
136
+ --contribution-halloween-bgColor-2: #ffd642;
137
+ --contribution-halloween-bgColor-3: #f68c41;
138
+ --contribution-halloween-bgColor-4: #010409;
139
+ --contribution-winter-bgColor-1: #9cd7ff;
140
+ --contribution-winter-bgColor-2: #368cf9;
141
+ --contribution-winter-bgColor-3: #0349b4;
142
+ --contribution-winter-bgColor-4: #032563;
143
+ --control-bgColor-active: #d1d9e0;
144
+ --control-bgColor-hover: #dae0e7;
145
+ --control-bgColor-rest: #e0e6eb;
146
+ --control-fgColor-placeholder: #454c54;
147
+ --control-fgColor-rest: #25292e;
148
+ --control-transparent-bgColor-active: #d1d9e0;
149
+ --control-transparent-bgColor-hover: #dae0e7;
150
+ --control-transparent-bgColor-rest: #ffffff00;
151
+ --control-transparent-bgColor-selected: #dae0e7;
152
+ --control-transparent-borderColor-rest: #ffffff00;
153
+ --controlTrack-bgColor-active: #c8d1da;
154
+ --controlTrack-bgColor-hover: #d1d9e0;
155
+ --controlTrack-bgColor-rest: #dae0e7;
156
+ --controlTrack-fgColor-rest: #59636e;
157
+ --data-auburn-color-emphasis: #9d615c;
158
+ --data-auburn-color-muted: #f2e9e9;
159
+ --data-blue-color-emphasis: #006edb;
160
+ --data-blue-color-muted: #d1f0ff;
161
+ --data-brown-color-emphasis: #856d4c;
162
+ --data-brown-color-muted: #eeeae2;
163
+ --data-coral-color-emphasis: #d43511;
164
+ --data-coral-color-muted: #ffe5db;
165
+ --data-gray-color-emphasis: #808fa3;
166
+ --data-gray-color-muted: #e8ecf2;
167
+ --data-green-color-emphasis: #30a147;
168
+ --data-green-color-muted: #caf7ca;
169
+ --data-lemon-color-emphasis: #866e04;
170
+ --data-lemon-color-muted: #f7eea1;
171
+ --data-lime-color-emphasis: #527a29;
172
+ --data-lime-color-muted: #e3f2b5;
173
+ --data-olive-color-emphasis: #64762d;
174
+ --data-olive-color-muted: #f0f0ad;
175
+ --data-orange-color-emphasis: #eb670f;
176
+ --data-orange-color-muted: #ffe7d1;
177
+ --data-pine-color-emphasis: #167e53;
178
+ --data-pine-color-muted: #bff8db;
179
+ --data-pink-color-emphasis: #ce2c85;
180
+ --data-pink-color-muted: #ffe5f1;
181
+ --data-plum-color-emphasis: #a830e8;
182
+ --data-plum-color-muted: #f8e5ff;
183
+ --data-purple-color-emphasis: #894ceb;
184
+ --data-purple-color-muted: #f1e5ff;
185
+ --data-red-color-emphasis: #df0c24;
186
+ --data-red-color-muted: #ffe2e0;
187
+ --data-teal-color-emphasis: #179b9b;
188
+ --data-teal-color-muted: #c7f5ef;
189
+ --data-yellow-color-emphasis: #b88700;
190
+ --data-yellow-color-muted: #ffec9e;
191
+ --diffBlob-additionNum-bgColor: #9cd7ff;
192
+ --diffBlob-additionWord-bgColor: #0349b4;
193
+ --diffBlob-deletionNum-bgColor: #ffc1bc;
194
+ --diffBlob-deletionWord-bgColor: #a0111f;
195
+ --diffBlob-hunkLine-bgColor: #f6f8fa;
196
+ --diffBlob-hunkNum-bgColor-hover: #c8d1da;
197
+ --diffBlob-hunkNum-bgColor-rest: #e6eaef;
198
+ --display-auburn-bgColor-emphasis: #744744;
199
+ --display-auburn-bgColor-muted: #f2e9e9;
200
+ --display-auburn-borderColor-emphasis: #8a5551;
201
+ --display-auburn-borderColor-muted: #e6d6d5;
202
+ --display-auburn-fgColor: #5d3937;
203
+ --display-auburn-scale-0: #f2e9e9;
204
+ --display-auburn-scale-1: #e6d6d5;
205
+ --display-auburn-scale-2: #d4b7b5;
206
+ --display-auburn-scale-3: #c59e9b;
207
+ --display-auburn-scale-4: #b4827e;
208
+ --display-auburn-scale-5: #9d615c;
209
+ --display-auburn-scale-6: #8a5551;
210
+ --display-auburn-scale-7: #744744;
211
+ --display-auburn-scale-8: #5d3937;
212
+ --display-auburn-scale-9: #432928;
213
+ --display-blue-bgColor-emphasis: #004db3;
214
+ --display-blue-bgColor-muted: #d1f0ff;
215
+ --display-blue-borderColor-emphasis: #005fcc;
216
+ --display-blue-borderColor-muted: #ade1ff;
217
+ --display-blue-fgColor: #003d99;
218
+ --display-blue-scale-0: #d1f0ff;
219
+ --display-blue-scale-1: #ade1ff;
220
+ --display-blue-scale-2: #75c8ff;
221
+ --display-blue-scale-3: #47afff;
222
+ --display-blue-scale-4: #0f8fff;
223
+ --display-blue-scale-5: #006edb;
224
+ --display-blue-scale-6: #005fcc;
225
+ --display-blue-scale-7: #004db3;
226
+ --display-blue-scale-8: #003d99;
227
+ --display-blue-scale-9: #002b75;
228
+ --display-brown-bgColor-emphasis: #64513a;
229
+ --display-brown-bgColor-muted: #eeeae2;
230
+ --display-brown-borderColor-emphasis: #755f43;
231
+ --display-brown-borderColor-muted: #dfd7c8;
232
+ --display-brown-fgColor: #51412f;
233
+ --display-brown-scale-0: #eeeae2;
234
+ --display-brown-scale-1: #dfd7c8;
235
+ --display-brown-scale-2: #cbbda4;
236
+ --display-brown-scale-3: #b8a484;
237
+ --display-brown-scale-4: #a68b64;
238
+ --display-brown-scale-5: #856d4c;
239
+ --display-brown-scale-6: #755f43;
240
+ --display-brown-scale-7: #64513a;
241
+ --display-brown-scale-8: #51412f;
242
+ --display-brown-scale-9: #3a2e22;
243
+ --display-coral-bgColor-emphasis: #9b2712;
244
+ --display-coral-bgColor-muted: #ffe5db;
245
+ --display-coral-borderColor-emphasis: #ba2e12;
246
+ --display-coral-borderColor-muted: #fecebe;
247
+ --display-coral-fgColor: #7e2011;
248
+ --display-coral-scale-0: #ffe5db;
249
+ --display-coral-scale-1: #fecebe;
250
+ --display-coral-scale-2: #fcab92;
251
+ --display-coral-scale-3: #f88768;
252
+ --display-coral-scale-4: #f25f3a;
253
+ --display-coral-scale-5: #d43511;
254
+ --display-coral-scale-6: #ba2e12;
255
+ --display-coral-scale-7: #9b2712;
256
+ --display-coral-scale-8: #7e2011;
257
+ --display-coral-scale-9: #5d180e;
258
+ --display-cyan-bgColor-emphasis: #00596b;
259
+ --display-cyan-bgColor-muted: #bdf4ff;
260
+ --display-cyan-borderColor-emphasis: #006a80;
261
+ --display-cyan-borderColor-muted: #7ae9ff;
262
+ --display-cyan-fgColor: #004857;
263
+ --display-cyan-scale-0: #bdf4ff;
264
+ --display-cyan-scale-1: #7ae9ff;
265
+ --display-cyan-scale-2: #00d0fa;
266
+ --display-cyan-scale-3: #00b7db;
267
+ --display-cyan-scale-4: #0099b8;
268
+ --display-cyan-scale-5: #007b94;
269
+ --display-cyan-scale-6: #006a80;
270
+ --display-cyan-scale-7: #00596b;
271
+ --display-cyan-scale-8: #004857;
272
+ --display-cyan-scale-9: #003742;
273
+ --display-gray-bgColor-emphasis: #4e535a;
274
+ --display-gray-bgColor-muted: #e8ecf2;
275
+ --display-gray-borderColor-emphasis: #5c6570;
276
+ --display-gray-borderColor-muted: #d2dae4;
277
+ --display-gray-fgColor: #424448;
278
+ --display-gray-scale-0: #e8ecf2;
279
+ --display-gray-scale-1: #d2dae4;
280
+ --display-gray-scale-2: #b4c0cf;
281
+ --display-gray-scale-3: #9ba9bb;
282
+ --display-gray-scale-4: #808fa3;
283
+ --display-gray-scale-5: #647182;
284
+ --display-gray-scale-6: #5c6570;
285
+ --display-gray-scale-7: #4e535a;
286
+ --display-gray-scale-8: #424448;
287
+ --display-gray-scale-9: #303031;
288
+ --display-green-bgColor-emphasis: #285c3b;
289
+ --display-green-bgColor-muted: #caf7ca;
290
+ --display-green-borderColor-emphasis: #2b6e3f;
291
+ --display-green-borderColor-muted: #9ceda0;
292
+ --display-green-fgColor: #254b34;
293
+ --display-green-scale-0: #caf7ca;
294
+ --display-green-scale-1: #9ceda0;
295
+ --display-green-scale-2: #54d961;
296
+ --display-green-scale-3: #31bf46;
297
+ --display-green-scale-4: #30a147;
298
+ --display-green-scale-5: #2c8141;
299
+ --display-green-scale-6: #2b6e3f;
300
+ --display-green-scale-7: #285c3b;
301
+ --display-green-scale-8: #254b34;
302
+ --display-green-scale-9: #1d3528;
303
+ --display-indigo-bgColor-emphasis: #393cd5;
304
+ --display-indigo-bgColor-muted: #e5e9ff;
305
+ --display-indigo-borderColor-emphasis: #494edf;
306
+ --display-indigo-borderColor-muted: #d2d7fe;
307
+ --display-indigo-fgColor: #2d2db4;
308
+ --display-indigo-scale-0: #e5e9ff;
309
+ --display-indigo-scale-1: #d2d7fe;
310
+ --display-indigo-scale-2: #b1b9fb;
311
+ --display-indigo-scale-3: #979ff7;
312
+ --display-indigo-scale-4: #7a82f0;
313
+ --display-indigo-scale-5: #5a61e7;
314
+ --display-indigo-scale-6: #494edf;
315
+ --display-indigo-scale-7: #393cd5;
316
+ --display-indigo-scale-8: #2d2db4;
317
+ --display-indigo-scale-9: #25247b;
318
+ --display-lemon-bgColor-emphasis: #654f01;
319
+ --display-lemon-bgColor-muted: #f7eea1;
320
+ --display-lemon-borderColor-emphasis: #786002;
321
+ --display-lemon-borderColor-muted: #f0db3d;
322
+ --display-lemon-fgColor: #523f00;
323
+ --display-lemon-scale-0: #f7eea1;
324
+ --display-lemon-scale-1: #f0db3d;
325
+ --display-lemon-scale-2: #d8bd0e;
326
+ --display-lemon-scale-3: #c2a60a;
327
+ --display-lemon-scale-4: #a68c07;
328
+ --display-lemon-scale-5: #866e04;
329
+ --display-lemon-scale-6: #786002;
330
+ --display-lemon-scale-7: #654f01;
331
+ --display-lemon-scale-8: #523f00;
332
+ --display-lemon-scale-9: #3d2e00;
333
+ --display-lime-bgColor-emphasis: #3a5b25;
334
+ --display-lime-bgColor-muted: #e3f2b5;
335
+ --display-lime-borderColor-emphasis: #476c28;
336
+ --display-lime-borderColor-muted: #c7e580;
337
+ --display-lime-fgColor: #2f4a21;
338
+ --display-lime-scale-0: #e3f2b5;
339
+ --display-lime-scale-1: #c7e580;
340
+ --display-lime-scale-2: #9bd039;
341
+ --display-lime-scale-3: #80b530;
342
+ --display-lime-scale-4: #6c9d2f;
343
+ --display-lime-scale-5: #527a29;
344
+ --display-lime-scale-6: #476c28;
345
+ --display-lime-scale-7: #3a5b25;
346
+ --display-lime-scale-8: #2f4a21;
347
+ --display-lime-scale-9: #213319;
348
+ --display-olive-bgColor-emphasis: #495a2b;
349
+ --display-olive-bgColor-muted: #f0f0ad;
350
+ --display-olive-borderColor-emphasis: #56682c;
351
+ --display-olive-borderColor-muted: #dbe170;
352
+ --display-olive-fgColor: #3b4927;
353
+ --display-olive-scale-0: #f0f0ad;
354
+ --display-olive-scale-1: #dbe170;
355
+ --display-olive-scale-2: #b9c832;
356
+ --display-olive-scale-3: #9bae32;
357
+ --display-olive-scale-4: #819532;
358
+ --display-olive-scale-5: #64762d;
359
+ --display-olive-scale-6: #56682c;
360
+ --display-olive-scale-7: #495a2b;
361
+ --display-olive-scale-8: #3b4927;
362
+ --display-olive-scale-9: #2a331f;
363
+ --display-orange-bgColor-emphasis: #8d3c11;
364
+ --display-orange-bgColor-muted: #ffe7d1;
365
+ --display-orange-borderColor-emphasis: #a24610;
366
+ --display-orange-borderColor-muted: #fecfaa;
367
+ --display-orange-fgColor: #70300f;
368
+ --display-orange-scale-0: #ffe7d1;
369
+ --display-orange-scale-1: #fecfaa;
370
+ --display-orange-scale-2: #fbaf74;
371
+ --display-orange-scale-3: #f68c41;
372
+ --display-orange-scale-4: #eb670f;
373
+ --display-orange-scale-5: #b8500f;
374
+ --display-orange-scale-6: #a24610;
375
+ --display-orange-scale-7: #8d3c11;
376
+ --display-orange-scale-8: #70300f;
377
+ --display-orange-scale-9: #54230d;
378
+ --display-pine-bgColor-emphasis: #135d41;
379
+ --display-pine-bgColor-muted: #bff8db;
380
+ --display-pine-borderColor-emphasis: #156f4b;
381
+ --display-pine-borderColor-muted: #80efb9;
382
+ --display-pine-fgColor: #114b36;
383
+ --display-pine-scale-0: #bff8db;
384
+ --display-pine-scale-1: #80efb9;
385
+ --display-pine-scale-2: #1dd781;
386
+ --display-pine-scale-3: #1dbf76;
387
+ --display-pine-scale-4: #1aa267;
388
+ --display-pine-scale-5: #167e53;
389
+ --display-pine-scale-6: #156f4b;
390
+ --display-pine-scale-7: #135d41;
391
+ --display-pine-scale-8: #114b36;
392
+ --display-pine-scale-9: #0d3627;
393
+ --display-pink-bgColor-emphasis: #8e2e66;
394
+ --display-pink-bgColor-muted: #ffe5f1;
395
+ --display-pink-borderColor-emphasis: #b12f79;
396
+ --display-pink-borderColor-muted: #fdc9e2;
397
+ --display-pink-fgColor: #6e2b53;
398
+ --display-pink-scale-0: #ffe5f1;
399
+ --display-pink-scale-1: #fdc9e2;
400
+ --display-pink-scale-2: #f8a5cf;
401
+ --display-pink-scale-3: #f184bc;
402
+ --display-pink-scale-4: #e55da5;
403
+ --display-pink-scale-5: #ce2c85;
404
+ --display-pink-scale-6: #b12f79;
405
+ --display-pink-scale-7: #8e2e66;
406
+ --display-pink-scale-8: #6e2b53;
407
+ --display-pink-scale-9: #4d233d;
408
+ --display-plum-bgColor-emphasis: #7d1eb8;
409
+ --display-plum-bgColor-muted: #f8e5ff;
410
+ --display-plum-borderColor-emphasis: #961edc;
411
+ --display-plum-borderColor-muted: #f0cdfe;
412
+ --display-plum-fgColor: #651d96;
413
+ --display-plum-scale-0: #f8e5ff;
414
+ --display-plum-scale-1: #f0cdfe;
415
+ --display-plum-scale-2: #e2a7fb;
416
+ --display-plum-scale-3: #d487f7;
417
+ --display-plum-scale-4: #c264f2;
418
+ --display-plum-scale-5: #a830e8;
419
+ --display-plum-scale-6: #961edc;
420
+ --display-plum-scale-7: #7d1eb8;
421
+ --display-plum-scale-8: #651d96;
422
+ --display-plum-scale-9: #471769;
423
+ --display-purple-bgColor-emphasis: #6223d7;
424
+ --display-purple-bgColor-muted: #f1e5ff;
425
+ --display-purple-borderColor-emphasis: #783ae4;
426
+ --display-purple-borderColor-muted: #e6d2fe;
427
+ --display-purple-fgColor: #4f21ab;
428
+ --display-purple-scale-0: #f1e5ff;
429
+ --display-purple-scale-1: #e6d2fe;
430
+ --display-purple-scale-2: #d1b1fc;
431
+ --display-purple-scale-3: #bc91f8;
432
+ --display-purple-scale-4: #a672f3;
433
+ --display-purple-scale-5: #894ceb;
434
+ --display-purple-scale-6: #783ae4;
435
+ --display-purple-scale-7: #6223d7;
436
+ --display-purple-scale-8: #4f21ab;
437
+ --display-purple-scale-9: #391b79;
438
+ --display-red-bgColor-emphasis: #a60c29;
439
+ --display-red-bgColor-muted: #ffe2e0;
440
+ --display-red-borderColor-emphasis: #c50d28;
441
+ --display-red-borderColor-muted: #fecdcd;
442
+ --display-red-fgColor: #880c27;
443
+ --display-red-scale-0: #ffe2e0;
444
+ --display-red-scale-1: #fecdcd;
445
+ --display-red-scale-2: #fda5a7;
446
+ --display-red-scale-3: #fb8389;
447
+ --display-red-scale-4: #f85461;
448
+ --display-red-scale-5: #df0c24;
449
+ --display-red-scale-6: #c50d28;
450
+ --display-red-scale-7: #a60c29;
451
+ --display-red-scale-8: #880c27;
452
+ --display-red-scale-9: #610a20;
453
+ --display-teal-bgColor-emphasis: #0d5b63;
454
+ --display-teal-bgColor-muted: #c7f5ef;
455
+ --display-teal-borderColor-emphasis: #106e75;
456
+ --display-teal-borderColor-muted: #89ebe1;
457
+ --display-teal-fgColor: #0a4852;
458
+ --display-teal-scale-0: #c7f5ef;
459
+ --display-teal-scale-1: #89ebe1;
460
+ --display-teal-scale-2: #22d3c7;
461
+ --display-teal-scale-3: #1db9b4;
462
+ --display-teal-scale-4: #179b9b;
463
+ --display-teal-scale-5: #127e81;
464
+ --display-teal-scale-6: #106e75;
465
+ --display-teal-scale-7: #0d5b63;
466
+ --display-teal-scale-8: #0a4852;
467
+ --display-teal-scale-9: #073740;
468
+ --display-yellow-bgColor-emphasis: #704d00;
469
+ --display-yellow-bgColor-muted: #ffec9e;
470
+ --display-yellow-borderColor-emphasis: #805900;
471
+ --display-yellow-borderColor-muted: #ffd642;
472
+ --display-yellow-fgColor: #5c3d00;
473
+ --display-yellow-scale-0: #ffec9e;
474
+ --display-yellow-scale-1: #ffd642;
475
+ --display-yellow-scale-2: #ebb400;
476
+ --display-yellow-scale-3: #d19d00;
477
+ --display-yellow-scale-4: #b88700;
478
+ --display-yellow-scale-5: #946a00;
479
+ --display-yellow-scale-6: #805900;
480
+ --display-yellow-scale-7: #704d00;
481
+ --display-yellow-scale-8: #5c3d00;
482
+ --display-yellow-scale-9: #422b00;
483
+ --fgColor-accent: #023b95;
484
+ --fgColor-attention: #603700;
485
+ --fgColor-danger: #86061d;
486
+ --fgColor-disabled: #59636e;
487
+ --fgColor-done: #512598;
488
+ --fgColor-muted: #393f46;
489
+ --fgColor-neutral: #393f46;
490
+ --fgColor-open: #86061d;
491
+ --fgColor-severe: #86061d;
492
+ --fgColor-sponsors: #7d0c57;
493
+ --fgColor-success: #023b95;
494
+ --header-bgColor: #25292e;
495
+ --header-borderColor-divider: #c8d1da;
496
+ --headerSearch-bgColor: #25292e;
497
+ --headerSearch-borderColor: #818b98;
498
+ --highlight-neutral-bgColor: #fcf7be;
499
+ --label-auburn-bgColor-active: #d4b7b5;
500
+ --label-auburn-bgColor-hover: #e6d6d5;
501
+ --label-auburn-bgColor-rest: #f2e9e9;
502
+ --label-auburn-fgColor-active: #5d3937;
503
+ --label-auburn-fgColor-hover: #744744;
504
+ --label-auburn-fgColor-rest: #8a5551;
505
+ --label-blue-bgColor-active: #75c8ff;
506
+ --label-blue-bgColor-hover: #ade1ff;
507
+ --label-blue-bgColor-rest: #d1f0ff;
508
+ --label-blue-fgColor-active: #003d99;
509
+ --label-blue-fgColor-hover: #004db3;
510
+ --label-blue-fgColor-rest: #005fcc;
511
+ --label-brown-bgColor-active: #cbbda4;
512
+ --label-brown-bgColor-hover: #dfd7c8;
513
+ --label-brown-bgColor-rest: #eeeae2;
514
+ --label-brown-fgColor-active: #51412f;
515
+ --label-brown-fgColor-hover: #64513a;
516
+ --label-brown-fgColor-rest: #755f43;
517
+ --label-coral-bgColor-active: #fcab92;
518
+ --label-coral-bgColor-hover: #fecebe;
519
+ --label-coral-bgColor-rest: #ffe5db;
520
+ --label-coral-fgColor-active: #7e2011;
521
+ --label-coral-fgColor-hover: #9b2712;
522
+ --label-coral-fgColor-rest: #ba2e12;
523
+ --label-cyan-bgColor-active: #00d0fa;
524
+ --label-cyan-bgColor-hover: #7ae9ff;
525
+ --label-cyan-bgColor-rest: #bdf4ff;
526
+ --label-cyan-fgColor-active: #004857;
527
+ --label-cyan-fgColor-hover: #00596b;
528
+ --label-cyan-fgColor-rest: #006a80;
529
+ --label-gray-bgColor-active: #b4c0cf;
530
+ --label-gray-bgColor-hover: #d2dae4;
531
+ --label-gray-bgColor-rest: #e8ecf2;
532
+ --label-gray-fgColor-active: #424448;
533
+ --label-gray-fgColor-hover: #4e535a;
534
+ --label-gray-fgColor-rest: #5c6570;
535
+ --label-green-bgColor-active: #54d961;
536
+ --label-green-bgColor-hover: #9ceda0;
537
+ --label-green-bgColor-rest: #caf7ca;
538
+ --label-green-fgColor-active: #254b34;
539
+ --label-green-fgColor-hover: #285c3b;
540
+ --label-green-fgColor-rest: #2b6e3f;
541
+ --label-indigo-bgColor-active: #b1b9fb;
542
+ --label-indigo-bgColor-hover: #d2d7fe;
543
+ --label-indigo-bgColor-rest: #e5e9ff;
544
+ --label-indigo-fgColor-active: #2d2db4;
545
+ --label-indigo-fgColor-hover: #393cd5;
546
+ --label-indigo-fgColor-rest: #494edf;
547
+ --label-lemon-bgColor-active: #d8bd0e;
548
+ --label-lemon-bgColor-hover: #f0db3d;
549
+ --label-lemon-bgColor-rest: #f7eea1;
550
+ --label-lemon-fgColor-active: #523f00;
551
+ --label-lemon-fgColor-hover: #654f01;
552
+ --label-lemon-fgColor-rest: #786002;
553
+ --label-lime-bgColor-active: #9bd039;
554
+ --label-lime-bgColor-hover: #c7e580;
555
+ --label-lime-bgColor-rest: #e3f2b5;
556
+ --label-lime-fgColor-active: #2f4a21;
557
+ --label-lime-fgColor-hover: #3a5b25;
558
+ --label-lime-fgColor-rest: #476c28;
559
+ --label-olive-bgColor-active: #b9c832;
560
+ --label-olive-bgColor-hover: #dbe170;
561
+ --label-olive-bgColor-rest: #f0f0ad;
562
+ --label-olive-fgColor-active: #3b4927;
563
+ --label-olive-fgColor-hover: #495a2b;
564
+ --label-olive-fgColor-rest: #56682c;
565
+ --label-orange-bgColor-active: #fbaf74;
566
+ --label-orange-bgColor-hover: #fecfaa;
567
+ --label-orange-bgColor-rest: #ffe7d1;
568
+ --label-orange-fgColor-active: #70300f;
569
+ --label-orange-fgColor-hover: #8d3c11;
570
+ --label-orange-fgColor-rest: #a24610;
571
+ --label-pine-bgColor-active: #1dd781;
572
+ --label-pine-bgColor-hover: #80efb9;
573
+ --label-pine-bgColor-rest: #bff8db;
574
+ --label-pine-fgColor-active: #114b36;
575
+ --label-pine-fgColor-hover: #135d41;
576
+ --label-pine-fgColor-rest: #156f4b;
577
+ --label-pink-bgColor-active: #f8a5cf;
578
+ --label-pink-bgColor-hover: #fdc9e2;
579
+ --label-pink-bgColor-rest: #ffe5f1;
580
+ --label-pink-fgColor-active: #6e2b53;
581
+ --label-pink-fgColor-hover: #8e2e66;
582
+ --label-pink-fgColor-rest: #b12f79;
583
+ --label-plum-bgColor-active: #e2a7fb;
584
+ --label-plum-bgColor-hover: #f0cdfe;
585
+ --label-plum-bgColor-rest: #f8e5ff;
586
+ --label-plum-fgColor-active: #651d96;
587
+ --label-plum-fgColor-hover: #7d1eb8;
588
+ --label-plum-fgColor-rest: #961edc;
589
+ --label-purple-bgColor-active: #d1b1fc;
590
+ --label-purple-bgColor-hover: #e6d2fe;
591
+ --label-purple-bgColor-rest: #f1e5ff;
592
+ --label-purple-fgColor-active: #4f21ab;
593
+ --label-purple-fgColor-hover: #6223d7;
594
+ --label-purple-fgColor-rest: #783ae4;
595
+ --label-red-bgColor-active: #fda5a7;
596
+ --label-red-bgColor-hover: #fecdcd;
597
+ --label-red-bgColor-rest: #ffe2e0;
598
+ --label-red-fgColor-active: #880c27;
599
+ --label-red-fgColor-hover: #a60c29;
600
+ --label-red-fgColor-rest: #c50d28;
601
+ --label-teal-bgColor-active: #22d3c7;
602
+ --label-teal-bgColor-hover: #89ebe1;
603
+ --label-teal-bgColor-rest: #c7f5ef;
604
+ --label-teal-fgColor-active: #0a4852;
605
+ --label-teal-fgColor-hover: #0d5b63;
606
+ --label-teal-fgColor-rest: #106e75;
607
+ --label-yellow-bgColor-active: #ebb400;
608
+ --label-yellow-bgColor-hover: #ffd642;
609
+ --label-yellow-bgColor-rest: #ffec9e;
610
+ --label-yellow-fgColor-active: #5c3d00;
611
+ --label-yellow-fgColor-hover: #704d00;
612
+ --label-yellow-fgColor-rest: #805900;
613
+ --menu-bgColor-active: #ffffff00;
614
+ --overlay-backdrop-bgColor: #393f4666;
615
+ --reactionButton-selected-bgColor-rest: #dff7ff;
616
+ --reactionButton-selected-fgColor-hover: #023b95;
617
+ --selectMenu-bgColor-active: #9cd7ff;
618
+ --selectMenu-borderColor: #ffffff00;
619
+ --shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
620
+ --shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
621
+ --skeletonLoader-bgColor: #dae0e7;
622
+ --treeViewItem-leadingVisual-iconColor-rest: #368cf9;
623
+ --underlineNav-borderColor-active: #cd3425;
624
+ --avatar-bgColor: #ffffff;
625
+ --avatar-shadow: 0px 0px 0px 2px #ffffffcc;
626
+ --bgColor-black: #010409;
627
+ --bgColor-closed-emphasis: var(--bgColor-neutral-emphasis);
628
+ --bgColor-closed-muted: var(--bgColor-neutral-muted);
629
+ --bgColor-default: #ffffff;
630
+ --bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
631
+ --bgColor-upsell-muted: var(--bgColor-done-muted);
632
+ --bgColor-white: #ffffff;
633
+ --border-accent-emphasis: 0.0625rem solid #0349b4;
634
+ --border-accent-muted: 0.0625rem solid #368cf9;
635
+ --border-attention-emphasis: 0.0625rem solid #744500;
636
+ --border-attention-muted: 0.0625rem solid #b58407;
637
+ --border-danger-emphasis: 0.0625rem solid #a0111f;
638
+ --border-danger-muted: 0.0625rem solid #ee5a5d;
639
+ --border-default: 0.0625rem solid #454c54;
640
+ --border-disabled: 0.0625rem solid #59636e1f;
641
+ --border-done-emphasis: 0.0625rem solid #622cbc;
642
+ --border-done-muted: 0.0625rem solid #a371f7;
643
+ --border-neutral-emphasis: 0.0625rem solid #59636e;
644
+ --border-severe-emphasis: 0.0625rem solid #a0111f;
645
+ --border-severe-muted: 0.0625rem solid #ee5a5d;
646
+ --border-sponsors-emphasis: 0.0625rem solid #971368;
647
+ --border-sponsors-muted: 0.0625rem solid #ed4baf;
648
+ --border-success-emphasis: 0.0625rem solid #0349b4;
649
+ --border-success-muted: 0.0625rem solid #368cf9;
650
+ --border-transparent: 0.0625rem solid #ffffff00;
651
+ --borderColor-closed-muted: var(--borderColor-default);
652
+ --borderColor-emphasis: var(--borderColor-default);
653
+ --borderColor-muted: var(--borderColor-default);
654
+ --borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
655
+ --borderColor-upsell-muted: var(--borderColor-done-muted);
656
+ --button-danger-bgColor-hover: var(--bgColor-danger-emphasis);
657
+ --button-danger-bgColor-rest: var(--control-bgColor-rest);
658
+ --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
659
+ --button-danger-fgColor-active: #ffffff;
660
+ --button-danger-fgColor-disabled: #86061d80;
661
+ --button-danger-fgColor-hover: #ffffff;
662
+ --button-danger-fgColor-rest: var(--fgColor-danger);
663
+ --button-danger-iconColor-hover: #ffffff;
664
+ --button-default-bgColor-active: var(--control-bgColor-active);
665
+ --button-default-bgColor-hover: var(--control-bgColor-hover);
666
+ --button-default-bgColor-rest: var(--control-bgColor-rest);
667
+ --button-default-bgColor-selected: var(--control-bgColor-active);
668
+ --button-default-fgColor-rest: var(--control-fgColor-rest);
669
+ --button-default-shadow-resting: 0px 1px 0px 0px #0104090a;
670
+ --button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
671
+ --button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
672
+ --button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
673
+ --button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
674
+ --button-invisible-fgColor-active: var(--control-fgColor-rest);
675
+ --button-invisible-fgColor-rest: var(--control-fgColor-rest);
676
+ --button-invisible-iconColor-rest: var(--fgColor-muted);
677
+ --button-outline-bgColor-hover: var(--bgColor-accent-emphasis);
678
+ --button-outline-bgColor-rest: var(--control-bgColor-rest);
679
+ --button-outline-borderColor-active: var(--button-outline-borderColor-hover);
680
+ --button-outline-fgColor-active: #ffffff;
681
+ --button-outline-fgColor-disabled: #023b9580;
682
+ --button-outline-fgColor-hover: #ffffff;
683
+ --button-outline-fgColor-rest: var(--fgColor-accent);
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: #ffffffcc;
688
+ --buttonCounter-danger-bgColor-disabled: #a0111f0d;
689
+ --buttonCounter-danger-bgColor-hover: #ffffff33;
690
+ --buttonCounter-danger-bgColor-rest: #a0111f1a;
691
+ --buttonCounter-danger-fgColor-disabled: #86061d80;
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: #0349b40d;
696
+ --buttonCounter-outline-bgColor-hover: #ffffff33;
697
+ --buttonCounter-outline-bgColor-rest: #0349b41a;
698
+ --buttonCounter-outline-fgColor-disabled: #023b9580;
699
+ --buttonCounter-outline-fgColor-hover: #ffffff;
700
+ --codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
701
+ --codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
702
+ --codeMirror-lineNumber-fgColor: var(--fgColor-muted);
703
+ --codeMirror-selection-bgColor: var(--borderColor-accent-muted);
704
+ --codeMirror-syntax-fgColor-comment: #010409;
705
+ --color-ansi-black: #010409;
706
+ --color-prettylights-syntax-markup-bold: #010409;
707
+ --color-prettylights-syntax-markup-italic: #010409;
708
+ --color-prettylights-syntax-storage-modifier-import: #010409;
709
+ --contribution-default-bgColor-0: #ffffff;
710
+ --contribution-default-borderColor-1: var(--contribution-default-borderColor-0);
711
+ --contribution-default-borderColor-2: var(--contribution-default-borderColor-0);
712
+ --contribution-default-borderColor-3: var(--contribution-default-borderColor-0);
713
+ --contribution-default-borderColor-4: var(--contribution-default-borderColor-0);
714
+ --control-bgColor-disabled: var(--bgColor-disabled);
715
+ --control-bgColor-selected: var(--control-bgColor-rest);
716
+ --control-borderColor-danger: var(--borderColor-danger-emphasis);
717
+ --control-borderColor-disabled: var(--borderColor-disabled);
718
+ --control-borderColor-rest: var(--borderColor-default);
719
+ --control-borderColor-success: var(--borderColor-success-emphasis);
720
+ --control-borderColor-warning: var(--borderColor-attention-emphasis);
721
+ --control-checked-bgColor-disabled: var(--fgColor-disabled);
722
+ --control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
723
+ --control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
724
+ --control-danger-fgColor-rest: var(--fgColor-danger);
725
+ --control-fgColor-disabled: var(--fgColor-disabled);
726
+ --control-iconColor-rest: var(--fgColor-muted);
727
+ --control-transparent-bgColor-disabled: var(--bgColor-disabled);
728
+ --control-transparent-borderColor-active: var(--borderColor-default);
729
+ --control-transparent-borderColor-hover: var(--borderColor-default);
730
+ --controlKnob-bgColor-checked: #ffffff;
731
+ --controlKnob-bgColor-rest: #ffffff;
732
+ --controlTrack-bgColor-disabled: var(--fgColor-disabled);
733
+ --controlTrack-borderColor-disabled: var(--fgColor-disabled);
734
+ --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
735
+ --counter-bgColor-muted: var(--bgColor-neutral-muted);
736
+ --counter-borderColor: var(--borderColor-default);
737
+ --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
738
+ --diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
739
+ --diffBlob-emptyLine-bgColor: var(--bgColor-muted);
740
+ --diffBlob-emptyNum-bgColor: var(--bgColor-muted);
741
+ --diffBlob-hunkLine-fgColor: var(--fgColor-muted);
742
+ --fgColor-black: #010409;
743
+ --fgColor-closed: var(--fgColor-muted);
744
+ --fgColor-default: #010409;
745
+ --fgColor-link: var(--fgColor-accent);
746
+ --fgColor-onEmphasis: #ffffff;
747
+ --fgColor-onInverse: #ffffff;
748
+ --fgColor-upsell: var(--fgColor-done);
749
+ --fgColor-white: #ffffff;
750
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
751
+ --header-fgColor-default: #ffffffb3;
752
+ --header-fgColor-logo: #ffffff;
753
+ --overlay-bgColor: #ffffff;
754
+ --overlay-borderColor: var(--borderColor-default);
755
+ --page-header-bgColor: var(--bgColor-muted);
756
+ --selection-bgColor: #0349b433;
757
+ --shadow-inset: inset 0px 1px 0px 0px #0104090a;
758
+ --shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
759
+ --shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
760
+ --sideNav-bgColor-selected: #ffffff;
761
+ --timelineBadge-bgColor: var(--bgColor-muted);
762
+ --tooltip-bgColor: var(--bgColor-emphasis);
763
+ --topicTag-borderColor: var(--borderColor-accent-emphasis);
764
+ --underlineNav-iconColor-rest: var(--fgColor-muted);
765
+ --avatar-borderColor: var(--borderColor-emphasis);
766
+ --border-closed-emphasis: var(--border-danger-emphasis);
767
+ --border-closed-muted: var(--border-danger-muted);
768
+ --border-emphasis: 0.0625rem solid #454c54;
769
+ --border-muted: 0.0625rem solid #454c54;
770
+ --border-open-emphasis: var(--border-success-emphasis);
771
+ --border-open-muted: var(--border-success-muted);
772
+ --border-upsell-emphasis: 0.0625rem solid #622cbc;
773
+ --border-upsell-muted: 0.0625rem solid #a371f7;
774
+ --borderColor-closed-emphasis: var(--borderColor-emphasis);
775
+ --borderColor-neutral-muted: var(--borderColor-muted);
776
+ --button-danger-bgColor-disabled: var(--control-bgColor-disabled);
777
+ --button-danger-borderColor-rest: var(--control-borderColor-rest);
778
+ --button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
779
+ --button-default-bgColor-disabled: var(--control-bgColor-disabled);
780
+ --button-default-borderColor-active: var(--control-borderColor-rest);
781
+ --button-default-borderColor-disabled: var(--control-borderColor-disabled);
782
+ --button-default-borderColor-rest: var(--control-borderColor-rest);
783
+ --button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
784
+ --button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
785
+ --button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
786
+ --button-outline-bgColor-disabled: var(--control-bgColor-disabled);
787
+ --button-primary-fgColor-rest: var(--fgColor-white);
788
+ --button-primary-iconColor-rest: #ffffffcc;
789
+ --card-bgColor: var(--bgColor-default);
790
+ --codeMirror-bgColor: var(--bgColor-default);
791
+ --codeMirror-cursor-fgColor: var(--fgColor-default);
792
+ --codeMirror-fgColor: var(--fgColor-default);
793
+ --codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
794
+ --codeMirror-gutters-bgColor: var(--bgColor-default);
795
+ --codeMirror-lines-bgColor: var(--bgColor-default);
796
+ --codeMirror-matchingBracket-fgColor: var(--fgColor-default);
797
+ --control-borderColor-emphasis: var(--borderColor-emphasis);
798
+ --control-borderColor-selected: var(--control-bgColor-selected);
799
+ --control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
800
+ --control-checked-borderColor-rest: var(--control-checked-bgColor-rest);
801
+ --control-checked-fgColor-disabled: var(--fgColor-onEmphasis);
802
+ --control-checked-fgColor-rest: var(--fgColor-onEmphasis);
803
+ --control-danger-fgColor-hover: var(--fgColor-onEmphasis);
804
+ --controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
805
+ --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
806
+ --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
807
+ --controlTrack-borderColor-rest: var(--borderColor-emphasis);
808
+ --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
809
+ --diffBlob-additionLine-fgColor: var(--fgColor-default);
810
+ --diffBlob-additionNum-fgColor: var(--fgColor-default);
811
+ --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
812
+ --diffBlob-deletionLine-fgColor: var(--fgColor-default);
813
+ --diffBlob-deletionNum-fgColor: var(--fgColor-default);
814
+ --diffBlob-deletionWord-fgColor: var(--fgColor-onEmphasis);
815
+ --diffBlob-expander-iconColor: var(--fgColor-default);
816
+ --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
817
+ --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
818
+ --focus-outline: 2px solid #0349b4;
819
+ --reactionButton-selected-fgColor-rest: var(--fgColor-link);
820
+ --shadow-floating-large: 0px 0px 0px 1px #454c54, 0px 40px 80px 0px #25292e3d;
821
+ --shadow-floating-medium: 0px 0px 0px 1px #454c54, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
822
+ --shadow-floating-small: 0px 0px 0px 1px #454c5480, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
823
+ --shadow-floating-xlarge: 0px 0px 0px 1px #454c54, 0px 56px 112px 0px #25292e52;
824
+ --tooltip-fgColor: var(--fgColor-onEmphasis);
825
+ --underlineNav-borderColor-hover: var(--borderColor-muted);
826
+ --border-neutral-muted: 0.0625rem solid #454c54;
827
+ --button-default-borderColor-hover: var(--button-default-borderColor-rest);
828
+ --controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
829
+ }
830
+ @media (prefers-color-scheme: dark) {
831
+ [data-color-mode][data-color-mode="auto"][data-dark-theme="light_tritanopia_high_contrast"],
832
+ [data-color-mode][data-color-mode="auto"][data-dark-theme="light_tritanopia_high_contrast"] ::backdrop {
833
+ --button-outline-bgColor-active: #033f9d;
834
+ --button-primary-bgColor-active: #075fc8;
835
+ --button-primary-bgColor-disabled: #92caff;
836
+ --button-primary-bgColor-hover: #0864d1;
837
+ --color-ansi-cyan: #1b7c83;
838
+ --color-ansi-cyan-bright: #3192aa;
839
+ --control-checked-bgColor-active: #033f9d;
840
+ --control-checked-bgColor-hover: #0344a8;
841
+ --control-checked-borderColor-active: #033f9d;
842
+ --control-checked-borderColor-hover: #0344a8;
843
+ --control-danger-bgColor-active: #8c0b1d;
844
+ --reactionButton-selected-bgColor-hover: #caecff;
845
+ --avatarStack-fade-bgColor-default: #c8d1da;
846
+ --avatarStack-fade-bgColor-muted: #dae0e7;
847
+ --bgColor-accent-emphasis: #0349b4;
848
+ --bgColor-accent-muted: #dff7ff;
849
+ --bgColor-attention-emphasis: #744500;
850
+ --bgColor-attention-muted: #fcf7be;
851
+ --bgColor-danger-emphasis: #a0111f;
852
+ --bgColor-danger-muted: #fff0ee;
853
+ --bgColor-disabled: #e0e6eb;
854
+ --bgColor-done-emphasis: #622cbc;
855
+ --bgColor-done-muted: #faf0fe;
856
+ --bgColor-emphasis: #25292e;
857
+ --bgColor-inset: #eff2f5;
858
+ --bgColor-inverse: #25292e;
859
+ --bgColor-muted: #e6eaef;
860
+ --bgColor-neutral-emphasis: #454c54;
861
+ --bgColor-neutral-muted: #e0e6eb;
862
+ --bgColor-open-emphasis: #a0111f;
863
+ --bgColor-open-muted: #fff0ee;
864
+ --bgColor-severe-emphasis: #a0111f;
865
+ --bgColor-severe-muted: #fff0ee;
866
+ --bgColor-sponsors-emphasis: #971368;
867
+ --bgColor-sponsors-muted: #feeff7;
868
+ --bgColor-success-emphasis: #0349b4;
869
+ --bgColor-success-muted: #dff7ff;
870
+ --bgColor-transparent: #ffffff00;
871
+ --borderColor-accent-emphasis: #0349b4;
872
+ --borderColor-accent-muted: #368cf9;
873
+ --borderColor-attention-emphasis: #744500;
874
+ --borderColor-attention-muted: #b58407;
875
+ --borderColor-danger-emphasis: #a0111f;
876
+ --borderColor-danger-muted: #ee5a5d;
877
+ --borderColor-default: #454c54;
878
+ --borderColor-disabled: #59636e1f;
879
+ --borderColor-done-emphasis: #622cbc;
880
+ --borderColor-done-muted: #a371f7;
881
+ --borderColor-neutral-emphasis: #59636e;
882
+ --borderColor-open-emphasis: #a0111f;
883
+ --borderColor-open-muted: #ee5a5d;
884
+ --borderColor-severe-emphasis: #a0111f;
885
+ --borderColor-severe-muted: #ee5a5d;
886
+ --borderColor-sponsors-emphasis: #971368;
887
+ --borderColor-sponsors-muted: #ed4baf;
888
+ --borderColor-success-emphasis: #0349b4;
889
+ --borderColor-success-muted: #368cf9;
890
+ --borderColor-translucent: #59636e;
891
+ --borderColor-transparent: #ffffff00;
892
+ --button-danger-bgColor-active: #86061d;
893
+ --button-danger-borderColor-hover: #6e011a;
894
+ --button-danger-shadow-selected: inset 0px 1px 0px 0px #43001133;
895
+ --button-inactive-bgColor: #e6eaef;
896
+ --button-inactive-fgColor: #454c54;
897
+ --button-invisible-bgColor-disabled: #ffffff00;
898
+ --button-invisible-borderColor-disabled: #ffffff00;
899
+ --button-invisible-fgColor-hover: #393f46;
900
+ --button-invisible-iconColor-hover: #393f46;
901
+ --button-outline-borderColor-hover: #022f7a;
902
+ --button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
903
+ --button-primary-borderColor-disabled: var(--button-primary-bgColor-disabled);
904
+ --button-primary-borderColor-rest: #022f7a;
905
+ --button-primary-shadow-selected: inset 0px 1px 0px 0px #00230b4d;
906
+ --button-star-iconColor: #d5a824;
907
+ --buttonCounter-default-bgColor-rest: #c8d1da;
908
+ --buttonCounter-outline-fgColor-rest: #023b95;
909
+ --buttonCounter-primary-bgColor-rest: #00230b33;
910
+ --codeMirror-syntax-fgColor-constant: #023b95;
911
+ --codeMirror-syntax-fgColor-entity: #622cbc;
912
+ --codeMirror-syntax-fgColor-keyword: #a0111f;
913
+ --codeMirror-syntax-fgColor-storage: #a0111f;
914
+ --codeMirror-syntax-fgColor-string: #032563;
915
+ --codeMirror-syntax-fgColor-support: #023b95;
916
+ --codeMirror-syntax-fgColor-variable: #86061d;
917
+ --color-ansi-black-bright: #393f46;
918
+ --color-ansi-blue: #0349b4;
919
+ --color-ansi-blue-bright: #1168e3;
920
+ --color-ansi-gray: #59636e;
921
+ --color-ansi-green: #023b95;
922
+ --color-ansi-green-bright: #0349b4;
923
+ --color-ansi-magenta: #622cbc;
924
+ --color-ansi-magenta-bright: #844ae7;
925
+ --color-ansi-red: #a0111f;
926
+ --color-ansi-red-bright: #86061d;
927
+ --color-ansi-white: #59636e;
928
+ --color-ansi-white-bright: #818b98;
929
+ --color-ansi-yellow: #3f2200;
930
+ --color-ansi-yellow-bright: #4e2c00;
931
+ --color-prettylights-syntax-brackethighlighter-angle: #59636e;
932
+ --color-prettylights-syntax-brackethighlighter-unmatched: #6e011a;
933
+ --color-prettylights-syntax-carriage-return-bg: #a0111f;
934
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
935
+ --color-prettylights-syntax-comment: #59636e;
936
+ --color-prettylights-syntax-constant: #023b95;
937
+ --color-prettylights-syntax-constant-other-reference-link: #032563;
938
+ --color-prettylights-syntax-entity: #512598;
939
+ --color-prettylights-syntax-entity-tag: #023b95;
940
+ --color-prettylights-syntax-invalid-illegal-bg: #6e011a;
941
+ --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
942
+ --color-prettylights-syntax-keyword: #a0111f;
943
+ --color-prettylights-syntax-markup-changed-bg: #ffc1bc;
944
+ --color-prettylights-syntax-markup-changed-text: #86061d;
945
+ --color-prettylights-syntax-markup-deleted-bg: #fff0ee;
946
+ --color-prettylights-syntax-markup-deleted-text: #6e011a;
947
+ --color-prettylights-syntax-markup-heading: #023b95;
948
+ --color-prettylights-syntax-markup-ignored-bg: #023b95;
949
+ --color-prettylights-syntax-markup-ignored-text: #d1d9e0;
950
+ --color-prettylights-syntax-markup-inserted-bg: #dff7ff;
951
+ --color-prettylights-syntax-markup-inserted-text: #023b95;
952
+ --color-prettylights-syntax-markup-list: #2e1800;
953
+ --color-prettylights-syntax-meta-diff-range: #622cbc;
954
+ --color-prettylights-syntax-string: #032563;
955
+ --color-prettylights-syntax-string-regexp: #023b95;
956
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
957
+ --color-prettylights-syntax-variable: #86061d;
958
+ --contribution-default-bgColor-1: #82e596;
959
+ --contribution-default-bgColor-2: #26a148;
960
+ --contribution-default-bgColor-3: #117f32;
961
+ --contribution-default-bgColor-4: #024c1a;
962
+ --contribution-default-borderColor-0: #010409;
963
+ --contribution-halloween-bgColor-1: #f0db3d;
964
+ --contribution-halloween-bgColor-2: #ffd642;
965
+ --contribution-halloween-bgColor-3: #f68c41;
966
+ --contribution-halloween-bgColor-4: #010409;
967
+ --contribution-winter-bgColor-1: #9cd7ff;
968
+ --contribution-winter-bgColor-2: #368cf9;
969
+ --contribution-winter-bgColor-3: #0349b4;
970
+ --contribution-winter-bgColor-4: #032563;
971
+ --control-bgColor-active: #d1d9e0;
972
+ --control-bgColor-hover: #dae0e7;
973
+ --control-bgColor-rest: #e0e6eb;
974
+ --control-fgColor-placeholder: #454c54;
975
+ --control-fgColor-rest: #25292e;
976
+ --control-transparent-bgColor-active: #d1d9e0;
977
+ --control-transparent-bgColor-hover: #dae0e7;
978
+ --control-transparent-bgColor-rest: #ffffff00;
979
+ --control-transparent-bgColor-selected: #dae0e7;
980
+ --control-transparent-borderColor-rest: #ffffff00;
981
+ --controlTrack-bgColor-active: #c8d1da;
982
+ --controlTrack-bgColor-hover: #d1d9e0;
983
+ --controlTrack-bgColor-rest: #dae0e7;
984
+ --controlTrack-fgColor-rest: #59636e;
985
+ --data-auburn-color-emphasis: #9d615c;
986
+ --data-auburn-color-muted: #f2e9e9;
987
+ --data-blue-color-emphasis: #006edb;
988
+ --data-blue-color-muted: #d1f0ff;
989
+ --data-brown-color-emphasis: #856d4c;
990
+ --data-brown-color-muted: #eeeae2;
991
+ --data-coral-color-emphasis: #d43511;
992
+ --data-coral-color-muted: #ffe5db;
993
+ --data-gray-color-emphasis: #808fa3;
994
+ --data-gray-color-muted: #e8ecf2;
995
+ --data-green-color-emphasis: #30a147;
996
+ --data-green-color-muted: #caf7ca;
997
+ --data-lemon-color-emphasis: #866e04;
998
+ --data-lemon-color-muted: #f7eea1;
999
+ --data-lime-color-emphasis: #527a29;
1000
+ --data-lime-color-muted: #e3f2b5;
1001
+ --data-olive-color-emphasis: #64762d;
1002
+ --data-olive-color-muted: #f0f0ad;
1003
+ --data-orange-color-emphasis: #eb670f;
1004
+ --data-orange-color-muted: #ffe7d1;
1005
+ --data-pine-color-emphasis: #167e53;
1006
+ --data-pine-color-muted: #bff8db;
1007
+ --data-pink-color-emphasis: #ce2c85;
1008
+ --data-pink-color-muted: #ffe5f1;
1009
+ --data-plum-color-emphasis: #a830e8;
1010
+ --data-plum-color-muted: #f8e5ff;
1011
+ --data-purple-color-emphasis: #894ceb;
1012
+ --data-purple-color-muted: #f1e5ff;
1013
+ --data-red-color-emphasis: #df0c24;
1014
+ --data-red-color-muted: #ffe2e0;
1015
+ --data-teal-color-emphasis: #179b9b;
1016
+ --data-teal-color-muted: #c7f5ef;
1017
+ --data-yellow-color-emphasis: #b88700;
1018
+ --data-yellow-color-muted: #ffec9e;
1019
+ --diffBlob-additionNum-bgColor: #9cd7ff;
1020
+ --diffBlob-additionWord-bgColor: #0349b4;
1021
+ --diffBlob-deletionNum-bgColor: #ffc1bc;
1022
+ --diffBlob-deletionWord-bgColor: #a0111f;
1023
+ --diffBlob-hunkLine-bgColor: #f6f8fa;
1024
+ --diffBlob-hunkNum-bgColor-hover: #c8d1da;
1025
+ --diffBlob-hunkNum-bgColor-rest: #e6eaef;
1026
+ --display-auburn-bgColor-emphasis: #744744;
1027
+ --display-auburn-bgColor-muted: #f2e9e9;
1028
+ --display-auburn-borderColor-emphasis: #8a5551;
1029
+ --display-auburn-borderColor-muted: #e6d6d5;
1030
+ --display-auburn-fgColor: #5d3937;
1031
+ --display-auburn-scale-0: #f2e9e9;
1032
+ --display-auburn-scale-1: #e6d6d5;
1033
+ --display-auburn-scale-2: #d4b7b5;
1034
+ --display-auburn-scale-3: #c59e9b;
1035
+ --display-auburn-scale-4: #b4827e;
1036
+ --display-auburn-scale-5: #9d615c;
1037
+ --display-auburn-scale-6: #8a5551;
1038
+ --display-auburn-scale-7: #744744;
1039
+ --display-auburn-scale-8: #5d3937;
1040
+ --display-auburn-scale-9: #432928;
1041
+ --display-blue-bgColor-emphasis: #004db3;
1042
+ --display-blue-bgColor-muted: #d1f0ff;
1043
+ --display-blue-borderColor-emphasis: #005fcc;
1044
+ --display-blue-borderColor-muted: #ade1ff;
1045
+ --display-blue-fgColor: #003d99;
1046
+ --display-blue-scale-0: #d1f0ff;
1047
+ --display-blue-scale-1: #ade1ff;
1048
+ --display-blue-scale-2: #75c8ff;
1049
+ --display-blue-scale-3: #47afff;
1050
+ --display-blue-scale-4: #0f8fff;
1051
+ --display-blue-scale-5: #006edb;
1052
+ --display-blue-scale-6: #005fcc;
1053
+ --display-blue-scale-7: #004db3;
1054
+ --display-blue-scale-8: #003d99;
1055
+ --display-blue-scale-9: #002b75;
1056
+ --display-brown-bgColor-emphasis: #64513a;
1057
+ --display-brown-bgColor-muted: #eeeae2;
1058
+ --display-brown-borderColor-emphasis: #755f43;
1059
+ --display-brown-borderColor-muted: #dfd7c8;
1060
+ --display-brown-fgColor: #51412f;
1061
+ --display-brown-scale-0: #eeeae2;
1062
+ --display-brown-scale-1: #dfd7c8;
1063
+ --display-brown-scale-2: #cbbda4;
1064
+ --display-brown-scale-3: #b8a484;
1065
+ --display-brown-scale-4: #a68b64;
1066
+ --display-brown-scale-5: #856d4c;
1067
+ --display-brown-scale-6: #755f43;
1068
+ --display-brown-scale-7: #64513a;
1069
+ --display-brown-scale-8: #51412f;
1070
+ --display-brown-scale-9: #3a2e22;
1071
+ --display-coral-bgColor-emphasis: #9b2712;
1072
+ --display-coral-bgColor-muted: #ffe5db;
1073
+ --display-coral-borderColor-emphasis: #ba2e12;
1074
+ --display-coral-borderColor-muted: #fecebe;
1075
+ --display-coral-fgColor: #7e2011;
1076
+ --display-coral-scale-0: #ffe5db;
1077
+ --display-coral-scale-1: #fecebe;
1078
+ --display-coral-scale-2: #fcab92;
1079
+ --display-coral-scale-3: #f88768;
1080
+ --display-coral-scale-4: #f25f3a;
1081
+ --display-coral-scale-5: #d43511;
1082
+ --display-coral-scale-6: #ba2e12;
1083
+ --display-coral-scale-7: #9b2712;
1084
+ --display-coral-scale-8: #7e2011;
1085
+ --display-coral-scale-9: #5d180e;
1086
+ --display-cyan-bgColor-emphasis: #00596b;
1087
+ --display-cyan-bgColor-muted: #bdf4ff;
1088
+ --display-cyan-borderColor-emphasis: #006a80;
1089
+ --display-cyan-borderColor-muted: #7ae9ff;
1090
+ --display-cyan-fgColor: #004857;
1091
+ --display-cyan-scale-0: #bdf4ff;
1092
+ --display-cyan-scale-1: #7ae9ff;
1093
+ --display-cyan-scale-2: #00d0fa;
1094
+ --display-cyan-scale-3: #00b7db;
1095
+ --display-cyan-scale-4: #0099b8;
1096
+ --display-cyan-scale-5: #007b94;
1097
+ --display-cyan-scale-6: #006a80;
1098
+ --display-cyan-scale-7: #00596b;
1099
+ --display-cyan-scale-8: #004857;
1100
+ --display-cyan-scale-9: #003742;
1101
+ --display-gray-bgColor-emphasis: #4e535a;
1102
+ --display-gray-bgColor-muted: #e8ecf2;
1103
+ --display-gray-borderColor-emphasis: #5c6570;
1104
+ --display-gray-borderColor-muted: #d2dae4;
1105
+ --display-gray-fgColor: #424448;
1106
+ --display-gray-scale-0: #e8ecf2;
1107
+ --display-gray-scale-1: #d2dae4;
1108
+ --display-gray-scale-2: #b4c0cf;
1109
+ --display-gray-scale-3: #9ba9bb;
1110
+ --display-gray-scale-4: #808fa3;
1111
+ --display-gray-scale-5: #647182;
1112
+ --display-gray-scale-6: #5c6570;
1113
+ --display-gray-scale-7: #4e535a;
1114
+ --display-gray-scale-8: #424448;
1115
+ --display-gray-scale-9: #303031;
1116
+ --display-green-bgColor-emphasis: #285c3b;
1117
+ --display-green-bgColor-muted: #caf7ca;
1118
+ --display-green-borderColor-emphasis: #2b6e3f;
1119
+ --display-green-borderColor-muted: #9ceda0;
1120
+ --display-green-fgColor: #254b34;
1121
+ --display-green-scale-0: #caf7ca;
1122
+ --display-green-scale-1: #9ceda0;
1123
+ --display-green-scale-2: #54d961;
1124
+ --display-green-scale-3: #31bf46;
1125
+ --display-green-scale-4: #30a147;
1126
+ --display-green-scale-5: #2c8141;
1127
+ --display-green-scale-6: #2b6e3f;
1128
+ --display-green-scale-7: #285c3b;
1129
+ --display-green-scale-8: #254b34;
1130
+ --display-green-scale-9: #1d3528;
1131
+ --display-indigo-bgColor-emphasis: #393cd5;
1132
+ --display-indigo-bgColor-muted: #e5e9ff;
1133
+ --display-indigo-borderColor-emphasis: #494edf;
1134
+ --display-indigo-borderColor-muted: #d2d7fe;
1135
+ --display-indigo-fgColor: #2d2db4;
1136
+ --display-indigo-scale-0: #e5e9ff;
1137
+ --display-indigo-scale-1: #d2d7fe;
1138
+ --display-indigo-scale-2: #b1b9fb;
1139
+ --display-indigo-scale-3: #979ff7;
1140
+ --display-indigo-scale-4: #7a82f0;
1141
+ --display-indigo-scale-5: #5a61e7;
1142
+ --display-indigo-scale-6: #494edf;
1143
+ --display-indigo-scale-7: #393cd5;
1144
+ --display-indigo-scale-8: #2d2db4;
1145
+ --display-indigo-scale-9: #25247b;
1146
+ --display-lemon-bgColor-emphasis: #654f01;
1147
+ --display-lemon-bgColor-muted: #f7eea1;
1148
+ --display-lemon-borderColor-emphasis: #786002;
1149
+ --display-lemon-borderColor-muted: #f0db3d;
1150
+ --display-lemon-fgColor: #523f00;
1151
+ --display-lemon-scale-0: #f7eea1;
1152
+ --display-lemon-scale-1: #f0db3d;
1153
+ --display-lemon-scale-2: #d8bd0e;
1154
+ --display-lemon-scale-3: #c2a60a;
1155
+ --display-lemon-scale-4: #a68c07;
1156
+ --display-lemon-scale-5: #866e04;
1157
+ --display-lemon-scale-6: #786002;
1158
+ --display-lemon-scale-7: #654f01;
1159
+ --display-lemon-scale-8: #523f00;
1160
+ --display-lemon-scale-9: #3d2e00;
1161
+ --display-lime-bgColor-emphasis: #3a5b25;
1162
+ --display-lime-bgColor-muted: #e3f2b5;
1163
+ --display-lime-borderColor-emphasis: #476c28;
1164
+ --display-lime-borderColor-muted: #c7e580;
1165
+ --display-lime-fgColor: #2f4a21;
1166
+ --display-lime-scale-0: #e3f2b5;
1167
+ --display-lime-scale-1: #c7e580;
1168
+ --display-lime-scale-2: #9bd039;
1169
+ --display-lime-scale-3: #80b530;
1170
+ --display-lime-scale-4: #6c9d2f;
1171
+ --display-lime-scale-5: #527a29;
1172
+ --display-lime-scale-6: #476c28;
1173
+ --display-lime-scale-7: #3a5b25;
1174
+ --display-lime-scale-8: #2f4a21;
1175
+ --display-lime-scale-9: #213319;
1176
+ --display-olive-bgColor-emphasis: #495a2b;
1177
+ --display-olive-bgColor-muted: #f0f0ad;
1178
+ --display-olive-borderColor-emphasis: #56682c;
1179
+ --display-olive-borderColor-muted: #dbe170;
1180
+ --display-olive-fgColor: #3b4927;
1181
+ --display-olive-scale-0: #f0f0ad;
1182
+ --display-olive-scale-1: #dbe170;
1183
+ --display-olive-scale-2: #b9c832;
1184
+ --display-olive-scale-3: #9bae32;
1185
+ --display-olive-scale-4: #819532;
1186
+ --display-olive-scale-5: #64762d;
1187
+ --display-olive-scale-6: #56682c;
1188
+ --display-olive-scale-7: #495a2b;
1189
+ --display-olive-scale-8: #3b4927;
1190
+ --display-olive-scale-9: #2a331f;
1191
+ --display-orange-bgColor-emphasis: #8d3c11;
1192
+ --display-orange-bgColor-muted: #ffe7d1;
1193
+ --display-orange-borderColor-emphasis: #a24610;
1194
+ --display-orange-borderColor-muted: #fecfaa;
1195
+ --display-orange-fgColor: #70300f;
1196
+ --display-orange-scale-0: #ffe7d1;
1197
+ --display-orange-scale-1: #fecfaa;
1198
+ --display-orange-scale-2: #fbaf74;
1199
+ --display-orange-scale-3: #f68c41;
1200
+ --display-orange-scale-4: #eb670f;
1201
+ --display-orange-scale-5: #b8500f;
1202
+ --display-orange-scale-6: #a24610;
1203
+ --display-orange-scale-7: #8d3c11;
1204
+ --display-orange-scale-8: #70300f;
1205
+ --display-orange-scale-9: #54230d;
1206
+ --display-pine-bgColor-emphasis: #135d41;
1207
+ --display-pine-bgColor-muted: #bff8db;
1208
+ --display-pine-borderColor-emphasis: #156f4b;
1209
+ --display-pine-borderColor-muted: #80efb9;
1210
+ --display-pine-fgColor: #114b36;
1211
+ --display-pine-scale-0: #bff8db;
1212
+ --display-pine-scale-1: #80efb9;
1213
+ --display-pine-scale-2: #1dd781;
1214
+ --display-pine-scale-3: #1dbf76;
1215
+ --display-pine-scale-4: #1aa267;
1216
+ --display-pine-scale-5: #167e53;
1217
+ --display-pine-scale-6: #156f4b;
1218
+ --display-pine-scale-7: #135d41;
1219
+ --display-pine-scale-8: #114b36;
1220
+ --display-pine-scale-9: #0d3627;
1221
+ --display-pink-bgColor-emphasis: #8e2e66;
1222
+ --display-pink-bgColor-muted: #ffe5f1;
1223
+ --display-pink-borderColor-emphasis: #b12f79;
1224
+ --display-pink-borderColor-muted: #fdc9e2;
1225
+ --display-pink-fgColor: #6e2b53;
1226
+ --display-pink-scale-0: #ffe5f1;
1227
+ --display-pink-scale-1: #fdc9e2;
1228
+ --display-pink-scale-2: #f8a5cf;
1229
+ --display-pink-scale-3: #f184bc;
1230
+ --display-pink-scale-4: #e55da5;
1231
+ --display-pink-scale-5: #ce2c85;
1232
+ --display-pink-scale-6: #b12f79;
1233
+ --display-pink-scale-7: #8e2e66;
1234
+ --display-pink-scale-8: #6e2b53;
1235
+ --display-pink-scale-9: #4d233d;
1236
+ --display-plum-bgColor-emphasis: #7d1eb8;
1237
+ --display-plum-bgColor-muted: #f8e5ff;
1238
+ --display-plum-borderColor-emphasis: #961edc;
1239
+ --display-plum-borderColor-muted: #f0cdfe;
1240
+ --display-plum-fgColor: #651d96;
1241
+ --display-plum-scale-0: #f8e5ff;
1242
+ --display-plum-scale-1: #f0cdfe;
1243
+ --display-plum-scale-2: #e2a7fb;
1244
+ --display-plum-scale-3: #d487f7;
1245
+ --display-plum-scale-4: #c264f2;
1246
+ --display-plum-scale-5: #a830e8;
1247
+ --display-plum-scale-6: #961edc;
1248
+ --display-plum-scale-7: #7d1eb8;
1249
+ --display-plum-scale-8: #651d96;
1250
+ --display-plum-scale-9: #471769;
1251
+ --display-purple-bgColor-emphasis: #6223d7;
1252
+ --display-purple-bgColor-muted: #f1e5ff;
1253
+ --display-purple-borderColor-emphasis: #783ae4;
1254
+ --display-purple-borderColor-muted: #e6d2fe;
1255
+ --display-purple-fgColor: #4f21ab;
1256
+ --display-purple-scale-0: #f1e5ff;
1257
+ --display-purple-scale-1: #e6d2fe;
1258
+ --display-purple-scale-2: #d1b1fc;
1259
+ --display-purple-scale-3: #bc91f8;
1260
+ --display-purple-scale-4: #a672f3;
1261
+ --display-purple-scale-5: #894ceb;
1262
+ --display-purple-scale-6: #783ae4;
1263
+ --display-purple-scale-7: #6223d7;
1264
+ --display-purple-scale-8: #4f21ab;
1265
+ --display-purple-scale-9: #391b79;
1266
+ --display-red-bgColor-emphasis: #a60c29;
1267
+ --display-red-bgColor-muted: #ffe2e0;
1268
+ --display-red-borderColor-emphasis: #c50d28;
1269
+ --display-red-borderColor-muted: #fecdcd;
1270
+ --display-red-fgColor: #880c27;
1271
+ --display-red-scale-0: #ffe2e0;
1272
+ --display-red-scale-1: #fecdcd;
1273
+ --display-red-scale-2: #fda5a7;
1274
+ --display-red-scale-3: #fb8389;
1275
+ --display-red-scale-4: #f85461;
1276
+ --display-red-scale-5: #df0c24;
1277
+ --display-red-scale-6: #c50d28;
1278
+ --display-red-scale-7: #a60c29;
1279
+ --display-red-scale-8: #880c27;
1280
+ --display-red-scale-9: #610a20;
1281
+ --display-teal-bgColor-emphasis: #0d5b63;
1282
+ --display-teal-bgColor-muted: #c7f5ef;
1283
+ --display-teal-borderColor-emphasis: #106e75;
1284
+ --display-teal-borderColor-muted: #89ebe1;
1285
+ --display-teal-fgColor: #0a4852;
1286
+ --display-teal-scale-0: #c7f5ef;
1287
+ --display-teal-scale-1: #89ebe1;
1288
+ --display-teal-scale-2: #22d3c7;
1289
+ --display-teal-scale-3: #1db9b4;
1290
+ --display-teal-scale-4: #179b9b;
1291
+ --display-teal-scale-5: #127e81;
1292
+ --display-teal-scale-6: #106e75;
1293
+ --display-teal-scale-7: #0d5b63;
1294
+ --display-teal-scale-8: #0a4852;
1295
+ --display-teal-scale-9: #073740;
1296
+ --display-yellow-bgColor-emphasis: #704d00;
1297
+ --display-yellow-bgColor-muted: #ffec9e;
1298
+ --display-yellow-borderColor-emphasis: #805900;
1299
+ --display-yellow-borderColor-muted: #ffd642;
1300
+ --display-yellow-fgColor: #5c3d00;
1301
+ --display-yellow-scale-0: #ffec9e;
1302
+ --display-yellow-scale-1: #ffd642;
1303
+ --display-yellow-scale-2: #ebb400;
1304
+ --display-yellow-scale-3: #d19d00;
1305
+ --display-yellow-scale-4: #b88700;
1306
+ --display-yellow-scale-5: #946a00;
1307
+ --display-yellow-scale-6: #805900;
1308
+ --display-yellow-scale-7: #704d00;
1309
+ --display-yellow-scale-8: #5c3d00;
1310
+ --display-yellow-scale-9: #422b00;
1311
+ --fgColor-accent: #023b95;
1312
+ --fgColor-attention: #603700;
1313
+ --fgColor-danger: #86061d;
1314
+ --fgColor-disabled: #59636e;
1315
+ --fgColor-done: #512598;
1316
+ --fgColor-muted: #393f46;
1317
+ --fgColor-neutral: #393f46;
1318
+ --fgColor-open: #86061d;
1319
+ --fgColor-severe: #86061d;
1320
+ --fgColor-sponsors: #7d0c57;
1321
+ --fgColor-success: #023b95;
1322
+ --header-bgColor: #25292e;
1323
+ --header-borderColor-divider: #c8d1da;
1324
+ --headerSearch-bgColor: #25292e;
1325
+ --headerSearch-borderColor: #818b98;
1326
+ --highlight-neutral-bgColor: #fcf7be;
1327
+ --label-auburn-bgColor-active: #d4b7b5;
1328
+ --label-auburn-bgColor-hover: #e6d6d5;
1329
+ --label-auburn-bgColor-rest: #f2e9e9;
1330
+ --label-auburn-fgColor-active: #5d3937;
1331
+ --label-auburn-fgColor-hover: #744744;
1332
+ --label-auburn-fgColor-rest: #8a5551;
1333
+ --label-blue-bgColor-active: #75c8ff;
1334
+ --label-blue-bgColor-hover: #ade1ff;
1335
+ --label-blue-bgColor-rest: #d1f0ff;
1336
+ --label-blue-fgColor-active: #003d99;
1337
+ --label-blue-fgColor-hover: #004db3;
1338
+ --label-blue-fgColor-rest: #005fcc;
1339
+ --label-brown-bgColor-active: #cbbda4;
1340
+ --label-brown-bgColor-hover: #dfd7c8;
1341
+ --label-brown-bgColor-rest: #eeeae2;
1342
+ --label-brown-fgColor-active: #51412f;
1343
+ --label-brown-fgColor-hover: #64513a;
1344
+ --label-brown-fgColor-rest: #755f43;
1345
+ --label-coral-bgColor-active: #fcab92;
1346
+ --label-coral-bgColor-hover: #fecebe;
1347
+ --label-coral-bgColor-rest: #ffe5db;
1348
+ --label-coral-fgColor-active: #7e2011;
1349
+ --label-coral-fgColor-hover: #9b2712;
1350
+ --label-coral-fgColor-rest: #ba2e12;
1351
+ --label-cyan-bgColor-active: #00d0fa;
1352
+ --label-cyan-bgColor-hover: #7ae9ff;
1353
+ --label-cyan-bgColor-rest: #bdf4ff;
1354
+ --label-cyan-fgColor-active: #004857;
1355
+ --label-cyan-fgColor-hover: #00596b;
1356
+ --label-cyan-fgColor-rest: #006a80;
1357
+ --label-gray-bgColor-active: #b4c0cf;
1358
+ --label-gray-bgColor-hover: #d2dae4;
1359
+ --label-gray-bgColor-rest: #e8ecf2;
1360
+ --label-gray-fgColor-active: #424448;
1361
+ --label-gray-fgColor-hover: #4e535a;
1362
+ --label-gray-fgColor-rest: #5c6570;
1363
+ --label-green-bgColor-active: #54d961;
1364
+ --label-green-bgColor-hover: #9ceda0;
1365
+ --label-green-bgColor-rest: #caf7ca;
1366
+ --label-green-fgColor-active: #254b34;
1367
+ --label-green-fgColor-hover: #285c3b;
1368
+ --label-green-fgColor-rest: #2b6e3f;
1369
+ --label-indigo-bgColor-active: #b1b9fb;
1370
+ --label-indigo-bgColor-hover: #d2d7fe;
1371
+ --label-indigo-bgColor-rest: #e5e9ff;
1372
+ --label-indigo-fgColor-active: #2d2db4;
1373
+ --label-indigo-fgColor-hover: #393cd5;
1374
+ --label-indigo-fgColor-rest: #494edf;
1375
+ --label-lemon-bgColor-active: #d8bd0e;
1376
+ --label-lemon-bgColor-hover: #f0db3d;
1377
+ --label-lemon-bgColor-rest: #f7eea1;
1378
+ --label-lemon-fgColor-active: #523f00;
1379
+ --label-lemon-fgColor-hover: #654f01;
1380
+ --label-lemon-fgColor-rest: #786002;
1381
+ --label-lime-bgColor-active: #9bd039;
1382
+ --label-lime-bgColor-hover: #c7e580;
1383
+ --label-lime-bgColor-rest: #e3f2b5;
1384
+ --label-lime-fgColor-active: #2f4a21;
1385
+ --label-lime-fgColor-hover: #3a5b25;
1386
+ --label-lime-fgColor-rest: #476c28;
1387
+ --label-olive-bgColor-active: #b9c832;
1388
+ --label-olive-bgColor-hover: #dbe170;
1389
+ --label-olive-bgColor-rest: #f0f0ad;
1390
+ --label-olive-fgColor-active: #3b4927;
1391
+ --label-olive-fgColor-hover: #495a2b;
1392
+ --label-olive-fgColor-rest: #56682c;
1393
+ --label-orange-bgColor-active: #fbaf74;
1394
+ --label-orange-bgColor-hover: #fecfaa;
1395
+ --label-orange-bgColor-rest: #ffe7d1;
1396
+ --label-orange-fgColor-active: #70300f;
1397
+ --label-orange-fgColor-hover: #8d3c11;
1398
+ --label-orange-fgColor-rest: #a24610;
1399
+ --label-pine-bgColor-active: #1dd781;
1400
+ --label-pine-bgColor-hover: #80efb9;
1401
+ --label-pine-bgColor-rest: #bff8db;
1402
+ --label-pine-fgColor-active: #114b36;
1403
+ --label-pine-fgColor-hover: #135d41;
1404
+ --label-pine-fgColor-rest: #156f4b;
1405
+ --label-pink-bgColor-active: #f8a5cf;
1406
+ --label-pink-bgColor-hover: #fdc9e2;
1407
+ --label-pink-bgColor-rest: #ffe5f1;
1408
+ --label-pink-fgColor-active: #6e2b53;
1409
+ --label-pink-fgColor-hover: #8e2e66;
1410
+ --label-pink-fgColor-rest: #b12f79;
1411
+ --label-plum-bgColor-active: #e2a7fb;
1412
+ --label-plum-bgColor-hover: #f0cdfe;
1413
+ --label-plum-bgColor-rest: #f8e5ff;
1414
+ --label-plum-fgColor-active: #651d96;
1415
+ --label-plum-fgColor-hover: #7d1eb8;
1416
+ --label-plum-fgColor-rest: #961edc;
1417
+ --label-purple-bgColor-active: #d1b1fc;
1418
+ --label-purple-bgColor-hover: #e6d2fe;
1419
+ --label-purple-bgColor-rest: #f1e5ff;
1420
+ --label-purple-fgColor-active: #4f21ab;
1421
+ --label-purple-fgColor-hover: #6223d7;
1422
+ --label-purple-fgColor-rest: #783ae4;
1423
+ --label-red-bgColor-active: #fda5a7;
1424
+ --label-red-bgColor-hover: #fecdcd;
1425
+ --label-red-bgColor-rest: #ffe2e0;
1426
+ --label-red-fgColor-active: #880c27;
1427
+ --label-red-fgColor-hover: #a60c29;
1428
+ --label-red-fgColor-rest: #c50d28;
1429
+ --label-teal-bgColor-active: #22d3c7;
1430
+ --label-teal-bgColor-hover: #89ebe1;
1431
+ --label-teal-bgColor-rest: #c7f5ef;
1432
+ --label-teal-fgColor-active: #0a4852;
1433
+ --label-teal-fgColor-hover: #0d5b63;
1434
+ --label-teal-fgColor-rest: #106e75;
1435
+ --label-yellow-bgColor-active: #ebb400;
1436
+ --label-yellow-bgColor-hover: #ffd642;
1437
+ --label-yellow-bgColor-rest: #ffec9e;
1438
+ --label-yellow-fgColor-active: #5c3d00;
1439
+ --label-yellow-fgColor-hover: #704d00;
1440
+ --label-yellow-fgColor-rest: #805900;
1441
+ --menu-bgColor-active: #ffffff00;
1442
+ --overlay-backdrop-bgColor: #393f4666;
1443
+ --reactionButton-selected-bgColor-rest: #dff7ff;
1444
+ --reactionButton-selected-fgColor-hover: #023b95;
1445
+ --selectMenu-bgColor-active: #9cd7ff;
1446
+ --selectMenu-borderColor: #ffffff00;
1447
+ --shadow-floating-legacy: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
1448
+ --shadow-resting-medium: 0px 1px 1px 0px #25292e1a, 0px 3px 6px 0px #25292e1f;
1449
+ --skeletonLoader-bgColor: #dae0e7;
1450
+ --treeViewItem-leadingVisual-iconColor-rest: #368cf9;
1451
+ --underlineNav-borderColor-active: #cd3425;
1452
+ --avatar-bgColor: #ffffff;
1453
+ --avatar-shadow: 0px 0px 0px 2px #ffffffcc;
1454
+ --bgColor-black: #010409;
1455
+ --bgColor-closed-emphasis: var(--bgColor-neutral-emphasis);
1456
+ --bgColor-closed-muted: var(--bgColor-neutral-muted);
1457
+ --bgColor-default: #ffffff;
1458
+ --bgColor-upsell-emphasis: var(--bgColor-done-emphasis);
1459
+ --bgColor-upsell-muted: var(--bgColor-done-muted);
1460
+ --bgColor-white: #ffffff;
1461
+ --border-accent-emphasis: 0.0625rem solid #0349b4;
1462
+ --border-accent-muted: 0.0625rem solid #368cf9;
1463
+ --border-attention-emphasis: 0.0625rem solid #744500;
1464
+ --border-attention-muted: 0.0625rem solid #b58407;
1465
+ --border-danger-emphasis: 0.0625rem solid #a0111f;
1466
+ --border-danger-muted: 0.0625rem solid #ee5a5d;
1467
+ --border-default: 0.0625rem solid #454c54;
1468
+ --border-disabled: 0.0625rem solid #59636e1f;
1469
+ --border-done-emphasis: 0.0625rem solid #622cbc;
1470
+ --border-done-muted: 0.0625rem solid #a371f7;
1471
+ --border-neutral-emphasis: 0.0625rem solid #59636e;
1472
+ --border-severe-emphasis: 0.0625rem solid #a0111f;
1473
+ --border-severe-muted: 0.0625rem solid #ee5a5d;
1474
+ --border-sponsors-emphasis: 0.0625rem solid #971368;
1475
+ --border-sponsors-muted: 0.0625rem solid #ed4baf;
1476
+ --border-success-emphasis: 0.0625rem solid #0349b4;
1477
+ --border-success-muted: 0.0625rem solid #368cf9;
1478
+ --border-transparent: 0.0625rem solid #ffffff00;
1479
+ --borderColor-closed-muted: var(--borderColor-default);
1480
+ --borderColor-emphasis: var(--borderColor-default);
1481
+ --borderColor-muted: var(--borderColor-default);
1482
+ --borderColor-upsell-emphasis: var(--borderColor-done-emphasis);
1483
+ --borderColor-upsell-muted: var(--borderColor-done-muted);
1484
+ --button-danger-bgColor-hover: var(--bgColor-danger-emphasis);
1485
+ --button-danger-bgColor-rest: var(--control-bgColor-rest);
1486
+ --button-danger-borderColor-active: var(--button-danger-borderColor-hover);
1487
+ --button-danger-fgColor-active: #ffffff;
1488
+ --button-danger-fgColor-disabled: #86061d80;
1489
+ --button-danger-fgColor-hover: #ffffff;
1490
+ --button-danger-fgColor-rest: var(--fgColor-danger);
1491
+ --button-danger-iconColor-hover: #ffffff;
1492
+ --button-default-bgColor-active: var(--control-bgColor-active);
1493
+ --button-default-bgColor-hover: var(--control-bgColor-hover);
1494
+ --button-default-bgColor-rest: var(--control-bgColor-rest);
1495
+ --button-default-bgColor-selected: var(--control-bgColor-active);
1496
+ --button-default-fgColor-rest: var(--control-fgColor-rest);
1497
+ --button-default-shadow-resting: 0px 1px 0px 0px #0104090a;
1498
+ --button-invisible-bgColor-active: var(--control-transparent-bgColor-active);
1499
+ --button-invisible-bgColor-hover: var(--control-transparent-bgColor-hover);
1500
+ --button-invisible-bgColor-rest: var(--control-transparent-bgColor-rest);
1501
+ --button-invisible-borderColor-rest: var(--control-transparent-borderColor-rest);
1502
+ --button-invisible-fgColor-active: var(--control-fgColor-rest);
1503
+ --button-invisible-fgColor-rest: var(--control-fgColor-rest);
1504
+ --button-invisible-iconColor-rest: var(--fgColor-muted);
1505
+ --button-outline-bgColor-hover: var(--bgColor-accent-emphasis);
1506
+ --button-outline-bgColor-rest: var(--control-bgColor-rest);
1507
+ --button-outline-borderColor-active: var(--button-outline-borderColor-hover);
1508
+ --button-outline-fgColor-active: #ffffff;
1509
+ --button-outline-fgColor-disabled: #023b9580;
1510
+ --button-outline-fgColor-hover: #ffffff;
1511
+ --button-outline-fgColor-rest: var(--fgColor-accent);
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: #ffffffcc;
1516
+ --buttonCounter-danger-bgColor-disabled: #a0111f0d;
1517
+ --buttonCounter-danger-bgColor-hover: #ffffff33;
1518
+ --buttonCounter-danger-bgColor-rest: #a0111f1a;
1519
+ --buttonCounter-danger-fgColor-disabled: #86061d80;
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: #0349b40d;
1524
+ --buttonCounter-outline-bgColor-hover: #ffffff33;
1525
+ --buttonCounter-outline-bgColor-rest: #0349b41a;
1526
+ --buttonCounter-outline-fgColor-disabled: #023b9580;
1527
+ --buttonCounter-outline-fgColor-hover: #ffffff;
1528
+ --codeMirror-activeline-bgColor: var(--bgColor-neutral-muted);
1529
+ --codeMirror-gutterMarker-fgColor-muted: var(--fgColor-muted);
1530
+ --codeMirror-lineNumber-fgColor: var(--fgColor-muted);
1531
+ --codeMirror-selection-bgColor: var(--borderColor-accent-muted);
1532
+ --codeMirror-syntax-fgColor-comment: #010409;
1533
+ --color-ansi-black: #010409;
1534
+ --color-prettylights-syntax-markup-bold: #010409;
1535
+ --color-prettylights-syntax-markup-italic: #010409;
1536
+ --color-prettylights-syntax-storage-modifier-import: #010409;
1537
+ --contribution-default-bgColor-0: #ffffff;
1538
+ --contribution-default-borderColor-1: var(--contribution-default-borderColor-0);
1539
+ --contribution-default-borderColor-2: var(--contribution-default-borderColor-0);
1540
+ --contribution-default-borderColor-3: var(--contribution-default-borderColor-0);
1541
+ --contribution-default-borderColor-4: var(--contribution-default-borderColor-0);
1542
+ --control-bgColor-disabled: var(--bgColor-disabled);
1543
+ --control-bgColor-selected: var(--control-bgColor-rest);
1544
+ --control-borderColor-danger: var(--borderColor-danger-emphasis);
1545
+ --control-borderColor-disabled: var(--borderColor-disabled);
1546
+ --control-borderColor-rest: var(--borderColor-default);
1547
+ --control-borderColor-success: var(--borderColor-success-emphasis);
1548
+ --control-borderColor-warning: var(--borderColor-attention-emphasis);
1549
+ --control-checked-bgColor-disabled: var(--fgColor-disabled);
1550
+ --control-checked-bgColor-rest: var(--bgColor-accent-emphasis);
1551
+ --control-danger-bgColor-hover: var(--bgColor-danger-emphasis);
1552
+ --control-danger-fgColor-rest: var(--fgColor-danger);
1553
+ --control-fgColor-disabled: var(--fgColor-disabled);
1554
+ --control-iconColor-rest: var(--fgColor-muted);
1555
+ --control-transparent-bgColor-disabled: var(--bgColor-disabled);
1556
+ --control-transparent-borderColor-active: var(--borderColor-default);
1557
+ --control-transparent-borderColor-hover: var(--borderColor-default);
1558
+ --controlKnob-bgColor-checked: #ffffff;
1559
+ --controlKnob-bgColor-rest: #ffffff;
1560
+ --controlTrack-bgColor-disabled: var(--fgColor-disabled);
1561
+ --controlTrack-borderColor-disabled: var(--fgColor-disabled);
1562
+ --counter-bgColor-emphasis: var(--bgColor-neutral-emphasis);
1563
+ --counter-bgColor-muted: var(--bgColor-neutral-muted);
1564
+ --counter-borderColor: var(--borderColor-default);
1565
+ --diffBlob-additionLine-bgColor: var(--bgColor-success-muted);
1566
+ --diffBlob-deletionLine-bgColor: var(--bgColor-danger-muted);
1567
+ --diffBlob-emptyLine-bgColor: var(--bgColor-muted);
1568
+ --diffBlob-emptyNum-bgColor: var(--bgColor-muted);
1569
+ --diffBlob-hunkLine-fgColor: var(--fgColor-muted);
1570
+ --fgColor-black: #010409;
1571
+ --fgColor-closed: var(--fgColor-muted);
1572
+ --fgColor-default: #010409;
1573
+ --fgColor-link: var(--fgColor-accent);
1574
+ --fgColor-onEmphasis: #ffffff;
1575
+ --fgColor-onInverse: #ffffff;
1576
+ --fgColor-upsell: var(--fgColor-done);
1577
+ --fgColor-white: #ffffff;
1578
+ --focus-outlineColor: var(--borderColor-accent-emphasis);
1579
+ --header-fgColor-default: #ffffffb3;
1580
+ --header-fgColor-logo: #ffffff;
1581
+ --overlay-bgColor: #ffffff;
1582
+ --overlay-borderColor: var(--borderColor-default);
1583
+ --page-header-bgColor: var(--bgColor-muted);
1584
+ --selection-bgColor: #0349b433;
1585
+ --shadow-inset: inset 0px 1px 0px 0px #0104090a;
1586
+ --shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
1587
+ --shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
1588
+ --sideNav-bgColor-selected: #ffffff;
1589
+ --timelineBadge-bgColor: var(--bgColor-muted);
1590
+ --tooltip-bgColor: var(--bgColor-emphasis);
1591
+ --topicTag-borderColor: var(--borderColor-accent-emphasis);
1592
+ --underlineNav-iconColor-rest: var(--fgColor-muted);
1593
+ --avatar-borderColor: var(--borderColor-emphasis);
1594
+ --border-closed-emphasis: var(--border-danger-emphasis);
1595
+ --border-closed-muted: var(--border-danger-muted);
1596
+ --border-emphasis: 0.0625rem solid #454c54;
1597
+ --border-muted: 0.0625rem solid #454c54;
1598
+ --border-open-emphasis: var(--border-success-emphasis);
1599
+ --border-open-muted: var(--border-success-muted);
1600
+ --border-upsell-emphasis: 0.0625rem solid #622cbc;
1601
+ --border-upsell-muted: 0.0625rem solid #a371f7;
1602
+ --borderColor-closed-emphasis: var(--borderColor-emphasis);
1603
+ --borderColor-neutral-muted: var(--borderColor-muted);
1604
+ --button-danger-bgColor-disabled: var(--control-bgColor-disabled);
1605
+ --button-danger-borderColor-rest: var(--control-borderColor-rest);
1606
+ --button-danger-iconColor-rest: var(--button-danger-fgColor-rest);
1607
+ --button-default-bgColor-disabled: var(--control-bgColor-disabled);
1608
+ --button-default-borderColor-active: var(--control-borderColor-rest);
1609
+ --button-default-borderColor-disabled: var(--control-borderColor-disabled);
1610
+ --button-default-borderColor-rest: var(--control-borderColor-rest);
1611
+ --button-invisible-borderColor-hover: var(--control-transparent-borderColor-hover);
1612
+ --button-invisible-fgColor-disabled: var(--control-fgColor-disabled);
1613
+ --button-invisible-iconColor-disabled: var(--control-fgColor-disabled);
1614
+ --button-outline-bgColor-disabled: var(--control-bgColor-disabled);
1615
+ --button-primary-fgColor-rest: var(--fgColor-white);
1616
+ --button-primary-iconColor-rest: #ffffffcc;
1617
+ --card-bgColor: var(--bgColor-default);
1618
+ --codeMirror-bgColor: var(--bgColor-default);
1619
+ --codeMirror-cursor-fgColor: var(--fgColor-default);
1620
+ --codeMirror-fgColor: var(--fgColor-default);
1621
+ --codeMirror-gutterMarker-fgColor-default: var(--bgColor-default);
1622
+ --codeMirror-gutters-bgColor: var(--bgColor-default);
1623
+ --codeMirror-lines-bgColor: var(--bgColor-default);
1624
+ --codeMirror-matchingBracket-fgColor: var(--fgColor-default);
1625
+ --control-borderColor-emphasis: var(--borderColor-emphasis);
1626
+ --control-borderColor-selected: var(--control-bgColor-selected);
1627
+ --control-checked-borderColor-disabled: var(--control-checked-bgColor-disabled);
1628
+ --control-checked-borderColor-rest: var(--control-checked-bgColor-rest);
1629
+ --control-checked-fgColor-disabled: var(--fgColor-onEmphasis);
1630
+ --control-checked-fgColor-rest: var(--fgColor-onEmphasis);
1631
+ --control-danger-fgColor-hover: var(--fgColor-onEmphasis);
1632
+ --controlKnob-bgColor-disabled: var(--control-bgColor-disabled);
1633
+ --controlKnob-borderColor-checked: var(--control-checked-bgColor-rest);
1634
+ --controlKnob-borderColor-disabled: var(--control-bgColor-disabled);
1635
+ --controlTrack-borderColor-rest: var(--borderColor-emphasis);
1636
+ --controlTrack-fgColor-disabled: var(--fgColor-onEmphasis);
1637
+ --diffBlob-additionLine-fgColor: var(--fgColor-default);
1638
+ --diffBlob-additionNum-fgColor: var(--fgColor-default);
1639
+ --diffBlob-additionWord-fgColor: var(--fgColor-onEmphasis);
1640
+ --diffBlob-deletionLine-fgColor: var(--fgColor-default);
1641
+ --diffBlob-deletionNum-fgColor: var(--fgColor-default);
1642
+ --diffBlob-deletionWord-fgColor: var(--fgColor-onEmphasis);
1643
+ --diffBlob-expander-iconColor: var(--fgColor-default);
1644
+ --diffBlob-hunkNum-fgColor-hover: var(--fgColor-default);
1645
+ --diffBlob-hunkNum-fgColor-rest: var(--fgColor-default);
1646
+ --focus-outline: 2px solid #0349b4;
1647
+ --reactionButton-selected-fgColor-rest: var(--fgColor-link);
1648
+ --shadow-floating-large: 0px 0px 0px 1px #454c54, 0px 40px 80px 0px #25292e3d;
1649
+ --shadow-floating-medium: 0px 0px 0px 1px #454c54, 0px 8px 16px -4px #25292e14, 0px 4px 32px -4px #25292e14, 0px 24px 48px -12px #25292e14, 0px 48px 96px -24px #25292e14;
1650
+ --shadow-floating-small: 0px 0px 0px 1px #454c5480, 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
1651
+ --shadow-floating-xlarge: 0px 0px 0px 1px #454c54, 0px 56px 112px 0px #25292e52;
1652
+ --tooltip-fgColor: var(--fgColor-onEmphasis);
1653
+ --underlineNav-borderColor-hover: var(--borderColor-muted);
1654
+ --border-neutral-muted: 0.0625rem solid #454c54;
1655
+ --button-default-borderColor-hover: var(--button-default-borderColor-rest);
1656
+ --controlKnob-borderColor-rest: var(--control-borderColor-emphasis);
1657
+ }
1658
+ }