{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "title": "Blue",
    "settings": {
        "color": {
            "palette": [
                {
                    "color": "#A4FFBD",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#A4FFBD",
                    "name": "Foreground",
                    "slug": "foreground"
                },
                {
                    "color": "#1135F9",
                    "name": "Background",
                    "slug": "background"
                },
                {
                    "color": "#2949f7",
                    "name": "Tertiary",
                    "slug": "tertiary"
                }
            ]
        }
    }
}