From 3b7975d9cfab74bffcac378b50d1f0a451f72a14 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 4 Jan 2025 18:11:09 +0100 Subject: [PATCH] chore: remove peacock extension props --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c14e83..e808df2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,5 @@ { "typescript.tsdk": "node_modules/typescript/lib", - "peacock.color": "#002992", "workbench.colorCustomizations": { "activityBar.activeBackground": "#184630", "activityBar.background": "#184630", @@ -19,6 +18,5 @@ "titleBar.activeForeground": "#e7e7e7", "titleBar.inactiveBackground": "#0b201699", "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.remoteColor": "#0b2016" + } }