Skip to content

Commit 9c99454

Browse files
committed
Set VS Code theme colors
1 parent 532cb4c commit 9c99454

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.vscode/settings.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#0b1aad",
4+
"activityBar.background": "#0b1aad",
5+
"activityBar.foreground": "#e7e7e7",
6+
"activityBar.inactiveForeground": "#e7e7e799",
7+
"activityBarBadge.background": "#d20d20",
8+
"activityBarBadge.foreground": "#e7e7e7",
9+
"commandCenter.border": "#e7e7e799",
10+
"sash.hoverBorder": "#0b1aad",
11+
"statusBar.background": "#08137d",
12+
"statusBar.foreground": "#e7e7e7",
13+
"statusBarItem.hoverBackground": "#0b1aad",
14+
"statusBarItem.remoteBackground": "#08137d",
15+
"statusBarItem.remoteForeground": "#e7e7e7",
16+
"titleBar.activeBackground": "#08137d",
17+
"titleBar.activeForeground": "#e7e7e7",
18+
"titleBar.inactiveBackground": "#08137d99",
19+
"titleBar.inactiveForeground": "#e7e7e799"
20+
},
21+
"peacock.color": "#08137D"
22+
}

0 commit comments

Comments
 (0)