mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
Update apply-themes.md
This commit is contained in:
committed by
GitHub
parent
3ff3dc4712
commit
c93762f9a2
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user