Created
September 5, 2022 18:48
-
-
Save bmingles/9fe410ea6f2a73aab27eb0a622d80320 to your computer and use it in GitHub Desktop.
vscode custom colors
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": "#ce6f03", | |
"titleBar.activeBackground": "#ce6f03" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment