We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ab68d commit cb73492Copy full SHA for cb73492
.vscode/settings.json
@@ -9,24 +9,4 @@
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
}
0 commit comments