Skip to content

Commit

Permalink
Change color of Status Bar - NEO connect
Browse files Browse the repository at this point in the history
Addresses issue# 124- Change color of Status Bar based on status of NEO connection
  • Loading branch information
robliou committed May 27, 2022
1 parent b50ab36 commit abffd21
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@

// Auto format files on save using Prettier:
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",

//Adding the following code allows us to change the colors on the status bar at the bottom of the VS Code border to whatever we like
"workbench.colorCustomizations": {
"statusBar.background": "#1A1A1A",
"statusBar.noFolderBackground": "#212121",
"statusBar.debuggingBackground": "#263238",
"statusBarItem.prominentForeground": "#55eb34",

"statusBar.foreground": "#ce8416"
}
}

0 comments on commit abffd21

Please sign in to comment.