Zur Startseite
Widget

Widget themes

Five built-in themes plus a fully customizable theme via CSS variables.

The widget ships with five themes that cover the most common restaurant website styles. If none of them match, the Brand theme exposes a small set of CSS variables you can override from your own stylesheet.

Built-in themes

NameTypeRequiredDefaultDescription
lightthemeCrisp, neutral palette. White background, dark ink text, single accent color.
darkthemeDeep slate background, soft white text. Pairs well with photography-led sites.
warmthemeCream background, terracotta accents. Works for traditional and trattoria-style restaurants.
minimalthemeBorderless, monochrome. Inherits typography from the surrounding page.
brandthemeDesigned to be customized via CSS variables. See the reference below.

Theme prop reference

NameTypeRequiredDefaultDescription
data-theme'light' | 'dark' | 'warm' | 'minimal' | 'brand'RequiredlightSets the theme on the script tag.
data-radius'sm' | 'md' | 'lg' | 'pill'mdCorner radius for buttons and inputs.
data-density'cozy' | 'compact'cozyVertical spacing inside the form.

Brand theme variables

For the brand theme, override CSS variables on the host page to take full control of color, font and surface treatment.

Live preview
The widget settings page in your dashboard shows a live preview that updates as you change theme options, so you do not have to deploy to your site to iterate.