From eb1ce87ef9db65d63c337d463beba7bf4bd1a090 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 9 Dec 2021 19:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/settings.json b/settings.json index 0c3f599..41d2011 100644 --- a/settings.json +++ b/settings.json @@ -44,60 +44,46 @@ "--header-insertion=iwyu", "--pch-storage=disk", ], - // "editor.tokenColorCustomizations": { - // "comments": "#7c7c7c", - // "keywords": "#808000", - // "variables": "#000000", - // "strings": "#008080", - // "functions": "#800000", - // "numbers": "#008000", - // "types": "#400080", - // }, "editor.semanticHighlighting.enabled": true, "editor.semanticTokenColorCustomizations": { "enabled": true, "rules": { - "parameter": "#306b72", + "parameter": "#723030", "class": { - "fontStyle": "bold", - "foreground": "#729de3" + "foreground": "#000000" }, "function": { "foreground": "#800000" }, "variable": "#000000", "string": "#008080", - "keyword": "#808000", + "keyword": "#070000", "number": "#008000", "type": "#400080", "enum": "#397797", "enumMember": "#397797", "macro": { "foreground": "#8f5daf", - // "fontStyle": "bold" }, "method": { - "foreground": "#e5b124", - "fontStyle": "underline" + "foreground": "#000000", }, "comment": "#7c7c7c", "namespace": { - "foreground": "#00d780", - "fontStyle": "bold" + "foreground": "#000000", }, "*.readonly": { - "fontStyle": "bold" + // "fontStyle": "bold" }, "variable.readonly": { "foreground": "#8f5daf", - "fontStyle": "bold" }, "*.static": { "fontStyle": "italic" }, "property": { - "foreground": "#7ca6b7", - "fontStyle": "underline" + "foreground": "#000000", + // "fontStyle": "underline" }, } },