From 68c0917f89703774dc5f44e138da2c5a22f57a62 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bastienxs@gmail.com> Date: Tue, 7 Mar 2023 14:18:12 +0100 Subject: [PATCH] chore: add vscode colors matching egl --- .vscode/settings.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ff546f..1a969fc 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 -- GitLab