MAUI provide themes “Light” ,”Dark” and “Unspecified” options.
“Unspecified” is default app themes in MAUI app.
We can manually change themes of MAUI app. Here we showing how to change app theme in MAUI.
“Application.Current.UserAppTheme = AppTheme.Light;” Here is “Light” MAUI theme app view.
Just change “Application.Current.UserAppTheme = AppTheme.Dark;” and see MAUI app view