remove peacock

This commit is contained in:
Julien Calixte
2025-02-06 22:48:14 +01:00
parent a780a84fb5
commit b19c832187

21
.vscode/settings.json vendored
View File

@@ -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"
}