From f6ffc8183729a2a1aa19e74875c0daa25838ed49 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 10 May 2023 14:21:27 +0000 Subject: [PATCH] chore: update vscode colors --- .vscode/settings.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 95bbab8c2..04802352b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,19 +1,22 @@ { - "peacock.color": "#6495ED", "workbench.colorCustomizations": { - "activityBar.background": "#92b4f2", - "activityBar.activeBorder": "#e41b62", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", + "activityBar.background": "#121212", + "activityBar.foreground": "#FFC600", + "activityBar.inactiveForeground": "#FFC60077", + "activityBar.activeBorder": "#DB8300", "activityBarBadge.background": "#e41b62", "activityBarBadge.foreground": "#e7e7e7", - "titleBar.activeBackground": "#6495ed", - "titleBar.inactiveBackground": "#6495ed99", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveForeground": "#15202b99", - "statusBar.background": "#6495ed", - "statusBarItem.hoverBackground": "#3676e8", - "statusBar.foreground": "#15202b" + "titleBar.activeBackground": "#121212", + "titleBar.inactiveBackground": "#12121299", + "titleBar.activeForeground": "#E0E0E0", + "titleBar.inactiveForeground": "#FFC60077", + "tab.activeBorderTop": "#FFC600", + "tab.hoverBackground": "#FFC60011", + "statusBar.background": "#121212", + "statusBar.foreground": "#FFC600AA", + "statusBarItem.hoverBackground": "#FFC60033", + "statusBarItem.remoteBackground": "#FFC600", + "statusBarItem.remoteForeground": "#242633" }, "editor.tabSize": 2, "editor.defaultFormatter": "esbenp.prettier-vscode", -- GitLab