From ba6e8c4e6f534ed68f91192078a1cf5b3d5580fd Mon Sep 17 00:00:00 2001 From: Mat Gadd Date: Mon, 23 Oct 2017 10:28:44 +0100 Subject: [PATCH] Use parentheses around the theme to match others, and use the same order as ones above --- lib/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index 626b59d..6833344 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -61,13 +61,13 @@ export const THEMES = [ id: 'solarized' }, { - id: 'solarized light', - name: 'Solarized Light', + id: 'solarized dark', + name: 'Solarized (Dark)', hasStylesheet: false }, { - id: 'solarized dark', - name: 'Solarized Dark', + id: 'solarized light', + name: 'Solarized (Light)', hasStylesheet: false }, {