From fb50ad16e67039f9f11bbcae2200c542e0ccf246 Mon Sep 17 00:00:00 2001 From: Jeffrey Ye Date: Wed, 17 Apr 2019 22:08:48 -0700 Subject: [PATCH] Fix colors --- ILSpy.Core/Controls/ResourceObjectTable.xaml | 39 +++++++------------- ILSpy.Core/Controls/ResourceStringTable.xaml | 4 +- 2 files changed, 16 insertions(+), 27 deletions(-) diff --git a/ILSpy.Core/Controls/ResourceObjectTable.xaml b/ILSpy.Core/Controls/ResourceObjectTable.xaml index 5f6f158..661a897 100644 --- a/ILSpy.Core/Controls/ResourceObjectTable.xaml +++ b/ILSpy.Core/Controls/ResourceObjectTable.xaml @@ -1,28 +1,17 @@  - - - - - - - - - - - - - + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/ILSpy.Core/Controls/ResourceStringTable.xaml b/ILSpy.Core/Controls/ResourceStringTable.xaml index 5df317c..5275655 100644 --- a/ILSpy.Core/Controls/ResourceStringTable.xaml +++ b/ILSpy.Core/Controls/ResourceStringTable.xaml @@ -15,8 +15,8 @@ FontFamily="Segoe UI" FontSize="9" Grid.Row="1" - RowBackground="White" - AlternatingRowBackground="Beige" + RowBackground="{DynamicResource ThemeBackgroundBrush}" + AlternatingRowBackground="{DynamicResource ThemeAccentBrush4}" CanUserResizeColumns="True">