{
  "$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": {
      "python-blue": {
        "value": "#3776AB",
        "type": "color",
        "description": "Primary brand color — the upper snake of the two-snake mark. Used as the dominant identity color across python.org.\n"
      },
      "python-yellow": {
        "value": "#FFD43B",
        "type": "color",
        "description": "Secondary brand color — the lower snake of the two-snake mark and the high-energy accent for callouts and CTAs.\n"
      },
      "python-dark-blue": {
        "value": "#1E415E",
        "type": "color",
        "description": "Deeper navy used for hover states and the dark-mode canvas.\n"
      },
      "python-dark-yellow": {
        "value": "#FFC331",
        "type": "color",
        "description": "Deeper amber used for hover states on the yellow accent.\n"
      },
      "python-black": {
        "value": "#0E1217",
        "type": "color",
        "description": "Dark-mode page canvas."
      },
      "python-charcoal": {
        "value": "#1C232C",
        "type": "color",
        "description": "Elevated dark surface."
      },
      "python-gray": {
        "value": "#646464",
        "type": "color",
        "description": "Mid neutral for body text and dividers."
      },
      "python-light-gray": {
        "value": "#D5D5D5",
        "type": "color",
        "description": "Hairline borders on light canvas."
      },
      "python-off-white": {
        "value": "#F4F4F4",
        "type": "color",
        "description": "Subtle layered surface on light canvas."
      },
      "python-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode."
      },
      "python-success": {
        "value": "#3F924B",
        "type": "color",
        "description": "Status success color — used in PEP/issue badges."
      }
    },
    "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.python-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.python-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.python-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.python-dark-blue}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.python-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.python-blue}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.python-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.python-dark-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.python-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.python-dark-yellow}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.python-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.python-dark-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.python-dark-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.python-success}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.python-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.python-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.python-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.python-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.python-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.python-yellow}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.python-yellow}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.python-dark-yellow}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.python-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.python-dark-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.python-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.python-dark-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.python-dark-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.python-success}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.python-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.python-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.python-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.python-dark-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.python-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.python-dark-yellow}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.python-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.python-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.python-dark-blue}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.python-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Python",
    "ref": "python@1.0.0",
    "paletteRef": "python@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
