From 9fdd5d559e804723a447cb874e9276564ff6c431 Mon Sep 17 00:00:00 2001 From: "Amir H. Khanjani" <72540492+ahkhanjani@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:53:11 +0330 Subject: [PATCH] use t3 colors for vscode title bar --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 582bf8ab50..747f565cca 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" },