Update apply-themes.md

This commit is contained in:
Vitaliy Semianiaka
2019-07-27 11:49:45 +03:00
committed by GitHub
parent 3ff3dc4712
commit c93762f9a2

View File

@@ -23,7 +23,7 @@ Change by `ThemeManager`
# Change themes by ResourceDictionary
As default we use Classic theme.
You also can change theme by adding resource dictionary after generic.xaml. Use one of them:
You can also use other theme by changing resource dictionary before `theme.xaml`. Currently available:
```xml
<ResourceDictionary Source="/brightsharp;component/themes/style.classic.xaml" />
<ResourceDictionary Source="/brightsharp;component/themes/style.devlab.xaml" />
@@ -36,4 +36,4 @@ You also can change theme by adding resource dictionary after generic.xaml. Use
You can use custom window style named `BrightSharpWindowStyle`.
Also defined additional useful styles and extensions. For more info see Demo source code.
<!--Theme resource use `DynamicResource`. If you want, you can use `StaticResource` via **`theme.static.xaml`**.-->
<!--Theme resource use `DynamicResource`. If you want, you can use `StaticResource` via **`theme.static.xaml`**.-->