From 2e18f3b61c9b8f0ffb1f111dbd556d063a4806dd Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 15 Sep 2025 16:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/settings.json b/settings.json index 9af86d2..3a66531 100644 --- a/settings.json +++ b/settings.json @@ -5,16 +5,16 @@ ], "workbench.startupEditor": "newUntitledFile", "workbench.colorCustomizations": { - "editor.foldBackground": "#f4efef00", + "editor.foldBackground": "#f4efef", "editor.selectionBackground": "#fd9090", - "editor.selectionHighlightBackground": "#fdbed800", - "editorOverviewRuler.findMatchForeground": "#0000ff00", - "editorOverviewRuler.selectionHighlightForeground": "#ff000000", + "editor.selectionHighlightBackground": "#fdbed8", + "editorOverviewRuler.findMatchForeground": "#6f75eb", + "editorOverviewRuler.selectionHighlightForeground": "#ff0000", "editorCursor.foreground": "#007523", "editorBracketMatch.border": "#97d3aa", "editorBracketMatch.background": "#97d3aa", "editor.lineHighlightBackground": "#f0f0f0", - "editor.findMatchHighlightBackground": "#e8ec6900", + "editor.findMatchHighlightBackground": "#e8ec69", "editor.findMatchBackground": "#e5e7a3", "terminal.background": "#f8f8f8", "sideBar.foreground": "#000000", @@ -170,4 +170,5 @@ "--line-length=120", ], "workbench.statusBar.visible": false, + "workbench.activityBar.location": "hidden", } \ No newline at end of file