Revert to Light.Indigo theme; restore original grey values for light bg

Dark theme experiment abandoned due to persistent contrast issues.
All Gray3/Gray4 muted text reverted to Gray5/Gray6 (darker = readable
on light background). Gray2 headings reverted to Gray4/Gray5.
App.xaml switched back to Light.Indigo.xaml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Foster
2026-04-14 03:21:10 +01:00
parent 56e0be83d2
commit f4e7854297
7 changed files with 35 additions and 35 deletions

View File

@@ -7,7 +7,7 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Dark.Cobalt.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Light.Indigo.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>

View File

@@ -462,10 +462,10 @@
<TextBlock Text="Open a CSV or Excel file to bulk import listings"
FontSize="14" FontWeight="SemiBold"
HorizontalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray4}"/>
<TextBlock Text="Columns: Title, Description, Price, Condition, CategoryKeyword, Quantity, PhotoPaths"
FontSize="11" HorizontalAlignment="Center" Margin="0,6,0,20"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
TextWrapping="Wrap" MaxWidth="480" TextAlignment="Center"/>
<Button HorizontalAlignment="Center"
Click="DownloadTemplate_Click"

View File

@@ -176,7 +176,7 @@
Margin="0,0,0,8"/>
<TextBlock Text="Sign in with your eBay account to start posting listings and managing your inventory."
FontSize="13" TextWrapping="Wrap" TextAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
Margin="0,0,0,24"/>
<Button Click="ConnectBtn_Click"
Style="{StaticResource LockConnectButton}"
@@ -240,7 +240,7 @@
Margin="0,0,0,8"/>
<TextBlock Text="Sign in with your eBay account to bulk import and post multiple listings at once."
FontSize="13" TextWrapping="Wrap" TextAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
Margin="0,0,0,24"/>
<Button Click="ConnectBtn_Click"
Style="{StaticResource LockConnectButton}"
@@ -271,9 +271,9 @@
<iconPacks:PackIconMaterial Kind="AlertCircleOutline"
Width="12" Height="12" Margin="0,0,5,0"
VerticalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
<TextBlock x:Name="StatusBar" Text="Ready" FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
VerticalAlignment="Center"/>
</StackPanel>
<StackPanel Grid.Column="1" Orientation="Horizontal">

View File

@@ -198,7 +198,7 @@
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
<TextBlock Text="or click to browse" FontSize="12" Margin="0,4,0,0"
HorizontalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
<TextBlock Text="JPG · PNG · GIF · WEBP" FontSize="11" Margin="0,14,0,0"
HorizontalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray7}"/>
@@ -242,7 +242,7 @@
<!-- Photo filename label -->
<TextBlock x:Name="PhotoFilename" Grid.Row="1"
Text="" FontSize="11" Margin="0,6,0,0"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
HorizontalAlignment="Center"
TextTrimming="CharacterEllipsis"/>
@@ -296,7 +296,7 @@
<TextBlock Text="Drop a photo and click Identify"
FontSize="15" FontWeight="SemiBold"
HorizontalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
<TextBlock Text="Claude will identify the item, write a listing description&#10;and suggest a realistic eBay UK selling price."
FontSize="12" Margin="0,8,0,0"
HorizontalAlignment="Center" TextAlignment="Center"
@@ -390,7 +390,7 @@
FontSize="11" FontStyle="Italic"
TextWrapping="Wrap"
Margin="0,6,0,0"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
Visibility="Collapsed"/>
</StackPanel>
</Border>
@@ -457,10 +457,10 @@
</Grid.ColumnDefinitions>
<StackPanel Grid.Column="0" HorizontalAlignment="Center">
<TextBlock Text="MIN" FontSize="9" FontWeight="SemiBold"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
HorizontalAlignment="Center"/>
<TextBlock x:Name="PriceMinText" FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
HorizontalAlignment="Center"/>
</StackPanel>
<StackPanel Grid.Column="2" HorizontalAlignment="Center">
@@ -470,10 +470,10 @@
</StackPanel>
<StackPanel Grid.Column="4" HorizontalAlignment="Center">
<TextBlock Text="MAX" FontSize="9" FontWeight="SemiBold"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
HorizontalAlignment="Center"/>
<TextBlock x:Name="PriceMaxText" FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
HorizontalAlignment="Center"/>
</StackPanel>
</Grid>
@@ -482,7 +482,7 @@
<!-- Editable price override -->
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
<TextBlock Text="Override price:" FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
VerticalAlignment="Center" Margin="0,0,8,0"/>
<mah:NumericUpDown x:Name="PriceOverride"
Width="110" Height="32"
@@ -498,7 +498,7 @@
Width="11" Height="11" Margin="0,0,6,0"/>
<TextBlock x:Name="LivePriceStatus"
FontSize="10"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
VerticalAlignment="Center"
TextWrapping="Wrap"/>
</StackPanel>
@@ -507,7 +507,7 @@
FontSize="11" FontStyle="Italic"
TextWrapping="Wrap"
Margin="0,8,0,0"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
Visibility="Collapsed"/>
</StackPanel>
</Border>
@@ -536,7 +536,7 @@
TextChanged="TitleBox_TextChanged"/>
<TextBlock x:Name="TitleCount" Text="0 / 80" FontSize="10"
HorizontalAlignment="Right" Margin="0,3,0,0"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
</StackPanel>
</Border>

View File

@@ -104,7 +104,7 @@
Width="13" Height="13"
Margin="0,0,7,0"
VerticalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
<TextBox Grid.Column="1" x:Name="SearchBox"
Style="{StaticResource SearchBox}"
mah:TextBoxHelper.Watermark="Filter listings…"
@@ -136,12 +136,12 @@
</Border>
<TextBlock Text="No saved listings yet"
FontSize="13" FontWeight="SemiBold"
Foreground="{DynamicResource MahApps.Brushes.Gray2}"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
HorizontalAlignment="Center"
Margin="0,0,0,6"/>
<TextBlock Text="Analyse a photo and click Save Listing"
FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
HorizontalAlignment="Center"
TextWrapping="Wrap"
TextAlignment="Center"
@@ -161,7 +161,7 @@
Margin="0,0,0,12"/>
<TextBlock Text="No listings match your search"
FontSize="12"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
HorizontalAlignment="Center"/>
</StackPanel>
@@ -187,7 +187,7 @@
Foreground="{DynamicResource MahApps.Brushes.Gray7}"
Margin="0,0,0,14"/>
<TextBlock Text="Select a saved listing" FontSize="14"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
HorizontalAlignment="Center"/>
</StackPanel>
@@ -218,18 +218,18 @@
<StackPanel Orientation="Horizontal" Margin="0,0,0,14">
<iconPacks:PackIconMaterial Kind="Tag" Width="11" Height="11"
Margin="0,0,4,0" VerticalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
<TextBlock x:Name="DetailCategory" FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
VerticalAlignment="Center"/>
<TextBlock Text=" · " FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
VerticalAlignment="Center"/>
<iconPacks:PackIconMaterial Kind="ClockOutline" Width="11" Height="11"
Margin="0,0,4,0" VerticalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
<TextBlock x:Name="DetailDate" FontSize="11"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
VerticalAlignment="Center"/>
</StackPanel>

View File

@@ -188,7 +188,7 @@ public partial class SavedListingsView : UserControl
Text = listing.PriceDisplay,
FontSize = 13,
FontWeight = FontWeights.Bold,
Foreground = (Brush)FindResource("MahApps.Brushes.ThemeForeground"),
Foreground = (Brush)FindResource("MahApps.Brushes.Accent"),
Margin = new Thickness(0, 0, 8, 0)
});
textStack.Children.Add(priceRow);
@@ -197,7 +197,7 @@ public partial class SavedListingsView : UserControl
{
Text = listing.SavedAtDisplay,
FontSize = 10,
Foreground = (Brush)FindResource("MahApps.Brushes.Gray3"),
Foreground = (Brush)FindResource("MahApps.Brushes.Gray5"),
Margin = new Thickness(0, 3, 0, 0)
});

View File

@@ -163,7 +163,7 @@
</Border>
<TextBlock x:Name="TitleCount" Grid.Column="1"
Text="0 / 80" FontSize="10"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
VerticalAlignment="Center"/>
</Grid>
@@ -288,7 +288,7 @@
</Border>
<TextBlock x:Name="DescCount" Grid.Column="1"
Text="0 / 2000" FontSize="10"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
VerticalAlignment="Center"/>
</Grid>
</StackPanel>
@@ -490,7 +490,7 @@
FontSize="12" FontWeight="Bold"
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
<TextBlock Text=" / 12" FontSize="12"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
</StackPanel>
</Border>
</Grid>
@@ -519,7 +519,7 @@
HorizontalAlignment="Center"
Foreground="{DynamicResource MahApps.Brushes.Gray7}"/>
<TextBlock Text="Drag &amp; drop photos here"
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
FontSize="12" HorizontalAlignment="Center"/>
<TextBlock Text="or use Browse below"
Foreground="{DynamicResource MahApps.Brushes.Gray7}"