mirror of
https://github.com/ION606/config-backup.git
synced 2026-05-14 14:06:58 +00:00
19 lines
668 B
JSON
19 lines
668 B
JSON
{
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"security.workspace.trust.untrustedFiles": "newWindow",
|
|
"files.autoSave": "afterDelay",
|
|
"workbench.colorCustomizations": {
|
|
"[Default Dark Modern]": {
|
|
"menu.background": "#000413",
|
|
"editor.background": "#000413",
|
|
"sideBar.background": "#000413",
|
|
"activityBar.background": "#000413",
|
|
"statusBar.background": "#000413",
|
|
"statusBar.noFolderBackground": "#000413",
|
|
"statusBar.debuggingBackground": "#000413",
|
|
}
|
|
},
|
|
"workbench.colorTheme": "Default Dark Modern",
|
|
"editor.fontFamily": "Fira Code",
|
|
}
|