{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Slate",
	"settings": {
		"color": {
			"palette": [
				{ "color": "#F3F4F6", "name": "Paper", "slug": "base" },
				{ "color": "#E2E5EA", "name": "Panel", "slug": "surface" },
				{ "color": "#111318", "name": "Ink", "slug": "ink" },
				{ "color": "#5C6068", "name": "Annotation", "slug": "muted" },
				{ "color": "#2F4A6B", "name": "Accent", "slug": "accent" },
				{ "color": "#A4AAB4", "name": "Rule", "slug": "rule" }
			]
		}
	},
	"styles": {
		"css": ":root{--batavia-dark-base:#121318;--batavia-dark-surface:#1B1E24;--batavia-dark-ink:#E8EAEE;--batavia-dark-muted:#A0A4AC;--batavia-dark-accent:#8FA3C0;--batavia-dark-rule:#454A54;}"
	}
}
