modify_theme
Adjust the active report theme's palette, background, foreground, and card styling. Apply after generating or applying a theme to personalize your Power BI report.
Instructions
Tweak the report's current custom theme in place: change the palette (primaryColor or colors list), background/foreground, or the card defaults (cornerRadius/shadow/font). Run generate_theme or apply_report_theme first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| colors | No | explicit palette as comma-separated hex | |
| shadow | No | drop shadow on/off | |
| background | No | background hex | |
| fontFamily | No | title font family | |
| foreground | No | foreground hex | |
| cornerRadius | No | card corner radius px | |
| primaryColor | No | new primary colour hex (re-derives palette) | |
| reportSessionId | Yes |