From 73915acb81a4967c145da0c73fcb07c704a0c3c8 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 10 Oct 2020 17:24:11 +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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index dd4f819..94057da 100644 --- a/settings.json +++ b/settings.json @@ -13,11 +13,13 @@ "workbench.colorCustomizations": { "editor.selectionBackground": "#ffa9cd", "editor.selectionHighlightBackground": "#ffa8a8", - "editorOverviewRuler.findMatchForeground": "#0000ff", + "editorOverviewRuler.findMatchForeground": "#e0e000", "editorOverviewRuler.selectionHighlightForeground": "#ff0000", "editorCursor.foreground": "#007523", - "editorBracketMatch.border": "#fffb00", - "editorBracketMatch.background": "#fffb00", + "editorBracketMatch.border": "#00a030", + "editorBracketMatch.background": "#00a030", + "editor.lineHighlightBackground": "#e3ffe6", + "editor.findMatchHighlightBackground": "#ffff00", "terminal.background" : "#f8f8f8", }, "C_Cpp.updateChannel": "Insiders",