From 03101ec2716c551daa7d26387a80d73af74fdb88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Tue, 20 May 2025 10:14:19 +0000 Subject: [PATCH] Remove custom color settings from VSCode configuration --- .vscode/settings.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d58c7a7..4e7866b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,24 +1,6 @@ { "editor.tabSize": 2, "extensions.ignoreRecommendations": true, - "workbench.colorCustomizations": { - "activityBar.background": "#759570", - "activityBar.activeBorder": "#cfd3ef", - "activityBar.foreground": "#e7e7e7", - "activityBar.hoverBackground": "#352cea", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#cfd3ef", - "activityBarBadge.foreground": "#15202b", - "titleBar.activeBackground": "#5e7959", - "titleBar.inactiveBackground": "#5e795999", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveForeground": "#e7e7e799", - "statusBarItem.hoverBackground": "#352cea", - "statusBar.foreground": "#e7e7e7", - "panel.border": "#759570", - "sideBar.border": "#759570", - "editorGroup.border": "#759570" - }, "go.languageServerFlags": [], "go.lintOnSave": "file", "go.vetOnSave": "package",