| `theme` | null (default), night. `theme=transparent` should work, but is deprecated (see [Transparent backgrounds](#transparent-backgrounds-for-embeds)) |
\* Avalable on [Pro](https://www.metabase.com/product/pro) and [Enterprise](https://www.metabase.com/product/enterprise) plans
...
...
@@ -195,6 +196,13 @@ You can preview appearance settings from your question or dashboard's embedded a
For global appearance settings, such as the colors and fonts used across your entire Metabase instance, see [Customizing Metabase's appearance](../configuring-metabase/appearance.md).
## Transparent backgrounds for embeds
Making an embed transparent depends on the type of embed:
- Dashboards: set `background=false`. The `background` parameter can be combined with the `theme` parameter (e.g., `background=false&theme=night`).
- Questions: set `theme=transparent` (deprecated, but still supported).
## Disable downloads for an embedded question or dashboard
{% include plans-blockquote.html feature="Disabling downloads" %}