Get all app themes
static List<AppTheme> getAppThemes() { return instance._appThemes .map((appTheme) => appTheme.toAppTheme()) .toList(); }