Skip to content

Commit e41b968

Browse files
committed
dev(vscode): adds Peacock settings
1 parent ba0b4ba commit e41b968

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.vscode/settings.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
{
22
"vetur.validation.template": false,
3-
"workbench.colorCustomizations": {}
3+
"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"
418
}

0 commit comments

Comments
 (0)