Skip to content

Instantly share code, notes, and snippets.

@sly-x86
Created July 5, 2017 12:50
Show Gist options
  • Save sly-x86/5054538d7b645728f6780caed5c3bdae to your computer and use it in GitHub Desktop.
Save sly-x86/5054538d7b645728f6780caed5c3bdae to your computer and use it in GitHub Desktop.
visual studio code status bar css
"workbench.colorCustomizations": {
"statusBar.background" : "#1A1A1A",
"statusBar.noFolderBackground" : "#212121",
"statusBar.debuggingBackground": "#263238"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment