From f4f79383b1a4f18022f960102dc83f5199014a9c Mon Sep 17 00:00:00 2001 From: veetaha Date: Thu, 2 Apr 2020 01:20:08 +0300 Subject: vscode: add support for light themes and color customization for syntax tree highlights --- editors/code/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 146b696e9..cf74c6775 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -450,6 +450,15 @@ "light": "#747474", "highContrast": "#BEBEBE" } + }, + { + "id": "rust_analyzer.syntaxTreeBorder", + "description": "Color of the border displayed in the Rust source code for the selected syntax node (see \"Show Syntax Tree\" command)", + "defaults": { + "dark": "#ffffff", + "light": "#b700ff", + "highContrast": "#b700ff" + } } ], "semanticTokenTypes": [ -- cgit v1.2.3