瀏覽代碼

This commit adds https://github.com/PatrickRyanMS 's Babylon workbench theme, consistent with the babylon style guide: https://github.com/BabylonJS/Brand-Toolkit/blob/master/styleGuide/BabylonColorPalettes.pdf

Nicholas Barlow 5 年之前
父節點
當前提交
022a9657d5
共有 1 個文件被更改,包括 25 次插入1 次删除
  1. 25 1
      .vscode/settings.json

+ 25 - 1
.vscode/settings.json

@@ -58,5 +58,29 @@
     },
     "editor.tabSize": 4,
     "typescript.tsdk": "node_modules\\typescript\\lib",
-    "typescript.preferences.importModuleSpecifier": "relative"
+    "typescript.preferences.importModuleSpecifier": "relative",
+    "workbench.colorCustomizations": {
+        "activityBar.background": "#3F3461",
+        "activityBar.foreground": "#d5d2ca",
+        "activityBarBadge.background": "#bb464b",
+        "titleBar.activeBackground": "#201936",
+        "panelTitle.activeForeground": "#d5d2ca",
+        "tab.activeBackground": "#bb464b",
+        "menubar.selectionBackground": "#bb464b",
+        "menubar.selectionForeground": "#ffffff",
+        "menu.background": "#2a2342",
+        "menu.selectionBackground": "#bb464b",
+        "dropdown.background": "#2a2342",
+        "dropdown.listBackground": "#2a2342",
+        "dropdown.border": "#3F3461",
+        "button.background": "#3F3461",
+        "button.foreground": "#d5d2ca",
+        "panel.border": "#3F3461",
+        "panelTitle.activeBorder": "#9379e6",
+        "statusBar.background": "#9379e6",
+        "focusBorder": "#3F3461",
+        "list.activeSelectionBackground": "#3F3461",
+        "textLink.foreground": "#3F3461",
+        "textLink.activeForeground": "#9379e6",
+    }
 }