@@ -32,21 +32,16 @@ $darkest: #000;
3232$themes : (
3333 light : (
3434 admonition-background : #E4F8FF ,
35- admonition-background : #E4F8FF ,
36- admonition-border : #22C8ED ,
3735 admonition-border : #22C8ED ,
3836 admonition-text : #075769 ,
39- admonition-text : #075769 ,
4037 background-color : $lighter ,
4138 button-active-color : $lightest ,
42- button-active-color : $lightest ,
4339 button-background-active-color : $p5js-active-pink ,
4440 button-background-color : $light ,
4541 button-background-hover-color : $p5js-pink ,
4642 button-border-color : $middle-light ,
4743 button-color : $black ,
4844 button-hover-color : $lightest ,
49- button-hover-color : $lightest ,
5045 button-nav-inactive-color : $middle-gray ,
5146 button-secondary-background-color : $medium-light ,
5247 codefold-icon-closed : url (" ../images/triangle-arrow-right.svg?byUrl" ),
@@ -63,64 +58,35 @@ $themes: (
6358 file-hover-color : $light ,
6459 file-selected-color : $medium-light ,
6560 form-input-placeholder-text-color : $middle-light ,
66- form-input-placeholder-text-color : $middle-light ,
6761 form-input-text-color : $dark ,
68- form-input-text-color : $dark ,
69- form-navigation-options-color : $middle-dark ,
7062 form-navigation-options-color : $middle-dark ,
7163 form-secondary-title-color : $medium-dark ,
72- form-secondary-title-color : $medium-dark ,
73- form-title-color : rgba (51 , 51 , 51 , 0.87 ),
7464 form-title-color : rgba (51 , 51 , 51 , 0.87 ),
7565 heavy-text-color : $darker ,
7666 hint-arrow-background-active-color : $p5js-active-pink ,
77- hint-arrow-background-active-color : $p5js-active-pink ,
78- hint-arrow-background-color : #ed225ddd ,
7967 hint-arrow-background-color : #ed225ddd ,
8068 hint-arrow-color : $lightest ,
81- hint-arrow-color : $lightest ,
82- hint-arrow-focus-outline-color : $middle-dark ,
8369 hint-arrow-focus-outline-color : $middle-dark ,
8470 hint-background-color : $white ,
85- hint-background-color : $white ,
8671 hint-fun-active-border-bottom-color : #0B7CA9 ,
87- hint-fun-active-border-bottom-color : #0B7CA9 ,
88- hint-fun-text-color : #0B7CA9 ,
8972 hint-fun-text-color : #0B7CA9 ,
9073 hint-inline-text-color-light : $middle-light ,
91- hint-inline-text-color-light : $middle-light ,
92- hint-inline-text-color : $middle-gray ,
9374 hint-inline-text-color : $middle-gray ,
9475 hint-item-active-background-color : $middle-gray ,
95- hint-item-active-background-color : $middle-gray ,
96- hint-item-active-outline-offset : 0 ,
9776 hint-item-active-outline-offset : 0 ,
9877 hint-item-active-outline : none ,
99- hint-item-active-outline : none ,
10078 hint-item-active-text-color : $white ,
101- hint-item-active-text-color : $white ,
102- hint-item-active-type-text-color : $white ,
10379 hint-item-active-type-text-color : $white ,
10480 hint-item-border-bottom-color : $white ,
105- hint-item-border-bottom-color : $white ,
106- hint-item-hover-background-color : #f4f4f4 ,
10781 hint-item-hover-background-color : #f4f4f4 ,
10882 hint-keyword-text-color : #7A5A3A ,
109- hint-keyword-text-color : #7A5A3A ,
110- hint-no-link-background-color : $medium-light ,
11183 hint-no-link-background-color : $medium-light ,
11284 hint-text-color : $dark ,
113- hint-text-color : $dark ,
11485 hint-type-text-color : $medium-dark ,
115- hint-type-text-color : $medium-dark ,
116- hint-var-active-border-bottom-color : #D52889 ,
11786 hint-var-active-border-bottom-color : #D52889 ,
11887 hint-var-text-color : #D52889 ,
119- hint-var-text-color : #D52889 ,
120- icon-color : $middle-gray ,
12188 icon-color : $middle-gray ,
12289 icon-hover-color : $darker ,
123- icon-hover-color : $darker ,
12490 icon-toast-hover-color : $lightest ,
12591 ide-border-color : $medium-light ,
12692 inactive-text-color : $middle-dark ,
@@ -134,27 +100,21 @@ $themes: (
134100 logo-background-color : $lightest ,
135101 logo-color : $p5js-pink ,
136102 modal-background-color : $light ,
137- modal-background-color : $light ,
138- modal-border-color : $middle-light ,
139103 modal-border-color : $middle-light ,
140104 modal-button-color : $dark ,
141105 nav-border-color : $middle-light ,
142106 nav-hover-color : $p5js-pink ,
143107 preferences-button-background-color : $medium-light ,
144- preferences-button-background-color : $medium-light ,
145108 preferences-warning-color : $p5js-pink ,
146109 primary-text-color : $dark ,
147110 progress-bar-active-color : $p5js-active-pink ,
148- progress-bar-active-color : $p5js-active-pink ,
149- progress-bar-background-color : $middle-gray ,
150111 progress-bar-background-color : $middle-gray ,
151112 search-background-color : $lightest ,
152113 search-clear-background-color : $light ,
153114 search-hover-background-color : $medium-dark ,
154115 search-hover-text-color : $lightest ,
155116 secondary-text-color : $medium-dark ,
156117 shadow-color : rgba (0 , 0 , 0 , 0.16 ),
157- shadow-color : rgba (0 , 0 , 0 , 0.16 ),
158118 table-button-active-color : $lightest ,
159119 table-button-background-active-color : #00A1D3 ,
160120 table-button-background-color : $middle-gray ,
@@ -169,22 +129,17 @@ $themes: (
169129 toolbar-button-color : $dark ,
170130 ),
171131 dark : (
172- admonition-background : #105A7F ,
173132 admonition-background : #105A7F ,
174133 admonition-border : #22C8ED ,
175- admonition-border : #22C8ED ,
176- admonition-text : #FFFFFF ,
177134 admonition-text : #FFFFFF ,
178135 background-color : $darker ,
179136 button-active-color : $lightest ,
180- button-active-color : $lightest ,
181137 button-background-active-color : $p5js-active-pink ,
182138 button-background-color : $dark ,
183139 button-background-hover-color : $p5js-pink ,
184140 button-border-color : $middle-dark ,
185141 button-color : $light ,
186142 button-hover-color : $lightest ,
187- button-hover-color : $lightest ,
188143 button-nav-inactive-color : $middle-light ,
189144 button-secondary-background-color : $medium-dark ,
190145 codefold-icon-closed : url (" ../images/triangle-arrow-right-white.svg?byUrl" ),
@@ -201,59 +156,32 @@ $themes: (
201156 file-hover-color : $dark ,
202157 file-selected-color : $medium-dark ,
203158 form-navigation-options-color : $middle-light ,
204- form-navigation-options-color : $middle-light ,
205159 form-secondary-title-color : $medium-light ,
206- form-secondary-title-color : $medium-light ,
207- form-title-color : $lightest ,
208160 form-title-color : $lightest ,
209161 heavy-text-color : $lightest ,
210162 hint-arrow-background-active-color : $p5js-active-pink ,
211- hint-arrow-background-active-color : $p5js-active-pink ,
212- hint-arrow-background-color : #ed225ddd ,
213163 hint-arrow-background-color : #ed225ddd ,
214164 hint-arrow-color : $lightest ,
215- hint-arrow-color : $lightest ,
216165 hint-arrow-focus-outline-color : #cfcfcf ,
217- hint-arrow-focus-outline-color : #cfcfcf ,
218- hint-background-color : $darker ,
219166 hint-background-color : $darker ,
220167 hint-fun-active-border-bottom-color : #0F9DD7 ,
221- hint-fun-active-border-bottom-color : #0F9DD7 ,
222- hint-fun-text-color : #0F9DD7 ,
223168 hint-fun-text-color : #0F9DD7 ,
224169 hint-inline-text-color-light : $middle-gray ,
225- hint-inline-text-color-light : $middle-gray ,
226- hint-inline-text-color : #cfcfcf ,
227170 hint-inline-text-color : #cfcfcf ,
228171 hint-item-active-background-color : #cfcfcf ,
229- hint-item-active-background-color : #cfcfcf ,
230172 hint-item-active-outline-offset : 0 ,
231- hint-item-active-outline-offset : 0 ,
232- hint-item-active-outline : none ,
233173 hint-item-active-outline : none ,
234174 hint-item-active-text-color : $darker ,
235- hint-item-active-text-color : $darker ,
236- hint-item-active-type-text-color : $darker ,
237175 hint-item-active-type-text-color : $darker ,
238176 hint-item-border-bottom-color : $darker ,
239- hint-item-border-bottom-color : $darker ,
240- hint-item-hover-background-color : $medium-dark ,
241177 hint-item-hover-background-color : $medium-dark ,
242178 hint-keyword-text-color : #B58318 ,
243- hint-keyword-text-color : #B58318 ,
244- hint-no-link-background-color : $medium-dark ,
245179 hint-no-link-background-color : $medium-dark ,
246180 hint-text-color : $light ,
247- hint-text-color : $light ,
248- hint-type-text-color : $light ,
249181 hint-type-text-color : $light ,
250182 hint-var-active-border-bottom-color : #DE4A9B ,
251- hint-var-active-border-bottom-color : #DE4A9B ,
252- hint-var-text-color : #DE4A9B ,
253183 hint-var-text-color : #DE4A9B ,
254184 icon-color : $middle-light ,
255- icon-color : $middle-light ,
256- icon-hover-color : $lightest ,
257185 icon-hover-color : $lightest ,
258186 icon-toast-hover-color : $lightest ,
259187 ide-border-color : $middle-dark ,
@@ -268,27 +196,21 @@ $themes: (
268196 logo-background-color : $lightest ,
269197 logo-color : $p5js-pink ,
270198 modal-background-color : $dark ,
271- modal-background-color : $dark ,
272- modal-border-color : $middle-dark ,
273199 modal-border-color : $middle-dark ,
274200 modal-button-color : $lightest ,
275201 nav-border-color : $middle-dark ,
276202 nav-hover-color : $p5js-pink ,
277203 preferences-button-background-color : $middle-dark ,
278- preferences-button-background-color : $middle-dark ,
279204 preferences-warning-color : $yellow ,
280205 primary-text-color : $lightest ,
281206 progress-bar-active-color : $p5js-active-pink ,
282- progress-bar-active-color : $p5js-active-pink ,
283- progress-bar-background-color : $middle-gray ,
284207 progress-bar-background-color : $middle-gray ,
285208 search-background-color : $darker ,
286209 search-clear-background-color : $medium-dark ,
287210 search-hover-background-color : $p5js-pink ,
288211 search-hover-text-color : $lightest ,
289212 secondary-text-color : $medium-light ,
290213 shadow-color : rgba (0 , 0 , 0 , 0.16 ),
291- shadow-color : rgba (0 , 0 , 0 , 0.16 ),
292214 table-button-active-color : $lightest ,
293215 table-button-background-active-color : #00A1D3 ,
294216 table-button-background-color : $middle-gray ,
@@ -304,21 +226,16 @@ $themes: (
304226 ),
305227 contrast : (
306228 admonition-background : #000000 ,
307- admonition-background : #000000 ,
308- admonition-border : #22C8ED ,
309229 admonition-border : #22C8ED ,
310230 admonition-text : #ffffff ,
311- admonition-text : #ffffff ,
312231 background-color : $darker ,
313232 button-active-color : $dark ,
314- button-active-color : $dark ,
315233 button-background-active-color : $yellow ,
316234 button-background-color : $dark ,
317235 button-background-hover-color : $yellow ,
318236 button-border-color : $middle-dark ,
319237 button-color : $light ,
320238 button-hover-color : $dark ,
321- button-hover-color : $dark ,
322239 button-nav-inactive-color : $light ,
323240 button-secondary-background-color : $medium-dark ,
324241 codefold-icon-closed : url (" ../images/triangle-arrow-right-white.svg?byUrl" ),
@@ -335,59 +252,32 @@ $themes: (
335252 file-hover-color : $dark ,
336253 file-selected-color : $medium-dark ,
337254 form-navigation-options-color : $middle-light ,
338- form-navigation-options-color : $middle-light ,
339255 form-secondary-title-color : $medium-light ,
340- form-secondary-title-color : $medium-light ,
341- form-title-color : $lightest ,
342256 form-title-color : $lightest ,
343257 heavy-text-color : $yellow ,
344258 hint-arrow-background-active-color : #F5DC23 ,
345- hint-arrow-background-active-color : #F5DC23 ,
346259 hint-arrow-background-color : #F5DC23DD ,
347- hint-arrow-background-color : #F5DC23DD ,
348- hint-arrow-color : $darker ,
349260 hint-arrow-color : $darker ,
350261 hint-arrow-focus-outline-color : $lighter ,
351- hint-arrow-focus-outline-color : $lighter ,
352- hint-background-color : $darkest ,
353262 hint-background-color : $darkest ,
354263 hint-fun-active-border-bottom-color : none ,
355- hint-fun-active-border-bottom-color : none ,
356- hint-fun-text-color : #00FFFF ,
357264 hint-fun-text-color : #00FFFF ,
358265 hint-inline-text-color-light : $middle-gray ,
359- hint-inline-text-color-light : $middle-gray ,
360- hint-inline-text-color : #cfcfcf ,
361266 hint-inline-text-color : #cfcfcf ,
362267 hint-item-active-background-color : unset ,
363- hint-item-active-background-color : unset ,
364- hint-item-active-outline-offset : -2px ,
365268 hint-item-active-outline-offset : -2px ,
366269 hint-item-active-outline : 2px solid $lighter ,
367- hint-item-active-outline : 2px solid $lighter ,
368- hint-item-active-text-color : $lighter ,
369270 hint-item-active-text-color : $lighter ,
370271 hint-item-active-type-text-color : $lighter ,
371- hint-item-active-type-text-color : $lighter ,
372- hint-item-border-bottom-color : $medium-dark ,
373272 hint-item-border-bottom-color : $medium-dark ,
374273 hint-item-hover-background-color : $dark ,
375- hint-item-hover-background-color : $dark ,
376274 hint-keyword-text-color : #F5DC23 ,
377- hint-keyword-text-color : #F5DC23 ,
378- hint-no-link-background-color : $medium-dark ,
379275 hint-no-link-background-color : $medium-dark ,
380276 hint-text-color : $medium-light ,
381- hint-text-color : $medium-light ,
382- hint-type-text-color : $middle-light ,
383277 hint-type-text-color : $middle-light ,
384278 hint-var-active-border-bottom-color : none ,
385- hint-var-active-border-bottom-color : none ,
386- hint-var-text-color : #FFA9D9 ,
387279 hint-var-text-color : #FFA9D9 ,
388280 icon-color : $medium-light ,
389- icon-color : $medium-light ,
390- icon-hover-color : $yellow ,
391281 icon-hover-color : $yellow ,
392282 icon-toast-hover-color : $yellow ,
393283 ide-border-color : $middle-dark ,
@@ -402,27 +292,21 @@ $themes: (
402292 logo-background-color : $darker ,
403293 logo-color : $yellow ,
404294 modal-background-color : $dark ,
405- modal-background-color : $dark ,
406- modal-border-color : $middle-dark ,
407295 modal-border-color : $middle-dark ,
408296 modal-button-color : $dark ,
409297 nav-border-color : $middle-dark ,
410298 nav-hover-color : $yellow ,
411299 preferences-button-background-color : $medium-light ,
412- preferences-button-background-color : $medium-light ,
413300 preferences-warning-color : $yellow ,
414301 primary-text-color : $lightest ,
415302 progress-bar-active-color : $p5js-active-pink ,
416- progress-bar-active-color : $p5js-active-pink ,
417- progress-bar-background-color : $middle-gray ,
418303 progress-bar-background-color : $middle-gray ,
419304 search-background-color : $darker ,
420305 search-clear-background-color : $medium-dark ,
421306 search-hover-background-color : $yellow ,
422307 search-hover-text-color : $dark ,
423308 secondary-text-color : $lighter ,
424309 shadow-color : rgba (0 , 0 , 0 , 0.16 ),
425- shadow-color : rgba (0 , 0 , 0 , 0.16 ),
426310 table-button-active-color : $dark ,
427311 table-button-background-active-color : #00FFFF ,
428312 table-button-background-color : $middle-gray ,
0 commit comments