Kaynağa Gözat

🔧 share vscode settings

jmacura 4 yıl önce
ebeveyn
işleme
0c87b2e116
1 değiştirilmiş dosya ile 22 ekleme ve 0 silme
  1. 22 0
      .vscode/settings.json

+ 22 - 0
.vscode/settings.json

@@ -0,0 +1,22 @@
+{
+  "workbench.colorCustomizations": {
+    "activityBar.activeBackground": "#cdd0ba",
+    "activityBar.activeBorder": "#679198",
+    "activityBar.background": "#cdd0ba",
+    "activityBar.foreground": "#15202b",
+    "activityBar.inactiveForeground": "#15202b99",
+    "activityBarBadge.background": "#679198",
+    "activityBarBadge.foreground": "#15202b",
+    "sash.hoverBorder": "#cdd0ba",
+    "statusBar.background": "#b7bb9c",
+    "statusBar.foreground": "#15202b",
+    "statusBarItem.hoverBackground": "#a1a67e",
+    "statusBarItem.remoteBackground": "#b7bb9c",
+    "statusBarItem.remoteForeground": "#15202b",
+    "titleBar.activeBackground": "#b7bb9c",
+    "titleBar.activeForeground": "#15202b",
+    "titleBar.inactiveBackground": "#b7bb9c99",
+    "titleBar.inactiveForeground": "#15202b99"
+  },
+  "peacock.color": "#b7bb9c"
+}