Skip to content

Instantly share code, notes, and snippets.

@victory-sokolov
Last active January 13, 2022 16:22
Show Gist options
  • Save victory-sokolov/f82ac8da64b5f020ae0a8b505e7f81ac to your computer and use it in GitHub Desktop.
Save victory-sokolov/f82ac8da64b5f020ae0a8b505e7f81ac to your computer and use it in GitHub Desktop.
vscode colors customization
"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