@@ -20,7 +20,7 @@ export const colors = {
20
20
lightsteelblue : '#B0C4DE' ,
21
21
dodgerblue : '#1E90FF' ,
22
22
p5ContrastPink : ' #FFA9D9' ,
23
-
23
+ p5ContrastYellow : '#fff001' ,
24
24
borderColor : ' #B5B5B5' ,
25
25
outlineColor : '#0F9DD7'
26
26
} ;
@@ -107,7 +107,7 @@ const baseThemes = {
107
107
} ,
108
108
hover : {
109
109
foreground : grays . lightest ,
110
- background : colors . p5jsPink ,
110
+ background : colors . p5jsActivePink ,
111
111
border : colors . p5jsPink
112
112
} ,
113
113
active : {
@@ -194,8 +194,8 @@ const baseThemes = {
194
194
} ,
195
195
hover : {
196
196
foreground : grays . lightest ,
197
- background : colors . p5jsPink ,
198
- border : colors . p5jsPink
197
+ background : colors . p5jsActivePink ,
198
+ border : colors . p5jsActivePink
199
199
} ,
200
200
active : {
201
201
foreground : grays . lightest ,
@@ -253,8 +253,8 @@ export default {
253
253
primary : {
254
254
hover : {
255
255
foreground : grays . dark ,
256
- background : colors . yellow ,
257
- border : colors . yellow
256
+ background : colors . p5ContrastYellow ,
257
+ border : colors . p5ContrastYellow
258
258
} ,
259
259
active : {
260
260
foreground : grays . dark
@@ -268,8 +268,8 @@ export default {
268
268
} ,
269
269
hover : {
270
270
foreground : grays . dark ,
271
- background : colors . yellow ,
272
- border : colors . yellow
271
+ background : colors . p5ContrastYellow ,
272
+ border : colors . p5ContrastYellow
273
273
} ,
274
274
active : {
275
275
foreground : grays . dark
0 commit comments