Create vscode_theming_settings.json

This commit is contained in:
2024-08-05 20:19:04 +00:00
committed by GitHub
parent e1fcf31f09
commit b809640ccd
+18
View File
@@ -0,0 +1,18 @@
{
"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",
}