Skip to content

mixpanel_theme (Data Source)

Fetches a Mixpanel theme — a reusable color palette and styling configuration for reports and dashboards.

Example Usage

data "mixpanel_theme" "brand_colors" {
  project_id = 1234567
  theme_id   = 1010
}

Only theme_id and project_id are inputs; the data attribute returns the theme's configuration (JSON).

Schema

Required

  • project_id (Number)
  • theme_id (Number)

Optional

  • data (String)