From 71aa17d22d446546f9aba5d439102b0bb1ad6fea Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Fri, 18 Feb 2022 15:14:00 -0600 Subject: [PATCH] Update light theme tab background for greater contrast. Changes the tab view BG to `#e8e8e8`, as discussed in mail thread. Closes #12398 --- src/cascadia/TerminalApp/App.xaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/cascadia/TerminalApp/App.xaml b/src/cascadia/TerminalApp/App.xaml index 07c70c6b72f..074aed6ab1c 100644 --- a/src/cascadia/TerminalApp/App.xaml +++ b/src/cascadia/TerminalApp/App.xaml @@ -77,8 +77,16 @@ + + + Color="#E8E8E8" />