{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Citrus",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#65A30D",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#84CC16",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#1A2E05",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#3F5029",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#FCFEF7",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#ECFCCB",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#FEF9C3",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#F7FEE7",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#1A2E05",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#D9F99D",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#F59E0B",
					"slug": "accent"
				},
				{
					"name": "Neutral",
					"color": "#6B7C5C",
					"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, #65A30D 0%, #FACC15 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#65A30D", "#65A30D" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#1A2E05", "#1A2E05" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#FCFEF7", "#FCFEF7" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
