From 5cf7f1b8c618b3c4fb1c0b6d817c1433d11c473d Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Tue, 14 Apr 2026 03:05:06 +0100 Subject: [PATCH] Switch theme to Dark.Cobalt for readable accent colour MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Indigo 500 (#3F51B5) is too dark on black backgrounds. Cobalt (#0050EF) is a bright electric blue that meets contrast requirements on dark surfaces without needing lighter fallback shades. Replaced all hardcoded #9FA8DA (Indigo 200 workaround) with {DynamicResource MahApps.Brushes.Accent} now that the accent is naturally readable — section headings, price labels, detail labels, listing URL link. Co-Authored-By: Claude Sonnet 4.6 --- EbayListingTool/App.xaml | 2 +- EbayListingTool/Views/PhotoAnalysisView.xaml | 6 +++--- EbayListingTool/Views/SavedListingsView.xaml | 2 +- EbayListingTool/Views/SingleItemView.xaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/EbayListingTool/App.xaml b/EbayListingTool/App.xaml index b158df3..22c53a5 100644 --- a/EbayListingTool/App.xaml +++ b/EbayListingTool/App.xaml @@ -7,7 +7,7 @@ - + diff --git a/EbayListingTool/Views/PhotoAnalysisView.xaml b/EbayListingTool/Views/PhotoAnalysisView.xaml index d87bbd3..973f7a7 100644 --- a/EbayListingTool/Views/PhotoAnalysisView.xaml +++ b/EbayListingTool/Views/PhotoAnalysisView.xaml @@ -20,7 +20,7 @@ diff --git a/EbayListingTool/Views/SingleItemView.xaml b/EbayListingTool/Views/SingleItemView.xaml index dfac4cf..4378ae2 100644 --- a/EbayListingTool/Views/SingleItemView.xaml +++ b/EbayListingTool/Views/SingleItemView.xaml @@ -21,7 +21,7 @@ @@ -439,7 +439,7 @@ Foreground="#4CAF50"/> -