thats-me/workspace.code-workspace
2026-04-30 14:54:39 +02:00

30 lines
No EOL
969 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2c58b1",
"activityBar.background": "#2c58b1",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#4d1326",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2c58b1",
"statusBar.background": "#224488",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2c58b1",
"statusBarItem.remoteBackground": "#224488",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#224488",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#22448899",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#224488", //not sure if this is relevant; I have an extension called Peacock
"editor.formatOnSave": true
}
}