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 # Change themes by ResourceDictionary
As default we use Classic theme. 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 ```xml
<ResourceDictionary Source="/brightsharp;component/themes/style.classic.xaml" /> <ResourceDictionary Source="/brightsharp;component/themes/style.classic.xaml" />
<ResourceDictionary Source="/brightsharp;component/themes/style.devlab.xaml" /> <ResourceDictionary Source="/brightsharp;component/themes/style.devlab.xaml" />