diff --git a/themes/vscode.json b/themes/vscode.json new file mode 100644 index 0000000..9bd8110 --- /dev/null +++ b/themes/vscode.json @@ -0,0 +1,15 @@ +{ + "workbench.colorCustomizations": { + "statusBar.background": "#000", + "sideBar.background": "#000", + "activityBar.background": "#000", + "editor.background": "#000", + "panel.background": "#000", + "editorGroupHeader.tabsBackground": "#000", + "quickInput.background": "#000", + "sideBarSectionHeader.background": "#000", + "tab.activeBackground": "#000", + "tab.inactiveBackground": "#000", + "tab.hoverBackground": "#000", + } +}