Skip to content

Commit 7bf2f68

Browse files
committed
vscode settings
Signed-off-by: Lee Calcote <[email protected]>
1 parent 378f578 commit 7bf2f68

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.vscode/settings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#00e6cc",
4+
"activityBar.background": "#00e6cc",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#e620ff",
8+
"activityBarBadge.foreground": "#e7e7e7",
9+
"commandCenter.border": "#e7e7e799",
10+
"sash.hoverBorder": "#00e6cc",
11+
"statusBar.background": "#00b39f",
12+
"statusBar.foreground": "#e7e7e7",
13+
"statusBarItem.hoverBackground": "#00e6cc",
14+
"statusBarItem.remoteBackground": "#00b39f",
15+
"statusBarItem.remoteForeground": "#e7e7e7",
16+
"titleBar.activeBackground": "#00b39f",
17+
"titleBar.activeForeground": "#e7e7e7",
18+
"titleBar.inactiveBackground": "#00b39f99",
19+
"titleBar.inactiveForeground": "#e7e7e799"
20+
}
21+
}

0 commit comments

Comments
 (0)