From bd59db724a32cfbcdcbbae337307fa5cd5e86af6 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Tue, 14 Apr 2026 02:54:01 +0100 Subject: [PATCH] Apply dark theme (Dark.Indigo) across all views Switch MahApps.Metro base theme from Light.Indigo to Dark.Indigo in App.xaml. Fix hardcoded light-specific colours in all five views: - MainWindow: overlay backgrounds from hardcoded light-blue gradients to ThemeBackground; overlay text updated to ThemeForeground / Gray5 - SingleItemView: listing URL colour from hardcoded #1565C0 (invisible on dark) to Accent brush - PhotoAnalysisView / BulkImportView / SavedListingsView: dynamic resource brushes already used; no structural changes needed Semantic colours (green/red/amber indicators, AI gradient buttons, white text on coloured backgrounds) left unchanged as they read correctly on dark surfaces. Co-Authored-By: Claude Sonnet 4.6 --- EbayListingTool/App.xaml | 2 +- EbayListingTool/Views/MainWindow.xaml | 26 +++++++---------------- EbayListingTool/Views/SingleItemView.xaml | 2 +- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/EbayListingTool/App.xaml b/EbayListingTool/App.xaml index 26a5f58..b158df3 100644 --- a/EbayListingTool/App.xaml +++ b/EbayListingTool/App.xaml @@ -7,7 +7,7 @@ - + diff --git a/EbayListingTool/Views/MainWindow.xaml b/EbayListingTool/Views/MainWindow.xaml index 5bc2ebb..249a7ea 100644 --- a/EbayListingTool/Views/MainWindow.xaml +++ b/EbayListingTool/Views/MainWindow.xaml @@ -151,13 +151,8 @@ - - - - - - - + @@ -177,11 +172,11 @@