Currently it support dark and light theme. Also auto for supported browser to automatically change it.
dark
light
auto
By default, it should set it to auto, you can manually update it to set it to either light or dark
Inside the Components folder, you should see a file name: App.razor. Open this file to change the setting.
<!DOCTYPE html> <html lang="en" data-bs-theme="light">
<!DOCTYPE html> <html lang="en" data-bs-theme="dark">
Controlled by user browser that support it.
<!DOCTYPE html> <html lang="en" data-bs-theme="auto">