{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Dark",
  "settings": {
    "color": {
      "defaultPalette": false,
      "defaultGradients": false,
      "palette": [
        {
          "name": "Primary",
          "color": "#3795EB",
          "slug": "primary"
        },
        {
          "name": "Secondary",
          "color": "#2154AC",
          "slug": "secondary"
        },
        {
          "name": "Heading",
          "color": "#FFFFFF",
          "slug": "heading"
        },
        {
          "name": "Body",
          "color": "#E5E7EB",
          "slug": "body"
        },
        {
          "name": "Surface",
          "color": "#1F2937",
          "slug": "surface"
        },
        {
          "name": "Background",
          "color": "#111827",
          "slug": "background"
        },
        {
          "name": "Outline",
          "color": "#4B5563",
          "slug": "outline"
        },
        {
          "name": "Neutral",
          "color": "#9CA3AF",
          "slug": "neutral"
        },
        {
          "name": "Foreground",
          "color": "#FFFFFF",
          "slug": "foreground"
        },
        {
          "name": "Transparent",
          "color": "transparent",
          "slug": "transparent"
        },
        {
          "name": "Current Color",
          "color": "currentColor",
          "slug": "currentColor"
        },
        {
          "name": "Inherit",
          "color": "inherit",
          "slug": "inherit"
        }
      ]
    }
  }
}