chore: remove peacock extension props

This commit is contained in:
Julien Calixte
2025-01-04 18:11:09 +01:00
parent 33f6fe1ae5
commit 3b7975d9cf

View File

@@ -1,6 +1,5 @@
{ {
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
"peacock.color": "#002992",
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"activityBar.activeBackground": "#184630", "activityBar.activeBackground": "#184630",
"activityBar.background": "#184630", "activityBar.background": "#184630",
@@ -19,6 +18,5 @@
"titleBar.activeForeground": "#e7e7e7", "titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0b201699", "titleBar.inactiveBackground": "#0b201699",
"titleBar.inactiveForeground": "#e7e7e799" "titleBar.inactiveForeground": "#e7e7e799"
}, }
"peacock.remoteColor": "#0b2016"
} }