customs/themes/vscode.json
2025-03-12 09:34:36 -04:00

15 lines
507 B
JSON

{
"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",
}
}