PB_THEME_INCOMPLETE
The render used the default Paperbase theme because no brand theme was configured.
| Severity | warning |
| Category | design |
| Agent-repairable | Yes |
What happened
No theme object was passed, so the render used Paperbase's generic default theme.
The PDF was generated successfully, but it does not reflect your brand.
How to fix
Pass a theme object in your generate call. At minimum, provide logo_url and accent_color:
A complete theme raises the design-quality score and ensures the PDF reflects your brand. See API reference → Theme for the full schema.