{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Lilac",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#7C3AED",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#A78BFA",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#1E1B4B",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#4B4A6B",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#FDFCFF",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#EDE9FE",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#FEF3C7",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#F5F3FF",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#1E1B4B",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#DDD6FE",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#F472B6",
					"slug": "accent"
				},
				{
					"name": "Neutral",
					"color": "#6B7280",
					"slug": "neutral"
				},
				{
					"name": "Transparent",
					"color": "transparent",
					"slug": "transparent"
				},
				{
					"name": "Current Color",
					"color": "currentColor",
					"slug": "currentColor"
				},
				{
					"name": "Inherit",
					"color": "inherit",
					"slug": "inherit"
				}
			],
			"gradients": [
				{
					"slug": "primary",
					"gradient": "linear-gradient(135deg, #7C3AED 0%, #A78BFA 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#7C3AED", "#7C3AED" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#1E1B4B", "#1E1B4B" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#FDFCFF", "#FDFCFF" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
