Last active
August 14, 2020 14:50
-
-
Save simon-robertson/c38619a1e7b8afd4169136731922396a to your computer and use it in GitHub Desktop.
VSC Status Bar Colour
This file contains hidden or 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
// 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