{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "title": "Green",
    "settings": {
        "color": {
            "palette": [
                {
                    "color": "#002DF5",
                    "name": "Primary",
                    "slug": "primary"
                },
                {
                    "color": "#002DF5",
                    "name": "Foreground",
                    "slug": "foreground"
                },
                {
                    "color": "#DCFC72",
                    "name": "Background",
                    "slug": "background"
                },
                {
                    "color": "#c9fd1e",
                    "name": "Tertiary",
                    "slug": "tertiary"
                }
            ]
        }
    }
}