Skip to content

Commit

Permalink
fix: remove workspace colour overrides (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl authored Aug 28, 2024
1 parent 1a80404 commit 06b6ac2
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
}
}

0 comments on commit 06b6ac2

Please sign in to comment.