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