Skip to content

Instantly share code, notes, and snippets.

@simon-robertson
Last active August 14, 2020 14:50
Show Gist options
  • Save simon-robertson/c38619a1e7b8afd4169136731922396a to your computer and use it in GitHub Desktop.
Save simon-robertson/c38619a1e7b8afd4169136731922396a to your computer and use it in GitHub Desktop.
VSC Status Bar Colour
// 1. Search for "workbench color" in the VSC settings panel
// 2. Select "Edit in settings.json" for "Color Customizations" setting
// 3. Add the following to the "settings.json" file
"workbench.colorCustomizations": {
"statusBar.background": "#323232",
"statusBar.foreground": "#e0e0e0"
}
// No more nasty blue status bar :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment