diff --git a/docs/help/apply-themes.md b/docs/help/apply-themes.md index d36931e..b21555b 100644 --- a/docs/help/apply-themes.md +++ b/docs/help/apply-themes.md @@ -18,5 +18,18 @@ Change by static property ThemeManager.CurrentTheme = ColorThemes.Classic; ``` +# Change themes by ResourceDictionary + +Also you can change theme by adding resource dictionary after generic.xaml. Use one of them: +```xml + +or + +or + +or + +``` + ## NOTE It is recommended use `Background="{DynamicResource WindowBackgroundBrush}"` for Window markup