Skip to content

Commit d8d0740

Browse files
committed
add peacock settings to repo
1 parent 49c63e3 commit d8d0740

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.vscode/settings.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#5eb1e8",
4+
"activityBar.activeBorder": "#c31c81",
5+
"activityBar.background": "#5eb1e8",
6+
"activityBar.foreground": "#15202b",
7+
"activityBar.inactiveForeground": "#15202b99",
8+
"activityBarBadge.background": "#c31c81",
9+
"activityBarBadge.foreground": "#e7e7e7",
10+
"sash.hoverBorder": "#5eb1e8",
11+
"statusBar.background": "#319be2",
12+
"statusBar.foreground": "#15202b",
13+
"statusBarItem.hoverBackground": "#1c81c4",
14+
"statusBarItem.remoteBackground": "#319be2",
15+
"statusBarItem.remoteForeground": "#15202b",
16+
"titleBar.activeBackground": "#319be2",
17+
"titleBar.activeForeground": "#15202b",
18+
"titleBar.inactiveBackground": "#319be299",
19+
"titleBar.inactiveForeground": "#15202b99"
20+
},
21+
"peacock.color": "#319be2"
22+
}

0 commit comments

Comments
 (0)