From b19c83218712f7bc4dd8bdddff0042552104dcf2 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 6 Feb 2025 22:48:14 +0100 Subject: [PATCH] remove peacock --- .vscode/settings.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e808df2..25fa621 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,3 @@ { - "typescript.tsdk": "node_modules/typescript/lib", - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#184630", - "activityBar.background": "#184630", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#9259c6", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#e7e7e799", - "sash.hoverBorder": "#184630", - "statusBar.background": "#0b2016", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#184630", - "statusBarItem.remoteBackground": "#0b2016", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#0b2016", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#0b201699", - "titleBar.inactiveForeground": "#e7e7e799" - } + "typescript.tsdk": "node_modules/typescript/lib" }