From 332259041643e2df23a0b2d9d2b94e1f3c979bc3 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 9 Dec 2021 19:29:46 +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 | 93 ++++++++++++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 42 deletions(-) diff --git a/settings.json b/settings.json index 41d2011..09658cc 100644 --- a/settings.json +++ b/settings.json @@ -44,49 +44,58 @@ "--header-insertion=iwyu", "--pch-storage=disk", ], - "editor.semanticHighlighting.enabled": true, - "editor.semanticTokenColorCustomizations": { - "enabled": true, - "rules": { - "parameter": "#723030", - "class": { - "foreground": "#000000" - }, - "function": { - "foreground": "#800000" - }, - "variable": "#000000", - "string": "#008080", - "keyword": "#070000", - "number": "#008000", - "type": "#400080", - "enum": "#397797", - "enumMember": "#397797", - "macro": { - "foreground": "#8f5daf", - }, - "method": { - "foreground": "#000000", - }, - "comment": "#7c7c7c", - "namespace": { - "foreground": "#000000", - }, - "*.readonly": { - // "fontStyle": "bold" - }, - "variable.readonly": { - "foreground": "#8f5daf", - }, - "*.static": { - "fontStyle": "italic" - }, - "property": { - "foreground": "#000000", - // "fontStyle": "underline" - }, - } + "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": "#723030", + // "class": { + // "foreground": "#000000" + // }, + // "function": { + // "foreground": "#800000" + // }, + // "variable": "#000000", + // "string": "#008080", + // "keyword": "#070000", + // "number": "#008000", + // "type": "#400080", + // "enum": "#397797", + // "enumMember": "#397797", + // "macro": { + // "foreground": "#8f5daf", + // }, + // "method": { + // "foreground": "#000000", + // }, + // "comment": "#7c7c7c", + // "namespace": { + // "foreground": "#000000", + // }, + // "*.readonly": { + // // "fontStyle": "bold" + // }, + // "variable.readonly": { + // "foreground": "#8f5daf", + // }, + // "*.static": { + // "fontStyle": "italic" + // }, + // "property": { + // "foreground": "#000000", + // // "fontStyle": "underline" + // }, + // } + // }, "terminal.integrated.scrollback": 10000, "explorer.autoReveal": false, "editor.minimap.maxColumn": 80,