Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions client/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const colors = {
lightsteelblue: '#B0C4DE',
dodgerblue: '#1E90FF',
p5ContrastPink: ' #FFA9D9',

p5ContrastYellow: '#bfac11',
borderColor: ' #B5B5B5',
outlineColor: '#0F9DD7'
};
Expand Down Expand Up @@ -107,8 +107,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 +194,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 +268,8 @@ export default {
},
hover: {
foreground: grays.dark,
background: colors.yellow,
border: colors.yellow
background: colors.p5ContrastYellow,
border: colors.p5ContrastYellow
},
active: {
foreground: grays.dark
Expand Down