From 830828d6c56ef7e0ed485d853b1b63e837594933 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Thu, 26 Oct 2017 20:13:47 -0400 Subject: [PATCH] remove erroneous constant (#127) This resulted in an unrecognized theme that further caused a bug in the UI. --- lib/constants.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index d9c784d..09df31a 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -53,9 +53,6 @@ export const THEMES = [ id: 'seti', name: 'Seti' }, - { - id: 'solarized' - }, { id: 'solarized dark', name: 'Solarized (Dark)',