Skip to content

Instantly share code, notes, and snippets.

@andokai
Last active November 15, 2021 12:45
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 andokai/de4c479d540281cc3d474471fc440207 to your computer and use it in GitHub Desktop.
Save andokai/de4c479d540281cc3d474471fc440207 to your computer and use it in GitHub Desktop.
Black VSCode
"workbench.colorCustomizations": {
"tab.inactiveBackground": "#000000",
"activityBar.background": "#000000",
"sideBar.background": "#000000",
"editor.background": "#000000",
"editorGroupHeader.tabsBackground": "#000000",
"statusBar.background": "#000000",
"statusBar.debuggingBackground": "#000000",
"statusBar.noFolderBackground": "#000000",
"titleBar.activeBackground": "#000000",
"titleBar.inactiveBackground": "#000000",
"sideBarSectionHeader.border": "#000000",
"tab.border": "#000000",
"panel.border": "#000000",
"editorOverviewRuler.border": "#000000",
"focusBorder": "#000000",
"statusBarItem.remoteBackground": "#000000",
"editorGroup.border": "#000000",
"input.border": "#000000",
"terminal.background": "#000000",
"sideBar.border": "#000000",
"activityBar.border": "#000000",
"titleBar.border": "#000000",
"panel.background": "#000000",
"editorGroupHeader.tabsBorder": "#000000",
"tab.activeBackground": "#000000",
"tab.activeBorder": "#000000",
"statusBar.border": "#000000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment