From 02026bd221fb51e38bd592a9fa6d3d944e2199df Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Fri, 31 May 2019 17:10:19 +0800 Subject: [PATCH] Update settings.json --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 41b19c8..bfb5a20 100644 --- a/settings.json +++ b/settings.json @@ -25,7 +25,7 @@ "editor.fontWeight": "500", "editor.tokenColorCustomizations": { "comments":"#7c7c7c", - "keywords": "#708a00f7", + "keywords": "#9a00a8f7", "variables": "#FD971F", "strings": "#b8386dbd", "functions": "#0044d8",