Last active
October 2, 2024 06:42
-
-
Save geetduggal/e0a92aeb7162cc5c4abbef26233c71e5 to your computer and use it in GitHub Desktop.
VSCode settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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