Last active
November 7, 2019 15:46
-
-
Save chaoslogick/e94929e7023981c9ab8131cf9286046d to your computer and use it in GitHub Desktop.
VSCODE: settings.js Customizations
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
// Backend titleBar Color | |
{ | |
"workbench.colorCustomizations": { | |
"titleBar.activeForeground": "#000000", | |
"titleBar.inactiveForeground": "#000000", | |
"titleBar.activeBackground": "#9400ff", | |
"titleBar.inactiveBackground": "#3b0066" | |
} | |
} | |
// Frontend titleBar Color | |
{ | |
"workbench.colorCustomizations": { | |
"titleBar.activeForeground": "#000000", | |
"titleBar.inactiveForeground": "#000000", | |
"titleBar.activeBackground": "#9400ff", | |
"titleBar.inactiveBackground": "#3b0066" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment