{
  "$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": {
      "pypi-blue": {
        "value": "#3775A9",
        "type": "color",
        "description": "Primary brand color — the canonical PyPI/Python-family blue. Source: simple-icons \"PyPI\" entry, matching the PSF logo's upper-snake blue.\n"
      },
      "pypi-blue-dark": {
        "value": "#1E415E",
        "type": "color",
        "description": "Deeper navy for hover states; dark-mode tertiary surface."
      },
      "pypi-yellow": {
        "value": "#FFD43B",
        "type": "color",
        "description": "Secondary brand color — the Python-family yellow inherited from the PSF logo's lower-snake fill.\n"
      },
      "pypi-yellow-dark": {
        "value": "#FFC331",
        "type": "color",
        "description": "Deeper amber used for hover states on the yellow accent."
      },
      "pypi-black": {
        "value": "#0E1217",
        "type": "color",
        "description": "Dark-mode page canvas."
      },
      "pypi-charcoal": {
        "value": "#1C232C",
        "type": "color",
        "description": "Elevated dark surface for cards and panels."
      },
      "pypi-slate": {
        "value": "#3D4554",
        "type": "color",
        "description": "Body text on light canvas; secondary copy."
      },
      "pypi-gray": {
        "value": "#6B7280",
        "type": "color",
        "description": "Tertiary text and quiet UI."
      },
      "pypi-light-gray": {
        "value": "#D5D9DE",
        "type": "color",
        "description": "Hairline borders on light canvas."
      },
      "pypi-off-white": {
        "value": "#F4F5F7",
        "type": "color",
        "description": "Subtle layered surface on light canvas."
      },
      "pypi-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode."
      },
      "pypi-error": {
        "value": "#BD4147",
        "type": "color",
        "description": "Status error color used in advisory and yanked-release callouts."
      }
    },
    "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": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@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": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.pypi-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.pypi-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.pypi-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.pypi-blue-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.pypi-slate}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.pypi-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.pypi-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.pypi-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.pypi-yellow-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.pypi-yellow-dark}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.pypi-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.pypi-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.pypi-light-gray}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.pypi-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.pypi-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.pypi-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.pypi-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.pypi-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.pypi-yellow}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.pypi-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.pypi-yellow-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.pypi-blue-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.pypi-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.pypi-yellow-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.pypi-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.pypi-slate}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.pypi-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.pypi-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.pypi-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.pypi-yellow-dark}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.pypi-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.pypi-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.pypi-blue-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.pypi-slate}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.pypi-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.pypi-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.pypi-light-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "PyPI (Python Package Index)",
    "ref": "pypi@1.0.0",
    "paletteRef": "pypi@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
