Skip to content

Instantly share code, notes, and snippets.

@andrewodri
Last active January 5, 2022 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewodri/020dcfc0b81daec9acde5b5c42a7f4b6 to your computer and use it in GitHub Desktop.
Save andrewodri/020dcfc0b81daec9acde5b5c42a7f4b6 to your computer and use it in GitHub Desktop.
VSCode settings for darker Dark+ theme
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.useTabStops": false,
"workbench.startupEditor": "none",
"workbench.colorCustomizations": {
"[*Dark+*]": {
"sideBar.background": "#0F0F0F",
"editor.background": "#070707",
"editorGroupHeader.tabsBackground": "#0F0F0F",
"tab.inactiveBackground": "#0F0F0F",
"tab.activeBackground": "#070707"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment