{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "system-blue": {
        "value": "#007AFF",
        "type": "color",
        "description": "Default iOS tint color. Used for interactive elements (links, buttons, switches) across iOS, iPadOS, and macOS.\n"
      },
      "system-brown": {
        "value": "#A2845E",
        "type": "color",
        "description": "Earth-tone accent in the HIG System Colors set."
      },
      "system-gray": {
        "value": "#8E8E93",
        "type": "color",
        "description": "Mid-gray for secondary content and inactive controls. Equivalent to UIColor.systemGray.\n"
      },
      "system-green": {
        "value": "#34C759",
        "type": "color",
        "description": "Confirmation / success accent (e.g., toggle switches in the \"on\" state, recording indicators).\n"
      },
      "system-indigo": {
        "value": "#5856D6",
        "type": "color",
        "description": "Cool-violet accent in the HIG System Colors set."
      },
      "system-mint": {
        "value": "#00C7BE",
        "type": "color",
        "description": "Cool-teal accent introduced in iOS 15."
      },
      "system-orange": {
        "value": "#FF9500",
        "type": "color",
        "description": "Warning accent. Used on system controls that signal caution (e.g., Cellular Data warnings).\n"
      },
      "system-pink": {
        "value": "#FF2D55",
        "type": "color",
        "description": "Warm-pink accent in the HIG System Colors set."
      },
      "system-purple": {
        "value": "#AF52DE",
        "type": "color",
        "description": "Purple accent. Used on Siri, Podcasts, and other identity-bearing Apple product surfaces.\n"
      },
      "system-red": {
        "value": "#FF3B30",
        "type": "color",
        "description": "Destructive / error accent. Used for delete actions, error states, and recording indicators.\n"
      },
      "system-teal": {
        "value": "#30B0C7",
        "type": "color",
        "description": "Cooler complement to System Mint in the HIG set."
      },
      "system-yellow": {
        "value": "#FFCC00",
        "type": "color",
        "description": "Highlight / warning accent in the HIG System Colors set."
      },
      "label": {
        "value": "#000000",
        "type": "color",
        "description": "Primary text on light-mode surfaces. Equivalent to the HIG `label` semantic color in Light Appearance.\n"
      },
      "secondary-label": {
        "value": "#3C3C43",
        "type": "color",
        "description": "Secondary text. Equivalent to the HIG `secondaryLabel` (60% alpha black resolved against systemBackground) in Light.\n"
      },
      "tertiary-label": {
        "value": "#3C3C434D",
        "type": "color",
        "description": "Tertiary text. Equivalent to the HIG `tertiaryLabel` (~30% alpha) in Light.\n"
      },
      "system-background": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Base background in Light Appearance."
      },
      "secondary-system-background": {
        "value": "#F2F2F7",
        "type": "color",
        "description": "Grouped-table and grouped-cell background in Light."
      },
      "tertiary-system-background": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Elevated card / sheet background in Light."
      },
      "system-background-dark": {
        "value": "#000000",
        "type": "color",
        "description": "Base background in Dark Appearance."
      },
      "secondary-system-background-dark": {
        "value": "#1C1C1E",
        "type": "color",
        "description": "Grouped-cell background in Dark."
      },
      "tertiary-system-background-dark": {
        "value": "#2C2C2E",
        "type": "color",
        "description": "Elevated card / sheet background in Dark."
      },
      "label-dark": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text on dark-mode surfaces."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "SF Pro",
        "type": "fontFamilies",
        "description": "sf-pro@1.0.0 · sans-serif"
      },
      "body": {
        "value": "SF Pro",
        "type": "fontFamilies",
        "description": "sf-pro@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "SF Pro",
        "type": "fontFamilies",
        "description": "sf-pro@1.0.0 · sans-serif"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "SF Pro",
          "Inter",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "SF Pro",
          "Inter",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "SF Pro",
          "Inter",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.system-background}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.secondary-system-background}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tertiary-system-background}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.label}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.secondary-label}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.system-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.system-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.system-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.system-indigo}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.system-purple}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.system-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.system-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.system-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.system-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.system-background-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.secondary-system-background-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tertiary-system-background-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.label-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.system-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.system-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.system-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.system-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.system-indigo}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.system-purple}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.system-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.system-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.system-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.system-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.label}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.system-background}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.system-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.system-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.system-indigo}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.system-background}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.secondary-system-background}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.tertiary-system-background}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.label}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.secondary-label}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.system-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Apple",
    "ref": "apple@1.0.0",
    "paletteRef": "apple@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
