1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 22:57:36 +01:00
2018-01-13 17:41:15 -08:00

16 lines
199 B
JavaScript

const themes = [
{
name: 'default',
label: 'Royal (default)'
},
{
name: 'scarlet',
label: 'Scarlet'
},
{
name: 'hotpants',
label: 'Hotpants'
}
]
export { themes }