From 15726a4f182b94b760bff1af4dd49ce03e099d2a Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Tue, 14 Apr 2026 03:02:05 +0100 Subject: [PATCH] Fix dark theme contrast across all views MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All text using Gray5/Gray6 (too dark — fails WCAG AA) promoted to Gray3/Gray4 as appropriate. SectionHeading styles using Accent brush (Indigo 500, ~2.8:1 on dark bg) changed to #9FA8DA (Indigo 200, ~7:1). MainWindow: overlay body text Gray5→Gray3, status bar text Gray5→Gray3. PhotoAnalysisView: SectionHeading Accent→#9FA8DA; 13 text nodes updated from Gray5/Gray6 to Gray3/Gray4 (hints, labels, counters, live price status, price reasoning, range bar labels). SingleItemView: SectionHeading Accent→#9FA8DA; title/desc counters, photo drop hint, listing URL all updated. BulkImportView: empty state heading Gray4→Gray2; hint text Gray6→Gray4. SavedListingsView: DetailLabel Accent→#9FA8DA; search icon, empty state headings, meta row text/icons all promoted from Gray4-6 to Gray2-4. Co-Authored-By: Claude Sonnet 4.6 --- EbayListingTool/Views/BulkImportView.xaml | 4 +-- EbayListingTool/Views/MainWindow.xaml | 8 +++--- EbayListingTool/Views/PhotoAnalysisView.xaml | 26 ++++++++++---------- EbayListingTool/Views/SavedListingsView.xaml | 22 ++++++++--------- EbayListingTool/Views/SingleItemView.xaml | 12 ++++----- 5 files changed, 36 insertions(+), 36 deletions(-) diff --git a/EbayListingTool/Views/BulkImportView.xaml b/EbayListingTool/Views/BulkImportView.xaml index fa61e1f..beeef27 100644 --- a/EbayListingTool/Views/BulkImportView.xaml +++ b/EbayListingTool/Views/BulkImportView.xaml @@ -462,10 +462,10 @@ + Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>