Sets the theme of the user.
Will be synced to the server.
Future<void> setTheme(ThemeBase theme) async { _assertLoggedIn(); await controller.updateUser(user!.copyWith(themeName: theme.name)); }