We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a00dd commit 996f7aaCopy full SHA for 996f7aa
.vscode/settings.json
@@ -1,3 +1,20 @@
1
{
2
- "peacock.color": "#f9e64f"
+ "peacock.color": "#f9e64f",
3
+ "workbench.colorCustomizations": {
4
+ "activityBar.activeBackground": "#fbed80",
5
+ "activityBar.activeBorder": "#06b9a5",
6
+ "activityBar.background": "#fbed80",
7
+ "activityBar.foreground": "#15202b",
8
+ "activityBar.inactiveForeground": "#15202b99",
9
+ "activityBarBadge.background": "#06b9a5",
10
+ "activityBarBadge.foreground": "#15202b",
11
+ "statusBar.background": "#f9e64f",
12
+ "statusBar.foreground": "#15202b",
13
+ "statusBarItem.hoverBackground": "#f7df1e",
14
+ "titleBar.activeBackground": "#f9e64f",
15
+ "titleBar.activeForeground": "#15202b",
16
+ "titleBar.inactiveBackground": "#f9e64f99",
17
+ "titleBar.inactiveForeground": "#15202b99"
18
+ },
19
+ "peacock.remoteColor": "#f9e64f"
20
}
0 commit comments