From 04ab6270eaacc869d86f05618e64a2beec8d75aa Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Mon, 3 Jun 2019 11:26:16 +0800 Subject: [PATCH] Update settings.json --- settings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.json b/settings.json index bf87a9f..0590359 100644 --- a/settings.json +++ b/settings.json @@ -25,10 +25,10 @@ "editor.fontWeight": "500", "editor.tokenColorCustomizations": { "comments":"#7c7c7c", - "keywords": "#a100a1", - "variables": "#a1a100", - "strings": "#00a1a1", - "functions": "#a10000", - "numbers": "#00a100", + "keywords": "#610091", + "variables": "#919100", + "strings": "#009191", + "functions": "#910000", + "numbers": "#009100", }, }