{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Minimal",
	"slug": "minimal",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#18181b",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#71717a",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#3f3f46",
					"name": "Accent",
					"slug": "accent"
				},
				{
					"color": "#18181b",
					"name": "Heading",
					"slug": "heading"
				},
				{
					"color": "#3f3f46",
					"name": "Body",
					"slug": "body"
				},
				{
					"color": "#a1a1aa",
					"name": "Muted",
					"slug": "muted"
				},
				{
					"color": "#ffffff",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#f4f4f5",
					"name": "Surface",
					"slug": "surface"
				},
				{
					"color": "#e4e4e7",
					"name": "Border",
					"slug": "border"
				},
				{
					"color": "#22c55e",
					"name": "Success",
					"slug": "success"
				},
				{
					"color": "#f59e0b",
					"name": "Warning",
					"slug": "warning"
				},
				{
					"color": "#ef4444",
					"name": "Error",
					"slug": "error"
				},
				{
					"color": "#dc2626",
					"name": "Sale",
					"slug": "sale"
				},
				{
					"color": "#f59e0b",
					"name": "Rating",
					"slug": "rating"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--body)"
		},
		"elements": {
			"button": {
				"border": {
					"radius": "0"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "#ffffff"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--heading)"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--accent)"
					}
				}
			}
		},
		"blocks": {
			"core/image": {
				"border": {
					"radius": "0"
				}
			},
			"core/button": {
				"border": {
					"radius": "0"
				}
			}
		}
	}
}