add vscode amoled theme

This commit is contained in:
notfire 2025-03-12 09:34:36 -04:00
parent 42135d048e
commit 55d3a118d1
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

15
themes/vscode.json Normal file
View file

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