From 5ac1971d9fc4984338d4336354ccf9407f9d0432 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:36:58 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20White=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 1b8826f..b31e73a 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -397,7 +397,7 @@ export const THEMES = [ name: '🦄 Shades of Purple ', highlights: { background: '#2D2B55', - text: '#fff', + text: '#FFFFFF', variable: '#9EFFFF', attribute: '#9EFFFF', definition: '#9EFFFF',