Skip to content

Commit 7f4d6b4

Browse files
committed
chore: added customizations to vscode workspace
1 parent be2b452 commit 7f4d6b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
"sash.hoverBorder": "#232323",
3838
"statusBar.background": "#3d3d3d",
3939
"statusBarItem.hoverBackground": "#565656",
40-
"statusBarItem.remoteBackground": "#3d3d3d"
40+
"statusBarItem.remoteBackground": "#3d3d3d",
41+
"activityBar.foreground": "#e7e7e7",
42+
"activityBar.inactiveForeground": "#e7e7e799",
43+
"statusBar.foreground": "#e7e7e7",
44+
"statusBarItem.remoteForeground": "#e7e7e7"
4145
},
4246
"peacock.color": "#3d3d3d"
4347
}

0 commit comments

Comments
 (0)