Skip to content

Commit 996f7aa

Browse files
committed
chore(vscode): set colors
1 parent b5a00dd commit 996f7aa

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.vscode/settings.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
{
2-
"peacock.color": "#f9e64f"
2+
"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"
320
}

0 commit comments

Comments
 (0)