From 94d1a0ab479ad68f089fd4d939e74e531393f5f5 Mon Sep 17 00:00:00 2001 From: notfire Date: Wed, 12 Mar 2025 09:50:03 -0400 Subject: [PATCH] make vscode theme look a bit nicer on windows --- themes/vscode.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/vscode.json b/themes/vscode.json index 9bd8110..285aa56 100644 --- a/themes/vscode.json +++ b/themes/vscode.json @@ -11,5 +11,7 @@ "tab.activeBackground": "#000", "tab.inactiveBackground": "#000", "tab.hoverBackground": "#000", + "titleBar.activeBackground": "#000", + "titleBar.inactiveBackground": "#000" } }