From b91a9d55dd186def74596c0084f1c0a103116011 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Mon, 25 Sep 2017 11:04:50 -0700 Subject: [PATCH] Add my favorite theme --- lib/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 6d1fce8..eaf3fc4 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -37,6 +37,10 @@ export const THEMES_ARRAY = [ id: 'monokai', name: 'Monokai' }, + { + id: 'panda-syntax', + name: 'Panda' + }, { id: 'paraiso-dark', name: 'Paraiso'