From b0ef831e97d923802ae633c6694280083a33d084 Mon Sep 17 00:00:00 2001 From: Cryptoval Trading Technologies Date: Fri, 22 May 2026 03:27:01 +0000 Subject: [PATCH] 20260522 --- config_service.code-workspace | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/config_service.code-workspace b/config_service.code-workspace index e421f00..a290cea 100644 --- a/config_service.code-workspace +++ b/config_service.code-workspace @@ -7,6 +7,26 @@ "settings": { "editor.detectIndentation": false, "editor.tabSize": 4, - "editor.insertSpaces": true + "editor.insertSpaces": true, + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#c3fef2", + "activityBar.background": "#c3fef2", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#e482fd", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#c3fef2", + "statusBar.background": "#91fde7", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#5ffcdc", + "statusBarItem.remoteBackground": "#91fde7", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#91fde7", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#91fde799", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.remoteColor": "#91fde7" } } \ No newline at end of file