{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Blue Midnight",
  "version": 2,
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#1D4ED8",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#0B132B",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#000000",
          "name": "Body Text",
          "slug": "body-text"
        },
        {
          "color": "#000000",
          "name": "Foreground",
          "slug": "foreground"
        },
        {
          "color": "#ffffff",
          "name": "Background",
          "slug": "background"
        }
      ]
    }
  }
}
