From 40ad13cc604036fd8db01713397fc8e3c3d85b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Sat, 20 Apr 2019 00:34:37 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20Shades=20of=20Purple=20Th?= =?UTF-8?q?eme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/constants.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lib/constants.js b/lib/constants.js index 39cfd9c..1b8826f 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -392,6 +392,25 @@ export const THEMES = [ tag: '#55b5db' } }, + { + id: 'shades-of-purple', + name: '🦄 Shades of Purple ', + highlights: { + background: '#2D2B55', + text: '#fff', + variable: '#9EFFFF', + attribute: '#9EFFFF', + definition: '#9EFFFF', + keyword: '#FAD000', + operator: '#FF9D00', + property: '#FF9D00', + number: '#FF628C', + string: '#A5FF90', + comment: '#B362FF', + meta: '#FF9D00', + tag: '#9EFFFF' + } + }, { id: 'solarized dark', name: 'Solarized (Dark)',