2018-01-13 17:41:15 -08:00
|
|
|
const themes = [
|
|
|
|
{
|
|
|
|
name: 'default',
|
|
|
|
label: 'Royal (default)'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'scarlet',
|
|
|
|
label: 'Scarlet'
|
|
|
|
},
|
2018-01-13 19:17:41 -08:00
|
|
|
{
|
|
|
|
name: 'seafoam',
|
|
|
|
label: 'Seafoam'
|
|
|
|
},
|
2018-01-13 17:41:15 -08:00
|
|
|
{
|
|
|
|
name: 'hotpants',
|
|
|
|
label: 'Hotpants'
|
2018-01-13 19:17:41 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'oaken',
|
|
|
|
label: 'Oaken'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'majesty',
|
|
|
|
label: 'Majesty'
|
2018-01-20 23:26:48 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'gecko',
|
|
|
|
label: 'Gecko'
|
2018-04-10 22:02:28 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'ozark',
|
|
|
|
label: 'Ozark'
|
2018-04-11 22:11:47 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'cobalt',
|
|
|
|
label: 'Cobalt'
|
2018-04-14 18:43:30 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'sorcery',
|
|
|
|
label: 'Sorcery'
|
2018-01-13 17:41:15 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
|
2018-02-08 22:29:29 -08:00
|
|
|
export { themes }
|