{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Summer",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "foreground",
					"color": "#1d1d1f",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#D4F1F4",
					"name": "Background"
				},
				{
					"slug": "heading",
					"color": "#0c0c0d",
					"name": "Heading"
				},
				{
					"slug": "text-secondary",
					"color": "#6e6e73",
					"name": "Text Secondary"
				},
				{
					"slug": "background-secondary",
					"color": "#b6e6eb",
					"name": "Background Secondary"
				},
				{
					"slug": "background-tertiary",
					"color": "#83d2dd",
					"name": "Background Tertiary"
				},
				{
					"slug": "border",
					"name": "Border",
					"color": "#49b5c7"
				},
				{
					"slug": "accent",
					"name": "Accent",
					"color": "#276577"
				},
				{
					"slug": "accent-secondary",
					"name": "Accent Secondary",
					"color": "#254754"
				}
			]
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--foreground)"
		}
	}
}
