Overview
Themes control the visual appearance of your quiz videos — colors, fonts, backgrounds, particles, transitions, and more. Every quiz can have one theme assigned. You can use built-in public themes or create your own.Create a Theme
Core Fields
| Field | Type | Default | Description |
|---|---|---|---|
name | string | Required | Theme name (1-100 characters) |
primaryColor | hex string | #3B82F6 | Primary emphasis color |
secondaryColor | hex string | #6366F1 | Secondary color |
backgroundColor | hex string | #0A0F1C | Background color |
textColor | hex string | #F1F5F9 | Text color |
accentColor | hex string | #38BDF8 | Accent color for highlights |
fontFamily | string | Inter | Font family (see supported fonts below) |
backgroundImageUrl | url | null | null | Custom background image URL |
isPublic | boolean | false | Make this theme available to all users |
soundPack | "default" | "none" | "default" | Audio sound pack |
Supported Fonts
The video renderer supports 16 Google Fonts:Inter, Montserrat, Poppins, Roboto, Oswald, Playfair Display, Lato, Raleway, Open Sans, Nunito, Merriweather, Work Sans, Quicksand, Rubik, Barlow, Cabin
Visual Effects
Themes support an optionaleffects object with 42 configurable fields for fine-grained visual control. All effects have sensible defaults, so you only need to set the ones you want to change.
| Field | Options | Default |
|---|---|---|
backgroundStyle | blobs, aurora, gradient_mesh, solid, noise | blobs |
backgroundPattern | none, dots, grid, diagonal, hexagons, topographic, circuit | none |
particleStyle | none, bokeh, dust, stars, bubbles, fireflies, snow, confetti | none |
| Field | Options | Default |
|---|---|---|
textStyle | solid, outline, gradient, glow, shadow | solid |
titleTextStyle | solid, outline, gradient, glow, shadow | solid |
textShadowStyle | none, subtle, dramatic, glow | subtle |
| Field | Options | Default |
|---|---|---|
frameStyle | none, neon, corners, scanlines, gradient_border | none |
transitionStyle | fade, slide, wipe, zoom, iris, flash | fade |
optionCardVariant | standard, glass, tile | standard |
| Field | Options | Default |
|---|---|---|
celebrationStyle | none, pulse, confetti, burst, shimmer, flash | pulse |
urgencyStyle | none, vignette, pulse, shake, border_pulse | vignette |
grainOverlay | none, subtle, medium, heavy | none |
List Themes
includePublic=false to see only your own.
Supports cursor-based pagination.
Get a Theme
Update a Theme
Delete a Theme
204 No Content. You can only delete themes you own.