diff --git a/.vscode/settings.json b/.vscode/settings.json
index 04802352b1abe06aa9c38a60298f7b713ae03ede..744ba2f959c9b84531a5fdfd830bb49e9083c9da 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -16,7 +16,13 @@
     "statusBar.foreground": "#FFC600AA",
     "statusBarItem.hoverBackground": "#FFC60033",
     "statusBarItem.remoteBackground": "#FFC600",
-    "statusBarItem.remoteForeground": "#242633"
+    "statusBarItem.remoteForeground": "#242633",
+    "focusBorder": "#FFC600",
+    "badge.background": "#FFC600",
+    "badge.foreground": "#121212",
+    "button.background": "#FFC600",
+    "button.foreground": "#121212",
+    "button.hoverBackground": "#FFC60099"
   },
   "editor.tabSize": 2,
   "editor.defaultFormatter": "esbenp.prettier-vscode",