{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "title": "Royal",
    "settings": {
        "color": {
            "palette": [
                {
                    "slug": "athlorix-dark",
                    "color": "#160f2e",
                    "name": "Athlorix Dark"
                },
                {
                    "slug": "athlorix-orange",
                    "color": "#6d28d9",
                    "name": "Athlorix Accent"
                },
                {
                    "slug": "athlorix-blue",
                    "color": "#4f46e5",
                    "name": "Athlorix Blue"
                },
                {
                    "slug": "athlorix-soft",
                    "color": "#f3f0fb",
                    "name": "Athlorix Soft"
                },
                {
                    "slug": "white",
                    "color": "#ffffff",
                    "name": "White"
                }
            ]
        }
    }
}