From 6cbdfbfa2d19b3d70c71f0280071149a36a036f7 Mon Sep 17 00:00:00 2001 From: Caeden Statia Date: Sat, 1 Feb 2020 21:49:25 -0800 Subject: [PATCH] Add Light Theme (and fixed GridViewColumnHeader) --- ModAssistant/App.xaml | 2 +- ModAssistant/ModAssistant.csproj | 4 ++ ModAssistant/Styles/GridViewColumnHeader.xaml | 2 +- ModAssistant/Themes/Dark.xaml | 1 + ModAssistant/Themes/Light.xaml | 59 +++++++++++++++++++ 5 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 ModAssistant/Themes/Light.xaml diff --git a/ModAssistant/App.xaml b/ModAssistant/App.xaml index 8507126..788c6b9 100644 --- a/ModAssistant/App.xaml +++ b/ModAssistant/App.xaml @@ -7,7 +7,7 @@ - + diff --git a/ModAssistant/ModAssistant.csproj b/ModAssistant/ModAssistant.csproj index 7321182..a739874 100644 --- a/ModAssistant/ModAssistant.csproj +++ b/ModAssistant/ModAssistant.csproj @@ -167,6 +167,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + diff --git a/ModAssistant/Styles/GridViewColumnHeader.xaml b/ModAssistant/Styles/GridViewColumnHeader.xaml index 7d090f5..11f803d 100644 --- a/ModAssistant/Styles/GridViewColumnHeader.xaml +++ b/ModAssistant/Styles/GridViewColumnHeader.xaml @@ -10,7 +10,7 @@ + Background="{DynamicResource ModColumnBackground}"> + diff --git a/ModAssistant/Themes/Light.xaml b/ModAssistant/Themes/Light.xaml new file mode 100644 index 0000000..7962a07 --- /dev/null +++ b/ModAssistant/Themes/Light.xaml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file