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