Skip to content
13 changes: 7 additions & 6 deletions client/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const colors = {
processingBlue: '#2D67F6',
processingBlueLight: '#8DADF9',
p5jsActivePink: '#f10046',
p5jsActiveYellow: '#91841d',
white: '#fff',
black: '#000',
yellow: '#f5dc23',
Expand Down Expand Up @@ -107,8 +108,8 @@ const baseThemes = {
},
hover: {
foreground: grays.lightest,
background: colors.p5jsPink,
border: colors.p5jsPink
background: colors.p5jsActivePink,
border: colors.p5jsActivePink
},
active: {
foreground: grays.lightest,
Expand Down Expand Up @@ -194,8 +195,8 @@ const baseThemes = {
},
hover: {
foreground: grays.lightest,
background: colors.p5jsPink,
border: colors.p5jsPink
background: colors.p5jsActivePink,
border: colors.p5jsActivePink
},
active: {
foreground: grays.lightest,
Expand Down Expand Up @@ -268,8 +269,8 @@ export default {
},
hover: {
foreground: grays.dark,
background: colors.yellow,
border: colors.yellow
background: colors.p5jsActiveYellow,
border: colors.p5jsActiveYellow
},
active: {
foreground: grays.dark
Expand Down