Medos Booking Docs
Theming

Theming

Four ways to make the widget look like your site.

Quick reference

If you know what you want:

// Named built-in
theme: "modern"

// Partial override — merges with default
theme: {
  colors: { primary: "#8B6F47" }
}

// No option — auto-fetch from the workspace
// (leave `theme` out entirely)

On this page