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 ba0b4ba commit e41b968Copy full SHA for e41b968
.vscode/settings.json
@@ -1,4 +1,18 @@
1
{
2
"vetur.validation.template": false,
3
- "workbench.colorCustomizations": {}
+ "workbench.colorCustomizations": {
4
+ "activityBar.background": "#2f7c47",
5
+ "activityBar.foreground": "#e7e7e7",
6
+ "activityBar.inactiveForeground": "#e7e7e799",
7
+ "activityBarBadge.background": "#422c74",
8
+ "activityBarBadge.foreground": "#e7e7e7",
9
+ "titleBar.activeBackground": "#215732",
10
+ "titleBar.inactiveBackground": "#21573299",
11
+ "titleBar.activeForeground": "#e7e7e7",
12
+ "titleBar.inactiveForeground": "#e7e7e799",
13
+ "statusBar.background": "#215732",
14
+ "statusBarItem.hoverBackground": "#2f7c47",
15
+ "statusBar.foreground": "#e7e7e7"
16
+ },
17
+ "peacock.color": "#215732"
18
}
0 commit comments