{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Red",
	"settings": {
		"appearanceTools": true,
		"color": {
			"duotone": [
				{
					"colors": [ "#ffffff", "#0d0d0d" ],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [ "#ffffff", "#50394c" ],
					"slug": "foreground-and-secondary",
					"name": "Foreground and secondary"
				},
				{
					"colors": [ "#ffffff", "#ac1b00" ],
					"slug": "foreground-and-tertiary",
					"name": "Foreground and tertiary"
				},
				{
					"colors": [ "#f42411", "#0d0d0d" ],
					"slug": "primary-and-background",
					"name": "Primary and background"
				},
				{
					"colors": [ "#f42411", "#50394c" ],
					"slug": "primary-and-secondary",
					"name": "Primary and secondary"
				},
				{
					"colors": [ "#f42411", "#ac1b00" ],
					"slug": "primary-and-tertiary",
					"name": "Primary and tertiary"
				},
				{
					"colors": [ "#0d0d0d", "#f42411" ],
					"slug": "themeblack-and-blue",
					"name": "Theme Black and Red"
				},
				{
					"colors": [ "#f42411", "#f42411" ],
					"slug": "themeblue-and-themeblue",
					"name": "Red"
				}
			],
			"gradients": [
				{
					"slug": "vertical-secondary-to-tertiary",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--footer-column) 0%,var(--wp--preset--color--primary) 100%)",
					"name": "Vertical secondary to tertiary"
				},
				{
					"slug": "vertical-secondary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical secondary to background"
				},
				{
					"slug": "vertical-tertiary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical tertiary to background"
				},
				{
					"slug": "diagonal-secondary-to-background",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal secondary to background"
				},
				{
					"slug": "diagonal-background-to-secondary",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%)",
					"name": "Diagonal background to secondary"
				},
				{
					"slug": "diagonal-tertiary-to-background",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--primary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal tertiary to background"
				},
				{
					"slug": "diagonal-background-to-tertiary",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--primary) 50%)",
					"name": "Diagonal background to tertiary"
				},
				{
					"slug": "diagonal-background-to-foreground",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--foreground) 50%)",
					"name": "Diagonal background to foreground"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#ffffff",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#0d0d0d",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#f42411",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#50394c",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#ac1b00",
					"name": "Tertiary"
				},
				{
					"slug": "border-color",
					"color": "#e5e5e5",
					"name": "Space Grey"
				},
				{
					"slug": "footer-column",
					"color": "#3d3d3d",
					"name": "Footer Column Background"
				}
			]
		}
	}
}