Skip to content

Commit

Permalink
feature: change WPF default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dumitory committed Jul 4, 2021
1 parent 626fb77 commit d485828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ved/user-program/WPF-GUI/GUI/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ResourceDictionary Source="pack:https://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
<ResourceDictionary Source="pack:https://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
<!-- Theme setting -->
<ResourceDictionary Source="pack:https://application:,,,/MahApps.Metro;component/Styles/Themes/dark.green.xaml" />
<ResourceDictionary Source="pack:https://application:,,,/MahApps.Metro;component/Styles/Themes/light.blue.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Expand Down

0 comments on commit d485828

Please sign in to comment.