Created
July 5, 2017 12:50
-
-
Save sly-x86/5054538d7b645728f6780caed5c3bdae to your computer and use it in GitHub Desktop.
visual studio code status bar css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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