Activates the given theme
Future<void> activateTheme(int id) async { await _put('/api/theme/$id/active'); }