From b49662cd1d8608c4f35eca42ea9ceee119c19051 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Mon, 6 Aug 2018 15:20:26 -0700 Subject: [PATCH] organize Lucario alphabetically --- lib/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index 11e2e49..434f32a 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -47,6 +47,10 @@ export const THEMES = [ id: 'hopscotch', name: 'Hopscotch' }, + { + id: 'lucario', + name: 'Lucario' + }, { id: 'material', name: 'Material' @@ -97,10 +101,6 @@ export const THEMES = [ id: 'tomorrow-night-bright', name: 'Tomorrow Night' }, - { - id: 'lucario', - name: 'Lucario' - }, { id: 'twilight', name: 'Twilight'