From 53133f47ca78211e1cfe8165d8cf95c5a2cf3d87 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:32:53 -0400 Subject: [PATCH 1/2] Replace all muted/dim text brushes with foreground brushes for readability Muted colors (#8B8FA0, #9B9EC0, #B0B6C0, #9DA5B4, #99E4E6EB) were too hard to read. All visual text now uses the standard foreground color (#E4E6EB) across XAML, code-behind, advice panel, charts, and slicers. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/PlanViewer.App/AboutWindow.axaml | 8 ++++---- src/PlanViewer.App/Controls/PlanViewerControl.axaml.cs | 4 ++-- src/PlanViewer.App/Controls/QuerySessionControl.axaml | 2 +- src/PlanViewer.App/Controls/QuerySessionControl.axaml.cs | 4 ++-- .../Controls/TimeRangeSlicerControl.axaml.cs | 2 +- .../Controls/WaitStatsRibbonControl.axaml.cs | 2 +- .../Dialogs/QueryStoreHistoryWindow.axaml.cs | 6 +++--- src/PlanViewer.App/MainWindow.axaml.cs | 2 +- src/PlanViewer.App/Services/AdviceContentBuilder.cs | 4 ++-- src/PlanViewer.App/Themes/DarkTheme.axaml | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/PlanViewer.App/AboutWindow.axaml b/src/PlanViewer.App/AboutWindow.axaml index 71950bb..7c49c0b 100644 --- a/src/PlanViewer.App/AboutWindow.axaml +++ b/src/PlanViewer.App/AboutWindow.axaml @@ -14,7 +14,7 @@ + Foreground="{DynamicResource ForegroundBrush}" Margin="0,0,0,4"/> @@ -24,7 +24,7 @@ + Foreground="{DynamicResource ForegroundBrush}"/> @@ -72,13 +72,13 @@ VerticalContentAlignment="Center"/>