{
    "title": "Pennywise",
	"$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "settings": {
        "color": {
			"palette": [
				{
					"slug": "foreground",
					"color": "#000",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#FFF",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#767676",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#e1e1e1",
					"name": "Secondary"
				}
			]
		}
    }
}