Last active
January 13, 2022 16:22
-
-
Save victory-sokolov/f82ac8da64b5f020ae0a8b505e7f81ac to your computer and use it in GitHub Desktop.
vscode colors customization
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
"workbench.colorCustomizations": { | |
"[Default Dark+]": { | |
"titleBar.activeBackground": "#3954ee", | |
"titleBar.activeForeground": "#fff", | |
"statusBar.background": "#3954ee", | |
"statusBar.foreground": "#fff", | |
"tab.activeBorderTop": "#fbff00" | |
}, | |
}, | |
"window.titleBarStyle": "custom", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment