diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1ff546f0035cfae6d157728a4e164dd0d74ffcd4..1a969fc158fa5a5650e58a6f178c36cb3a96cc59 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,19 @@
 {
+  "workbench.colorCustomizations": {
+    "titleBar.activeBackground": "#113856",
+    "titleBar.inactiveBackground": "#11385699",
+    "titleBar.activeForeground": "#fff",
+    "titleBar.inactiveForeground": "#ffffff99",
+    "activityBar.background": "#113856",
+    "activityBar.activeBorder": "#eb1814",
+    "activityBar.foreground": "#e7e7e799",
+    "activityBar.inactiveForeground": "#e7e7e799",
+    "activityBarBadge.background": "#eb1814",
+    "activityBarBadge.foreground": "#e7e7e7",
+    "statusBar.background": "#113856",
+    "statusBarItem.hoverBackground": "#04aecd",
+    "statusBar.foreground": "#e7e7e7"
+  },
   "editor.codeActionsOnSave": {
     "source.fixAll": true,
     "source.organizeImports": true