Skip to content

Commit

Permalink
Created a VS Code settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Nov 12, 2021
1 parent ff08ec7 commit b0319fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"workbench.colorCustomizations": {
"statusBar.background": "#047b81",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#06aab2",
"statusBarItem.remoteBackground": "#047b81",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#06aab2"
},
"peacock.color": "#047b81"
}

0 comments on commit b0319fa

Please sign in to comment.