> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/embed/setup/url-parameters/customTheme",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# customTheme

> Defines custom theme properties for styling embedded dashboards.

In the **Embed URL Builder**, this is the **Custom theme** field.

## Syntax

```markdown theme={null}
customTheme=<encoded_theme_object>
```

## Properties

<ParamField path="customTheme" type="object">
  An object containing theme properties and their values. Values must be a valid [theme property](/embed/customization/themes).
</ParamField>

## Examples

The following example demonstrates what the URL encoded version of `customTheme={"dashboard-background":"blue"}` would be:

```markdown wrap title="Example customTheme" theme={null}
customTheme=%7B%22dashboard-background%22%3A%22blue%22%7D
```
