From 9b42d27d90cdf6ad442d0051e43e1d9f347895de Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Wed, 10 May 2023 17:06:10 +0200
Subject: [PATCH] chore: add additional colors

---
 .vscode/settings.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 04802352b..744ba2f95 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",
-- 
GitLab