catalog_appearance.
get_theme
get_theme(theme_id: str) -> CatalogTheme
Get an individual theme.
Parameters
| name | type | description |
|---|---|---|
| theme_id | str | Theme identification string e.g. "my_dark_theme" |
Returns
| type | description |
|---|---|
| CatalogTheme | Catalog theme object containing structure of the theme. |