{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Monochrome",
	"styles": {
		"spacing": {
			"blockGap": "var(--wp--preset--spacing--x-small)"
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"name": "Primary",
					"color": "#18181B",
					"slug": "primary"
				},
				{
					"name": "Secondary",
					"color": "#27272A",
					"slug": "secondary"
				},
				{
					"name": "Heading",
					"color": "#09090B",
					"slug": "heading"
				},
				{
					"name": "Body",
					"color": "#52525B",
					"slug": "body"
				},
				{
					"name": "Background",
					"color": "#FFFFFF",
					"slug": "background"
				},
				{
					"name": "Tertiary",
					"color": "#F4F4F5",
					"slug": "tertiary"
				},
				{
					"name": "Quaternary",
					"color": "#E4E4E7",
					"slug": "quaternary"
				},
				{
					"name": "Surface",
					"color": "#FAFAFA",
					"slug": "surface"
				},
				{
					"name": "Foreground",
					"color": "#09090B",
					"slug": "foreground"
				},
				{
					"name": "Outline",
					"color": "#E4E4E7",
					"slug": "outline"
				},
				{
					"name": "Accent",
					"color": "#71717A",
					"slug": "accent"
				},
				{
					"name": "Neutral",
					"color": "#A1A1AA",
					"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, #18181B 0%, #3F3F46 100%);",
					"name": "Primary"
				}
			],
			"duotone": [
				{
					"colors": [ "#18181B", "#18181B" ],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [ "#09090B", "#09090B" ],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [ "#F4F4F5", "#F4F4F5" ],
					"slug": "tertiary",
					"name": "Tertiary"
				}
			]
		}
	}
}
