abpasser 2 лет назад
Родитель
Сommit
3ad56d9e99
1 измененных файлов с 21 добавлено и 1 удалено
  1. 21 1
      .vscode/settings.json

+ 21 - 1
.vscode/settings.json

@@ -1,3 +1,23 @@
 {
-    "dotnet.defaultSolution": "MainServer.sln"
+    "dotnet.defaultSolution": "MainServer.sln",
+    "workbench.colorCustomizations": {
+        "activityBar.activeBackground": "#508d65",
+        "activityBar.background": "#508d65",
+        "activityBar.foreground": "#e7e7e7",
+        "activityBar.inactiveForeground": "#e7e7e799",
+        "activityBarBadge.background": "#57457a",
+        "activityBarBadge.foreground": "#e7e7e7",
+        "commandCenter.border": "#e7e7e799",
+        "sash.hoverBorder": "#508d65",
+        "statusBar.background": "#3e6d4e",
+        "statusBar.foreground": "#e7e7e7",
+        "statusBarItem.hoverBackground": "#508d65",
+        "statusBarItem.remoteBackground": "#3e6d4e",
+        "statusBarItem.remoteForeground": "#e7e7e7",
+        "titleBar.activeBackground": "#3e6d4e",
+        "titleBar.activeForeground": "#e7e7e7",
+        "titleBar.inactiveBackground": "#3e6d4e99",
+        "titleBar.inactiveForeground": "#e7e7e799"
+    },
+    "peacock.color": "#3e6d4e"
 }