A service for controlling the application's theme.
Name | Type | Description |
---|---|---|
getTheme | Observable<DaffTheme > |
Get the current theme. |
darkMode | Set the theme to dark mode. | |
lightMode | Set the theme to light mode. | |
switchTheme | void | Switch between themes. |