remove erroneous constant (#127)

This resulted in an unrecognized theme that further caused a bug in the UI.
main
Kunall Banerjee 7 years ago committed by Michael Fix
parent 8dec652c2a
commit 830828d6c5

@ -53,9 +53,6 @@ export const THEMES = [
id: 'seti', id: 'seti',
name: 'Seti' name: 'Seti'
}, },
{
id: 'solarized'
},
{ {
id: 'solarized dark', id: 'solarized dark',
name: 'Solarized (Dark)', name: 'Solarized (Dark)',

Loading…
Cancel
Save