瀏覽代碼

主题修改

Bhikkhu-Kosalla 5 年之前
父節點
當前提交
922a43c53e
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      .vscode/settings.json

+ 11 - 11
.vscode/settings.json

@@ -1,12 +1,12 @@
 {
 {
-    "files.autoSave": "onFocusChange",
-    "workbench.iconTheme": "vscode-icons",
-    "workbench.colorTheme": "Visual Studio Light",
-    "editor.formatOnSave": true,
-    "editor.fontFamily": "source code pro",
-    "editor.mouseWheelZoom": true,
-    "editor.codeActionsOnSave": {
-        "source.fixAll.eslint": true
-    },
-    "svg.preview.background": "transparent"
-}
+	"files.autoSave": "onFocusChange",
+	"workbench.iconTheme": "vscode-icons",
+	"workbench.colorTheme": "Visual Studio Dark",
+	"editor.formatOnSave": true,
+	"editor.fontFamily": "source code pro",
+	"editor.mouseWheelZoom": true,
+	"editor.codeActionsOnSave": {
+		"source.fixAll.eslint": true
+	},
+	"svg.preview.background": "transparent"
+}