Skip to content

Commit

Permalink
Add a cursed theme and a few task comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Dec 1, 2020
1 parent 2db642d commit 1a3db57
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ const config = {
manifestId: 'https://purl.stanford.edu/fr426cg9537/iiif/manifest',
}
],
themes: {
cursed:{
palette: {
type: 'dark',
primary: {
main: '#ba55d3',
dark: '#44dff6',
},
secondary: {
main: '#7fff00',
},
shades: {
dark: '#7fffd4',
main: '#ffb6c1',
light: '#7b68ee',
},
},
typography:{
fontFamily: ['Comic Sans MS',
'Papyrus'
],
},
},
// Task: Set the cursed theme as the selected theme
// Task: Override the colors in the dark and light themes
},
};

const plugins = [];
Expand Down

0 comments on commit 1a3db57

Please sign in to comment.