{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Red",
  "version": 2,
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "primary",
          "color": "#FF0000",
          "name": "Primary"
        },
        {
          "color": "#000",
          "name": "Foreground",
          "slug": "foreground"
        },
        {
          "color": "#fff",
          "name": "Background",
          "slug": "background"
        }
      ]
    }
  }
}
