{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Dark",
  "settings": {
      "color": {
          "palette": [
              {
                  "name": "Primary",
                  "color": "#7774FF",
                  "slug": "primary"
              },
              {
                  "name": "Secondary",
                  "color": "#6966F4",
                  "slug": "secondary"
              },
              {
                  "name": "Heading",
                  "color": "#FFFFFF",
                  "slug": "heading"
              },
              {
                  "name": "Body",
                  "color": "#D2D2D2",
                  "slug": "body"
              },
              {
                  "name": "Surface",
                  "color": "#444452",
                  "slug": "surface"
              },
              {
                  "name": "Background",
                  "color": "#373740",
                  "slug": "background"
              },
              {
                  "name": "Outline",
                  "color": "#3E4651",
                  "slug": "outline"
              },
              {
                "name": "Footer Bg",
                "color": "#2C2B35",
                "slug": "footerbg"
              },
              {
                "name": "Footer text",
                "color": "#FFFFFF",
                "slug": "footertext"
              },
              {
                  "name": "Neutral",
                  "color": "#9CA3AF",
                  "slug": "neutral"
              },
              {
                  "name": "Transparent",
                  "color": "transparent",
                  "slug": "transparent"
              },
              {
                  "name": "Current Color",
                  "color": "currentColor",
                  "slug": "currentColor"
              },
              {
                  "name": "Inherit",
                  "color": "inherit",
                  "slug": "inherit"
              }
          ],
          "duotone": [
              {
                  "colors": [ "#FFFFFF", "#FFFFFF" ],
                  "slug": "primary",
                  "name": "Primary"
              },
              {
                  "colors": [
                      "#444452",
                      "#444452"
                  ],
                  "slug": "secondary",
                  "name": "Secondary"
              }
          ]
      }
  }
}