Skip to content

Instantly share code, notes, and snippets.

@geetduggal
Last active October 2, 2024 06:42
Show Gist options
  • Save geetduggal/e0a92aeb7162cc5c4abbef26233c71e5 to your computer and use it in GitHub Desktop.
Save geetduggal/e0a92aeb7162cc5c4abbef26233c71e5 to your computer and use it in GitHub Desktop.
VSCode settings.json
{
"workbench.colorTheme": "Material Theme Ocean High Contrast",
"editor.minimap.enabled": false
"workbench.colorCustomizations": {
"editor.background": "#000000",
"editor.foreground": "#FFFFFF"
"sideBar.background": "#000000",
"activityBar.background": "#000000",
"statusBar.background": "#000000",
"statusBar.noFolderBackground": "#000000",
"panel.background": "#000000",
"titleBar.activeBackground": "#000000",
"titleBar.inactiveBackground": "#000000",
"terminal.background": "#000000",
"editorGroupHeader.tabsBackground": "#000000",
"editorGroup.background": "#000000",
"tab.activeBackground": "#000000",
"tab.inactiveBackground": "#000000"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment