Skip to content

Commit 8c29900

Browse files
committed
chore: remove workbench color customizations from VS Code settings file
1 parent 98fe383 commit 8c29900

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

.vscode/settings.json

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,11 @@
11
{
2-
"editor.formatOnSave": true,
3-
"eslint.validate": [
4-
"typescript"
5-
],
6-
"eslint.run": "onType",
7-
"eslint.format.enable": true,
8-
"mdx.server.enable": true,
9-
"editor.codeActionsOnSave": {
10-
"source.fixAll": "explicit"
11-
},
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"
32-
}
2+
"editor.formatOnSave": true,
3+
"eslint.validate": ["typescript"],
4+
"eslint.run": "onType",
5+
"eslint.format.enable": true,
6+
"mdx.server.enable": true,
7+
"editor.codeActionsOnSave": {
8+
"source.fixAll": "explicit"
9+
},
10+
"editor.fontSize": 16
11+
}

0 commit comments

Comments
 (0)