From 1f9c81df9ebaebcec38fe4198b92ee90ed68ab81 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Tue, 3 Oct 2017 22:59:50 -0400 Subject: [PATCH] add support for base-16 syntax (#101) --- lib/constants.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 6dc0cca..aa55641 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -13,6 +13,14 @@ export const THEMES_ARRAY = [ id: 'blackboard', name: 'Blackboard' }, + { + id: 'base16-dark', + name: 'Base 16 (Dark)' + }, + { + id: 'base16-light', + name: 'Base 16 (Light)' + }, { id: 'cobalt', name: 'Cobalt'