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