{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Blueprint",
  "settings": {
    "custom": {
      "patternStyle": "default",
      "darkMode": {
        "palette": {
          "primary": "#ffffff",
          "foreground": "#ffffff",
          "heading": "#ebeefd",
          "body": "#c3cdf8",
          "outline": "#4c69eb",
          "surface": "#3858e9",
          "background": "#213fd4"
        }
      },
      "border": {
        "radius": "9px"
      }
    },
    "color": {
      "palette": [
        {
          "color": "#3858e9",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#ebeefd",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#213fd4",
          "name": "Foreground",
          "slug": "foreground"
        },
        {
          "color": "#3858e9",
          "name": "Heading",
          "slug": "heading"
        },
        {
          "color": "#4c69eb",
          "name": "Body",
          "slug": "body"
        },
        {
          "color": "#8098f9",
          "name": "Neutral",
          "slug": "neutral"
        },
        {
          "color": "#c3cdf8",
          "name": "Outline",
          "slug": "outline"
        },
        {
          "color": "#ebeefd",
          "name": "Surface",
          "slug": "surface"
        },
        {
          "color": "#ffffff",
          "name": "Background",
          "slug": "background"
        },
        {
          "color": "currentColor",
          "name": "Current Color",
          "slug": "currentColor"
        },
        {
          "color": "inherit",
          "name": "Inherit",
          "slug": "inherit"
        },
        {
          "color": "transparent",
          "name": "Transparent",
          "slug": "transparent"
        }
      ]
    }
  },
  "styles": {
    "elements": {
      "button": {
        "border": {
          "radius": "99px"
        },
        "color": {
          "text": "var(--wp--preset--color--background)"
        }
      }
    }
  }
}
