organize Lucario alphabetically

main
Mike Fix 6 years ago
parent e2e8e342d2
commit b49662cd1d

@ -47,6 +47,10 @@ export const THEMES = [
id: 'hopscotch', id: 'hopscotch',
name: 'Hopscotch' name: 'Hopscotch'
}, },
{
id: 'lucario',
name: 'Lucario'
},
{ {
id: 'material', id: 'material',
name: 'Material' name: 'Material'
@ -97,10 +101,6 @@ export const THEMES = [
id: 'tomorrow-night-bright', id: 'tomorrow-night-bright',
name: 'Tomorrow Night' name: 'Tomorrow Night'
}, },
{
id: 'lucario',
name: 'Lucario'
},
{ {
id: 'twilight', id: 'twilight',
name: 'Twilight' name: 'Twilight'

Loading…
Cancel
Save