Created
November 19, 2018 15:30
-
-
Save mmirus/47a831118595cf77402674309409dc7e to your computer and use it in GitHub Desktop.
Roots VS Code 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
// .vscode/settings.json in your project folder | |
{ | |
"workbench.colorCustomizations": { | |
"titleBar.activeForeground": "#ffffff", | |
"titleBar.inactiveForeground": "#ffffffCC", | |
"titleBar.activeBackground": "#525ddc", | |
"titleBar.inactiveBackground": "#525ddcCC" | |
} | |
} |
Author
mmirus
commented
Dec 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment