2018-01-14 01:41:15 +00:00
|
|
|
const themes = [
|
|
|
|
{
|
|
|
|
name: 'default',
|
|
|
|
label: 'Royal (default)'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'scarlet',
|
|
|
|
label: 'Scarlet'
|
|
|
|
},
|
2018-01-14 03:17:41 +00:00
|
|
|
{
|
|
|
|
name: 'seafoam',
|
|
|
|
label: 'Seafoam'
|
|
|
|
},
|
2018-01-14 01:41:15 +00:00
|
|
|
{
|
|
|
|
name: 'hotpants',
|
|
|
|
label: 'Hotpants'
|
2018-01-14 03:17:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'oaken',
|
|
|
|
label: 'Oaken'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'majesty',
|
|
|
|
label: 'Majesty'
|
2018-01-21 07:26:48 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'gecko',
|
|
|
|
label: 'Gecko'
|
2018-04-11 03:02:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'ozark',
|
|
|
|
label: 'Ozark'
|
2018-04-12 03:11:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'cobalt',
|
|
|
|
label: 'Cobalt'
|
2018-04-14 16:43:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'sorcery',
|
|
|
|
label: 'Sorcery'
|
2018-01-14 01:41:15 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
|
2018-02-09 06:29:29 +00:00
|
|
|
export { themes }
|