{
  "$schema": "https://schemas.wp.org/wp/6.7/theme.json",
  "version": 3,
  "title": "Orange Energy",
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "base",
          "color": "#ffffff",
          "name": "Base"
        },
        {
          "slug": "contrast",
          "color": "#7c2d12",
          "name": "Contrast"
        },
        {
          "slug": "primary",
          "color": "#ea580c",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#64748b",
          "name": "Secondary"
        },
        {
          "slug": "accent",
          "color": "#f97316",
          "name": "Accent"
        },
        {
          "slug": "accent-2",
          "color": "#fb923c",
          "name": "Accent 2"
        },
        {
          "slug": "accent-3",
          "color": "#fbbf24",
          "name": "Accent 3"
        },
        {
          "slug": "accent-4",
          "color": "#dc2626",
          "name": "Accent 4"
        },
        {
          "slug": "accent-5",
          "color": "#fff7ed",
          "name": "Accent 5"
        },
        {
          "slug": "accent-6",
          "color": "color-mix(in srgb, #ea580c 15%, transparent)",
          "name": "Accent 6"
        }
      ],
      "gradients": [
        {
          "slug": "primary-to-accent",
          "gradient": "linear-gradient(135deg, #ea580c 0%, #f97316 100%)",
          "name": "Orange Gradient"
        },
        {
          "slug": "success-gradient",
          "gradient": "linear-gradient(135deg, #f97316 0%, #fbbf24 100%)",
          "name": "Energy Gradient"
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#7c2d12"
    },
    "elements": {
      "link": {
        "color": {
          "text": "#ea580c"
        },
        ":hover": {
          "color": {
            "text": "#f97316"
          }
        }
      },
      "button": {
        "color": {
          "background": "#ea580c",
          "text": "#ffffff"
        },
        ":hover": {
          "color": {
            "background": "#dc2626"
          }
        }
      },
      "heading": {
        "color": {
          "text": "#7c2d12"
        }
      }
    },
    "blocks": {
      "core/site-title": {
        "color": {
          "text": "#ea580c"
        }
      }
    }
  }
}