Skip to content

Instantly share code, notes, and snippets.

@filiptronicek
Created August 16, 2021 21:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filiptronicek/3b59bbc604c370d89ecb54d88df89456 to your computer and use it in GitHub Desktop.
Save filiptronicek/3b59bbc604c370d89ecb54d88df89456 to your computer and use it in GitHub Desktop.
Awesome VS Code colors (don't try at home)
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#ffffff",
"debugConsole.errorForeground": "#ffffff",
"titleBar.activeForeground": "#ffffff",
"sideBar.background": "#ffffff",
"editor.background": "#ffffff",
"window.zoomLevel": 20,
"editor.foreground": "#ffffff",
"sideBar.foreground": "#ffffff",
"workbench.sideBar.location": "left",
"terminal.background": "#ffffff",
"terminal.foreground": "#ffffff",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment