{
  "$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": {
      "rust-orange": {
        "value": "#D34516",
        "type": "color",
        "description": "Primary brand accent — the signature Rust Orange used on the gear mark, primary buttons, and rust-lang.org accents.\n"
      },
      "rust-dark-blue": {
        "value": "#1E2650",
        "type": "color",
        "description": "Primary corporate dark color — the Rust Foundation's signature navy used as a high-contrast canvas for the gear mark.\n"
      },
      "rust-blue": {
        "value": "#28607F",
        "type": "color",
        "description": "Supporting blue used for technical illustrations and secondary interactive elements.\n"
      },
      "rust-silver": {
        "value": "#67737A",
        "type": "color",
        "description": "Neutral metallic gray used for body text on light surfaces and hardware-adjacent surfaces.\n"
      },
      "rust-green": {
        "value": "#61784D",
        "type": "color",
        "description": "Reserved green used for database / sustainability surfaces per the Brand Guide.\n"
      },
      "rust-black": {
        "value": "#0E0E0E",
        "type": "color",
        "description": "Near-black surface for dark-mode page canvas."
      },
      "rust-charcoal": {
        "value": "#222222",
        "type": "color",
        "description": "Elevated dark surface for cards and panels."
      },
      "rust-light-gray": {
        "value": "#D7D7D7",
        "type": "color",
        "description": "Hairline borders and dividers on light canvas."
      },
      "rust-off-white": {
        "value": "#F4F4F4",
        "type": "color",
        "description": "Subtle layered surface on the light canvas."
      },
      "rust-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode; reversed text on orange."
      }
    },
    "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.rust-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.rust-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.rust-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.rust-dark-blue}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.rust-silver}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.rust-blue}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.rust-dark-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.rust-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.rust-dark-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.rust-dark-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.rust-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.rust-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.rust-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.rust-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.rust-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.rust-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.rust-silver}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.rust-light-gray}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.rust-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.rust-light-gray}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.rust-light-gray}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.rust-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.rust-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.rust-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.rust-dark-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.rust-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.rust-dark-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.rust-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.rust-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.rust-dark-blue}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.rust-silver}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Rust",
    "ref": "rust@1.0.0",
    "paletteRef": "rust@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
