@@ -55,7 +55,6 @@ $themes: (
5555 modal-border-color : $middle-light ,
5656 icon-color : $middle-gray ,
5757 icon-hover-color : $darker ,
58- icon-toast-hover-color : $lightest ,
5958 shadow-color : rgba (0 , 0 , 0 , 0.16 ),
6059 console-background-color : $light ,
6160 console-input-background-color : $lightest ,
@@ -130,6 +129,9 @@ $themes: (
130129 admonition-border : #22C8ED ,
131130 admonition-background : #E4F8FF ,
132131 admonition-text : #075769 ,
132+
133+ toast-background-color : $medium-dark ,
134+ toast-text-color : $lightest ,
133135 ),
134136 dark : (
135137 logo-color : $p5js-pink ,
@@ -156,7 +158,6 @@ $themes: (
156158 modal-border-color : $middle-dark ,
157159 icon-color : $middle-light ,
158160 icon-hover-color : $lightest ,
159- icon-toast-hover-color : $lightest ,
160161 shadow-color : rgba (0 , 0 , 0 , 0.16 ),
161162 console-background-color : $dark ,
162163 console-input-background-color : $darker ,
@@ -229,6 +230,9 @@ $themes: (
229230 admonition-border : #22C8ED ,
230231 admonition-background : #105A7F ,
231232 admonition-text : #FFFFFF ,
233+
234+ toast-background-color : $medium-light ,
235+ toast-text-color : $dark ,
232236 ),
233237 contrast : (
234238 logo-color : $yellow ,
@@ -255,7 +259,6 @@ $themes: (
255259 modal-border-color : $middle-dark ,
256260 icon-color : $medium-light ,
257261 icon-hover-color : $yellow ,
258- icon-toast-hover-color : $yellow ,
259262 shadow-color : rgba (0 , 0 , 0 , 0.16 ),
260263 console-background-color : $dark ,
261264 console-input-background-color : $darker ,
@@ -328,9 +331,9 @@ $themes: (
328331 admonition-border : #22C8ED ,
329332 admonition-background : #000000 ,
330333 admonition-text : #ffffff ,
331- )
332- );
333334
334- $ toast-background-color : $medium-dark ;
335- $ toast-text-color : $lightest ;
335+ toast-background-color : $medium-light ,
336+ toast-text-color : $darker ,
336337
338+ )
339+ );
0 commit comments