{
  "$schema": "https://openpresentation.org/schema/opf-catalog-index/v1",
  "version": "1",
  "description": "Catalog of themes available in the openpresentation.org catalog. Each entry is a lightweight summary; full theme records live in the per-id JSON files alongside this index.",
  "records": [
    {
      "id": "bold",
      "name": "Bold",
      "description": "A vibrant, high-energy theme with bold colors and a dynamic, attention-grabbing style. Great for presentations that need to stand out.",
      "file": "bold.json"
    },
    {
      "id": "classic",
      "name": "Classic",
      "description": "A timeless, clean, and versatile theme with balanced color contrasts and classic typography. Ideal for professional, readable presentations.",
      "file": "classic.json"
    },
    {
      "id": "dark",
      "name": "Dark",
      "description": "A rich dark-mode theme with bold contrast and modern style. Great for moody, high-impact presentations.",
      "file": "dark.json"
    },
    {
      "id": "minimal",
      "name": "Minimal",
      "description": "A clean, minimalistic theme with a focus on simplicity and readability. Ideal for professional, straightforward presentations.",
      "file": "minimal.json"
    }
  ]
}
