From d07a36c9ca5ea548c8caacf6da8cb4d686a5b10a Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Thu, 15 Dec 2022 11:53:53 -0800 Subject: [PATCH] Adopt terminal active tab color in new themes Fixes #169313 --- extensions/theme-defaults/themes/dark_plus_experimental.json | 1 + extensions/theme-defaults/themes/light_plus_experimental.json | 1 + 2 files changed, 2 insertions(+) diff --git a/extensions/theme-defaults/themes/dark_plus_experimental.json b/extensions/theme-defaults/themes/dark_plus_experimental.json index 5a00e7525b2..26d9b3836a5 100644 --- a/extensions/theme-defaults/themes/dark_plus_experimental.json +++ b/extensions/theme-defaults/themes/dark_plus_experimental.json @@ -123,6 +123,7 @@ "tab.unfocusedActiveBorderTop": "#ffffff15", "tab.unfocusedHoverBackground": "#6e76811a", "terminal.foreground": "#ffffffc5", + "terminal.tab.activeBorder": "#2488d8", "textBlockQuote.background": "#010409", "textBlockQuote.border": "#ffffff14", "textCodeBlock.background": "#6e768166", diff --git a/extensions/theme-defaults/themes/light_plus_experimental.json b/extensions/theme-defaults/themes/light_plus_experimental.json index f160599490d..a387e5c9882 100644 --- a/extensions/theme-defaults/themes/light_plus_experimental.json +++ b/extensions/theme-defaults/themes/light_plus_experimental.json @@ -137,6 +137,7 @@ "tab.unfocusedHoverBackground": "#6e76811a", "terminal.foreground": "#ffffffc5", "terminal.inactiveSelectionBackground": "#E5EBF1", + "terminal.tab.activeBorder": "#005fb8", "textBlockQuote.background": "#f8f8f8", "textBlockQuote.border": "#0000001a", "textCodeBlock.background": "#6e768166",