# Apply themes with App.xaml `App.xaml` ```xml ``` # Change themes by ThemeManager Change by static property ```c# ThemeManager.CurrentTheme = ColorThemes.Classic; ``` ## NOTE It is recommended use `Background="{DynamicResource WindowBackgroundBrush}"` for Window markup