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": "wheaton",
    "favicon": "https://storage.googleapis.com/path-content/wheatonma/media/24947cd1-fa30-4450-acee-96a319a9d7bf/download209.png",
    "logo": "https://storage.googleapis.com/path-content/wheatonma/media/7cd33d66-de9f-4323-b366-0254771871ed/Inside_Wheaton-RGB-800x150.png",
    "logo_inverse": "https://storage.googleapis.com/path-content/wheatonma/media/b7026d7d-2aff-480f-9303-54879dc64b93/Inside_Wheaton-RGB-wht-800x150.png",
    "compact_logo": "https://storage.googleapis.com/path-content/wheatonma/media/a14542f4-3cc3-49b1-8a6c-aa2ac44a216d/w-RGB.png",
    "compact_logo_inverse": "https://storage.googleapis.com/path-content/wheatonma/media/5c5d2659-145f-4ca4-8e5b-13c868126801/w-white.png",
    "logo_site": {
        "thumbnail": "https://storage.googleapis.com/path-content/wheatonma/media/__sized__/dd7c88fb-3727-44d8-9659-53a0a290e1c4/Inside_Wheaton-RGB-800x150-thumbnail-250x250.png",
        "original": "https://storage.googleapis.com/path-content/wheatonma/media/dd7c88fb-3727-44d8-9659-53a0a290e1c4/Inside_Wheaton-RGB-800x150.png"
    },
    "light_mode_logo_type": "INVERSE",
    "dark_mode_logo_type": "INVERSE",
    "logo_alignment": "center",
    "logo_height": 50,
    "logo_margin_left": 0,
    "logo_margin_top": 0,
    "compact_light_mode_logo_type": "INVERSE",
    "compact_dark_mode_logo_type": "INVERSE",
    "compact_logo_size": 56,
    "default_group_banner": {
        "original": "https://storage.googleapis.com/path-content/wheatonma/media/6667e507-6602-419c-ad8c-4dc5fa84eca5/255815_transform.jpg",
        "thumbnail": "https://storage.googleapis.com/path-content/wheatonma/media/__sized__/6667e507-6602-419c-ad8c-4dc5fa84eca5/255815_transform-thumbnail-2200x2200-80.jpg"
    },
    "default_event_banner": {
        "original": "https://storage.googleapis.com/path-content/wheatonma/media/c241b657-2225-4c68-8b75-6cc22e1a847b/RS253109_DSC04421.jpg",
        "thumbnail": "https://storage.googleapis.com/path-content/wheatonma/media/__sized__/c241b657-2225-4c68-8b75-6cc22e1a847b/RS253109_DSC04421-thumbnail-2200x2200-80.jpg"
    },
    "default_user_profile_banner": {
        "original": "https://storage.googleapis.com/path-content/wheatonma/media/6b0aeb6d-a0b3-4f84-ad27-ad5eb40d7e8f/RS247466_Fall-Features_028.jpg",
        "thumbnail": "https://storage.googleapis.com/path-content/wheatonma/media/__sized__/6b0aeb6d-a0b3-4f84-ad27-ad5eb40d7e8f/RS247466_Fall-Features_028-thumbnail-2200x2200-80.jpg"
    },
    "is_default": true,
    "palette_preview": []
}