add vscode amoled theme
This commit is contained in:
parent
42135d048e
commit
55d3a118d1
1 changed files with 15 additions and 0 deletions
15
themes/vscode.json
Normal file
15
themes/vscode.json
Normal 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",
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue