Auto Theme (AppearanceToggle) based on System settings #1727

Closed
opened 2026-01-29 17:57:47 +00:00 by claunia · 1 comment
Owner

Originally created by @ricoroodenburg on GitHub (Apr 18, 2025).

Please add an option that allows the app to automatically adjust its theme (Dark/Light) based on the system's theme settings. This should allow the app to follow the operating system's theme preference (whether the user has set their OS to Dark or Light mode) by default.

Here’s an example of how this can be achieved:

<RadzenAppearanceToggle AutoSystemTheme="true" />

The AutoSystemTheme option would automatically detect the user’s system theme and adjust the app's theme accordingly. This would enhance user experience by providing a seamless theme experience that matches the system settings, without needing manual intervention from the user.

Originally created by @ricoroodenburg on GitHub (Apr 18, 2025). Please add an option that allows the app to automatically adjust its theme (Dark/Light) based on the system's theme settings. This should allow the app to follow the operating system's theme preference (whether the user has set their OS to Dark or Light mode) by default. Here’s an example of how this can be achieved: `<RadzenAppearanceToggle AutoSystemTheme="true" />` The AutoSystemTheme option would automatically detect the user’s system theme and adjust the app's theme accordingly. This would enhance user experience by providing a seamless theme experience that matches the system settings, without needing manual intervention from the user.
Author
Owner

@akorchev commented on GitHub (Apr 18, 2025):

This can't be implemented in RadzenAppearanceToggle for the reasons listed here: https://forum.radzen.com/t/themeservice-system-settings/18954/2?u=korchev

@akorchev commented on GitHub (Apr 18, 2025): This can't be implemented in RadzenAppearanceToggle for the reasons listed here: https://forum.radzen.com/t/themeservice-system-settings/18954/2?u=korchev
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1727