Skip to content

Commit cb73492

Browse files
committed
chore: remove workbench color customizations from VS Code settings file
1 parent e4ab68d commit cb73492

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.vscode/settings.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,4 @@
99
"editor.codeActionsOnSave": {
1010
"source.fixAll": "explicit"
1111
},
12-
"workbench.colorCustomizations": {
13-
"activityBar.activeBackground": "#fac977",
14-
"activityBar.background": "#fac977",
15-
"activityBar.foreground": "#15202b",
16-
"activityBar.inactiveForeground": "#15202b99",
17-
"activityBarBadge.background": "#069a62",
18-
"activityBarBadge.foreground": "#e7e7e7",
19-
"commandCenter.border": "#15202b99",
20-
"sash.hoverBorder": "#fac977",
21-
"statusBar.background": "#f8b646",
22-
"statusBar.foreground": "#15202b",
23-
"statusBarItem.hoverBackground": "#f6a315",
24-
"statusBarItem.remoteBackground": "#f8b646",
25-
"statusBarItem.remoteForeground": "#15202b",
26-
"titleBar.activeBackground": "#f8b646",
27-
"titleBar.activeForeground": "#15202b",
28-
"titleBar.inactiveBackground": "#f8b64699",
29-
"titleBar.inactiveForeground": "#15202b99"
30-
},
31-
"peacock.color": "#f8b646"
3212
}

0 commit comments

Comments
 (0)