From 03259f473c4a04baa2ce309c83722792412d8a2b Mon Sep 17 00:00:00 2001 From: Mat Gadd Date: Fri, 20 Oct 2017 17:47:24 +0100 Subject: [PATCH] Add extra constants for Solarized flavours --- lib/constants.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index c40a368..626b59d 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -58,8 +58,17 @@ export const THEMES = [ name: 'Seti' }, { - id: 'solarized', - name: 'Solarized' + id: 'solarized' + }, + { + id: 'solarized light', + name: 'Solarized Light', + hasStylesheet: false + }, + { + id: 'solarized dark', + name: 'Solarized Dark', + hasStylesheet: false }, { id: 'twilight',