diff --git a/.vscode/settings.json b/.vscode/settings.json
index 5391aa4009cc68a056f53a3340d0a069a82a8661..8df3d7acaede87adf6ff8ce5dad8818c3020d357 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,28 +1,28 @@
 {
   "workbench.colorCustomizations": {
-    "activityBar.background": "#32343d",
-    "activityBar.foreground": "#FFC600",
-    "activityBar.inactiveForeground": "#FFC60077",
+    "activityBar.background": "#15161B",
+    "activityBar.foreground": "#61F0F2",
+    "activityBar.inactiveForeground": "#61F0F277",
     "activityBar.activeBorder": "#DB8300",
     "activityBarBadge.background": "#e41b62",
     "activityBarBadge.foreground": "#e7e7e7",
-    "titleBar.activeBackground": "#32343d",
-    "titleBar.inactiveBackground": "#32343d99",
+    "titleBar.activeBackground": "#15161B",
+    "titleBar.inactiveBackground": "#15161B99",
     "titleBar.activeForeground": "#E0E0E0",
-    "titleBar.inactiveForeground": "#FFC60077",
-    "tab.activeBorderTop": "#FFC600",
-    "tab.hoverBackground": "#FFC60011",
-    "statusBar.background": "#32343d",
-    "statusBar.foreground": "#FFC600AA",
-    "statusBarItem.hoverBackground": "#FFC60033",
-    "statusBarItem.remoteBackground": "#FFC600",
+    "titleBar.inactiveForeground": "#61F0F277",
+    "tab.activeBorderTop": "#61F0F2",
+    "tab.hoverBackground": "#61F0F211",
+    "statusBar.background": "#15161B",
+    "statusBar.foreground": "#61F0F2AA",
+    "statusBarItem.hoverBackground": "#61F0F233",
+    "statusBarItem.remoteBackground": "#61F0F2",
     "statusBarItem.remoteForeground": "#242633",
-    "focusBorder": "#FFC600",
-    "badge.background": "#FFC600",
-    "badge.foreground": "#32343d",
-    "button.background": "#FFC600",
-    "button.foreground": "#32343d",
-    "button.hoverBackground": "#FFC60099"
+    "focusBorder": "#61F0F2",
+    "badge.background": "#61F0F2",
+    "badge.foreground": "#15161B",
+    "button.background": "#61F0F2",
+    "button.foreground": "#15161B",
+    "button.hoverBackground": "#61F0F299"
   },
   "editor.formatOnSave": true,
   "eslint.format.enable": true,