@@ -37,6 +37,7 @@ $darkest: #000;
3737$themes : (
3838 light : (
3939 logo-color : $p5js-pink ,
40+ logo-background-color : $lightest ,
4041 heavy-text-color : $darker ,
4142 primary-text-color : $dark ,
4243 secondary-text-color : $medium-dark ,
@@ -75,6 +76,7 @@ $themes: (
7576 file-selected-color : $medium-light ,
7677 input-text-color : $dark ,
7778 input-background-color : $lightest ,
79+ input-secondary-background-color : $lightest ,
7880 input-border-color : $middle-light ,
7981 search-background-color : $lightest ,
8082 search-clear-background-color : $light ,
@@ -109,6 +111,7 @@ $themes: (
109111 ),
110112 dark : (
111113 logo-color : $p5js-pink ,
114+ logo-background-color : $lightest ,
112115 heavy-text-color : $lightest ,
113116 primary-text-color : $lightest ,
114117 dropzone-text-color : $black ,
@@ -147,6 +150,7 @@ $themes: (
147150 file-selected-color : $medium-dark ,
148151 input-text-color : $lightest ,
149152 input-background-color : $dark ,
153+ input-secondary-background-color : $medium-dark ,
150154 input-border-color : $middle-dark ,
151155 search-background-color : $lightest ,
152156 search-clear-background-color : $medium-dark ,
@@ -179,6 +183,7 @@ $themes: (
179183 ),
180184 contrast : (
181185 logo-color : $yellow ,
186+ logo-background-color : $darker ,
182187 heavy-text-color : $yellow ,
183188 primary-text-color : $lightest ,
184189 dropzone-text-color : $black ,
@@ -217,6 +222,7 @@ $themes: (
217222 file-selected-color : $medium-dark ,
218223 input-text-color : $lightest ,
219224 input-background-color : $dark ,
225+ input-secondary-background-color : $medium-dark ,
220226 input-border-color : $middle-dark ,
221227 search-background-color : $white ,
222228 search-clear-background-color : $medium-dark ,
@@ -226,7 +232,7 @@ $themes: (
226232 nav-hover-color : $yellow ,
227233 nav-border-color : $middle-dark ,
228234 error-color : $p5-contrast-pink ,
229- table-row-stripe-color : dark ,
235+ table-row-stripe-color : $ dark ,
230236 codefold-icon-open : url (../images/triangle-arrow-down-white.svg ),
231237 codefold-icon-closed : url (../images/triangle-arrow-right-white.svg ),
232238
@@ -249,11 +255,16 @@ $themes: (
249255 )
250256);
251257
252- $console-warn-color : #ffbe05 ;
253- $console-error-color : #ff5f52 ;
254-
255- $toast-background-color : #4A4A4A ;
258+ $toast-background-color : $medium-dark ;
256259$toast-text-color : $lightest ;
257260
261+ $light-console-error-color : #D11518 ;
262+ $light-console-warn-color : #FAAF00 ;
263+ $light-console-debug-color : #007BBB ;
264+
265+ $dark-console-error-color : #DF3A3D ;
266+ $dark-console-warn-color : #F5BC38 ;
267+ $dark-console-debug-color : #0C99E2 ;
268+
258269$about-play-background-color : rgba (255 , 255 , 255 , 0.7 );
259270$about-button-border-color : rgba (151 , 151 , 151 , 0.7 );
0 commit comments