{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "On Accent",
	"slug": "on-accent",
	"blockTypes": [ "core/columns", "core/cover", "core/group" ],
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--accent)",
			"text": "var(--wp--custom--on-accent)"
		},
		"elements": {
			"link": {
				"color": { "text": "var(--wp--custom--on-accent)" },
				":hover": { "color": { "text": "var(--wp--custom--link--hover-color)" } }
			}
		}
	}
}
