# Apply themes with App.xaml
`App.xaml`
```xml
```
# Change themes by ThemeManager
Change by `ThemeManager`
```c#
ThemeManager.CurrentTheme = ColorThemes.DarkBlue;
```
# Change themes by ResourceDictionary
As default we use Classic theme.
You can also use other theme by changing resource dictionary before `theme.xaml`. Currently available:
```xml
```
## NOTES
You can use custom window style named `BrightSharpWindowStyle`.
Also defined additional useful styles and extensions. For more info see Demo source code.