From c430c77e839631e07e2746aae7a378f94f5ea90e Mon Sep 17 00:00:00 2001 From: "Amir H. Khanjani" <72540492+ahkhanjani@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:50:12 +0330 Subject: [PATCH] Use T3 colors for VS Code title bar (#2015) --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index c6ba810dd3..360a44ded8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,11 @@ { + "workbench.colorCustomizations": { + "titleBar.activeBackground": "#1f0d49", + "titleBar.activeForeground": "#e2e8f0", + "titleBar.inactiveBackground": "#181239", + "titleBar.inactiveForeground": "#b1b6bd" + }, + "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },