Return theme taking into account the requesting user.

GET /api/v2/theme/config/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "name": "tsc",
    "favicon": "https://storage.googleapis.com/path-content/tcc/media/53392847-6193-4514-b9c2-66d0497aea66/favicon.png",
    "logo": "https://storage.googleapis.com/path-content/tcc/media/f59cfc89-4143-4ca7-9de4-427efd8471a2/MYTSC_WIDE_SOLID_WHITE.png",
    "logo_inverse": "https://storage.googleapis.com/path-content/tcc/media/34f24540-34f8-494d-b015-24f4508dd3f0/MYTSC_WIDE_SOLID_WHITE.png",
    "compact_logo": "https://storage.googleapis.com/path-content/tcc/media/32a5cd66-cf18-4ff1-970e-57d5d8cbf42b/TSC-SEAL_RGB-OUTLINE.svg",
    "compact_logo_inverse": null,
    "logo_site": {
        "thumbnail": "https://storage.googleapis.com/path-content/tcc/media/__sized__/af8b9648-f0d8-4240-bfa2-0b7326ae6a05/TSC_LOGO_SEAL_RGB-OUTLINE-thumbnail-250x250-80.jpg",
        "original": "https://storage.googleapis.com/path-content/tcc/media/af8b9648-f0d8-4240-bfa2-0b7326ae6a05/TSC_LOGO_SEAL_RGB-OUTLINE.jpg"
    },
    "light_mode_logo_type": "DEFAULT",
    "dark_mode_logo_type": "INVERSE",
    "logo_alignment": "left",
    "logo_height": 40,
    "logo_margin_left": 0,
    "logo_margin_top": 0,
    "compact_light_mode_logo_type": "DEFAULT",
    "compact_dark_mode_logo_type": "INVERSE",
    "compact_logo_size": 56,
    "default_group_banner": {
        "thumbnail": "https://storage.googleapis.com/path-content/tcc/media/__sized__/670abe7d-e141-483c-9a69-7dddaf698493/NewDefaultGroupImage-thumbnail-2200x2200.png",
        "original": "https://storage.googleapis.com/path-content/tcc/media/670abe7d-e141-483c-9a69-7dddaf698493/NewDefaultGroupImage.png"
    },
    "default_event_banner": {},
    "default_user_profile_banner": {
        "thumbnail": "https://storage.googleapis.com/path-content/tcc/media/__sized__/37513ebd-c211-426a-98ec-e5b23282215d/MYTSC_WIDE_RGB-thumbnail-2200x2200.png",
        "original": "https://storage.googleapis.com/path-content/tcc/media/37513ebd-c211-426a-98ec-e5b23282215d/MYTSC_WIDE_RGB.png"
    },
    "dashboard_background_image": {
        "original": "https://storage.googleapis.com/path-content/tcc/media/a8838126-a831-4cfc-8eea-bfe328c53f18/_TWD0307.jpg",
        "thumbnail": "https://storage.googleapis.com/path-content/tcc/media/__sized__/a8838126-a831-4cfc-8eea-bfe328c53f18/_TWD0307-thumbnail-3840x3840-80.jpg"
    },
    "dashboard_background_image_dark_mode": {},
    "is_default": true,
    "palette_preview": []
}