{
  "$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": {
      "apple-music-pink": {
        "value": "#FF4E6B",
        "type": "color",
        "description": "The lighter terminus of Apple Music's signature pink-to-red gradient; primary mark fill."
      },
      "apple-music-red": {
        "value": "#FF0436",
        "type": "color",
        "description": "The deeper terminus of the gradient; pairs with the pink to form the mark."
      },
      "apple-music-coral": {
        "value": "#FA233B",
        "type": "color",
        "description": "Mid-gradient coral — the pressed / hovered state on the gradient marks."
      },
      "apple-music-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text and reversed wordmark fill on the dark canvas."
      },
      "apple-music-black": {
        "value": "#000000",
        "type": "color",
        "description": "Canonical Apple HIG dark-mode canvas. Inherited from the iOS / macOS system-background-dark token."
      },
      "apple-music-surface": {
        "value": "#1C1C1E",
        "type": "color",
        "description": "Elevated surface on the dark canvas — matches HIG secondary-system-background-dark."
      },
      "apple-music-surface-elevated": {
        "value": "#2C2C2E",
        "type": "color",
        "description": "Cards, sheets, and elevated tiles — matches HIG tertiary-system-background-dark."
      },
      "apple-music-gray": {
        "value": "#8E8E93",
        "type": "color",
        "description": "Secondary text and divider tone — matches HIG system-gray on dark."
      },
      "apple-music-gray-light": {
        "value": "#C7C7CC",
        "type": "color",
        "description": "Tertiary text and metadata on the dark canvas."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.apple-music-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.apple-music-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.apple-music-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.apple-music-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.apple-music-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.apple-music-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.apple-music-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.apple-music-coral}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.apple-music-coral}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.apple-music-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.apple-music-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.apple-music-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.apple-music-surface-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.apple-music-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.apple-music-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.apple-music-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.apple-music-coral}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.apple-music-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.apple-music-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.apple-music-white}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.apple-music-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.apple-music-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.apple-music-surface-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.apple-music-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.apple-music-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.apple-music-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.apple-music-coral}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.apple-music-red}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.apple-music-pink}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.apple-music-red}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Apple Music",
    "ref": "apple-music@1.0.0",
    "paletteRef": "apple-music@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
