get_themes Return the list of all registered themes. Returns: Type Description list[dict[str, str]] List of dictionaries containing name and display_name for each theme. Examples: >>> themes = get_themes() >>> print([theme["name"] for theme in themes])