From f5ab1f0f1a4e8082186b6a7fd71d21f91f920bee 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:42:18 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Operator=20vs=20Keywo?= =?UTF-8?q?rd=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.js b/lib/constants.js index b31e73a..8c5b123 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -401,9 +401,9 @@ export const THEMES = [ variable: '#9EFFFF', attribute: '#9EFFFF', definition: '#9EFFFF', - keyword: '#FAD000', + keyword: '#FF9D00', operator: '#FF9D00', - property: '#FF9D00', + property: '#FAD000', number: '#FF628C', string: '#A5FF90', comment: '#B362FF',