浏览代码

🔧 share vscode settings

jmacura 3 年之前
父节点
当前提交
39e396bf07
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22 0
      .vscode/settings.json

+ 22 - 0
.vscode/settings.json

@@ -0,0 +1,22 @@
+{
+    "workbench.colorCustomizations": {
+        "activityBar.activeBackground": "#e37b5e",
+        "activityBar.activeBorder": "#92eca6",
+        "activityBar.background": "#e37b5e",
+        "activityBar.foreground": "#15202b",
+        "activityBar.inactiveForeground": "#15202b99",
+        "activityBarBadge.background": "#92eca6",
+        "activityBarBadge.foreground": "#15202b",
+        "sash.hoverBorder": "#e37b5e",
+        "statusBar.background": "#dc5832",
+        "statusBar.foreground": "#e7e7e7",
+        "statusBarItem.hoverBackground": "#e37b5e",
+        "statusBarItem.remoteBackground": "#dc5832",
+        "statusBarItem.remoteForeground": "#e7e7e7",
+        "titleBar.activeBackground": "#dc5832",
+        "titleBar.activeForeground": "#e7e7e7",
+        "titleBar.inactiveBackground": "#dc583299",
+        "titleBar.inactiveForeground": "#e7e7e799"
+    },
+    "peacock.color": "#dc5832"
+}