From 06b6ac2998134f8b2a1d18351ee1f4404a57faf2 Mon Sep 17 00:00:00 2001 From: Stef Lewandowski Date: Wed, 28 Aug 2024 12:07:43 +0100 Subject: [PATCH] fix: remove workspace colour overrides (#15) --- .vscode/settings.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a0dc78ce6..fae165739 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -162,28 +162,9 @@ "--color" ] }, - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#b2bfe1", - "activityBar.background": "#b2bfe1", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#c05e7a", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#b2bfe1", - "statusBar.background": "#8da0d3", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#6881c5", - "statusBarItem.remoteBackground": "#8da0d3", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#8da0d3", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#8da0d399", - "titleBar.inactiveForeground": "#15202b99" - }, "peacock.color": "8DA0D3", "yaml.schemas": { "file:///c%3A/Users/Simon/.vscode/extensions/atlassian.atlascode-2.8.6/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml", "https://www.artillery.io/schema.json": [] } -} \ No newline at end of file +}