Skip to content

Commit

Permalink
chore: added customizations to vscode workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jan 10, 2025
1 parent be2b452 commit 7f4d6b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
"sash.hoverBorder": "#232323",
"statusBar.background": "#3d3d3d",
"statusBarItem.hoverBackground": "#565656",
"statusBarItem.remoteBackground": "#3d3d3d"
"statusBarItem.remoteBackground": "#3d3d3d",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#3d3d3d"
}

0 comments on commit 7f4d6b4

Please sign in to comment.