From 16235d8d91d95f495b553df96825e086e5e2850a Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Wed, 18 Jun 2025 12:29:48 -0700 Subject: [PATCH] Cloud settings setup --- cloud/settings.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/cloud/settings.json b/cloud/settings.json index d1732dc4..57845842 100644 --- a/cloud/settings.json +++ b/cloud/settings.json @@ -1,6 +1,15 @@ { "workbench.statusBar.visible": false, - "workbench.editor.showTabs": "multiple", + "workbench.editor.showTabs": "none", "chat.commandCenter.enabled": false, - "window.commandCenter": false + "window.commandCenter": false, + "workbench.colorCustomizations": { + "commandCenter.background": "#0B0912", + "activityBar.foreground": "#F7F8F8", + "activityBar.background": "#0B0912", + "commandCenter.foreground": "#F7F8F8", + "commandCenter.activeBackground": "#0B0912", + "titleBar.activeBackground": "#0B0912", + "titleBar.inactiveBackground": "#0B0912" + } }