Skip to content

Instantly share code, notes, and snippets.

@walidmahade
Created February 4, 2023 10:19
Show Gist options
  • Save walidmahade/b5074f002d18dd46cc6d3a3d0ae101c8 to your computer and use it in GitHub Desktop.
Save walidmahade/b5074f002d18dd46cc6d3a3d0ae101c8 to your computer and use it in GitHub Desktop.
VS Code color customizations for default dark+ theme.
"workbench.colorCustomizations": {
"badge.background": "#0c0c0c",
"menu.background": "#0c0c0c",
"sideBar.dropBackground": "#0c0c0c",
"sideBar.background": "#0c0c0c",
"sideBar.border": "#2a2a2a",
"editorGroupHeader.tabsBackground": "#0c0c0c",
"editorGroupHeader.noTabsBackground": "#0c0c0c",
"editor.background": "#0c0c0c",
"editorGroup.background": "#0c0c0c",
"editorGroupHeader.border": "#2a2a2a",
"tab.activeBackground": "#0c0c0c",
"tab.activeBorderTop": "#0062ff",
"tab.inactiveBackground": "#0c0c0c",
"activityBar.background": "#0c0c0c",
"activityBar.border": "#2a2a2a",
"menubar.selectionBackground": "#0c0c0c",
"statusBar.background": "#0c0c0c",
"statusBar.border": "#2a2a2a",
"titleBar.activeBackground": "#0c0c0c",
"titleBar.border": "#2a2a2a"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment