{
  "$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": {
      "lf-dark-blue": {
        "value": "#003778",
        "type": "color",
        "description": "Primary brand color — the dark blue of the Linux Foundation wordmark. Resolved from the .st0 class in the official LF stacked-color SVG.\n"
      },
      "lf-darker-blue": {
        "value": "#003764",
        "type": "color",
        "description": "Deeper navy used as the shadow / depth accent in the stacked-color logo. Resolved from the .st1 class.\n"
      },
      "lf-bright-blue": {
        "value": "#0094FF",
        "type": "color",
        "description": "The bright cyan-blue accent used for the linking arc and hover highlights. Resolved from the .st2 class.\n"
      },
      "lf-blue-hover": {
        "value": "#005FB8",
        "type": "color",
        "description": "Mid-blue pressed / active variant between LF Dark Blue and LF Bright Blue.\n"
      },
      "lf-black": {
        "value": "#0B1320",
        "type": "color",
        "description": "Dark-mode page canvas; deep navy near-black."
      },
      "lf-charcoal": {
        "value": "#1A2434",
        "type": "color",
        "description": "Elevated dark surface for cards and panels."
      },
      "lf-gray": {
        "value": "#5D6573",
        "type": "color",
        "description": "Mid neutral for body text and quiet UI."
      },
      "lf-light-gray": {
        "value": "#D6DAE0",
        "type": "color",
        "description": "Hairline borders on light canvas."
      },
      "lf-off-white": {
        "value": "#F4F5F7",
        "type": "color",
        "description": "Subtle layered surface on light canvas."
      },
      "lf-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode."
      },
      "lf-warning": {
        "value": "#E0A100",
        "type": "color",
        "description": "Status warning color for advisories."
      },
      "lf-error": {
        "value": "#C03030",
        "type": "color",
        "description": "Status error color."
      }
    },
    "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.lf-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.lf-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.lf-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.lf-dark-blue}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.lf-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.lf-blue-hover}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.lf-dark-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.lf-darker-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.lf-blue-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.lf-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.lf-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.lf-light-gray}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.lf-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.lf-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.lf-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.lf-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.lf-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.lf-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.lf-blue-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.lf-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.lf-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.lf-gray}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.lf-dark-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.lf-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.lf-dark-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.lf-darker-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.lf-blue-hover}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.lf-dark-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.lf-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.lf-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.lf-dark-blue}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.lf-gray}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.lf-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.lf-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.lf-bright-blue}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.lf-light-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "The Linux Foundation",
    "ref": "linux-foundation@1.0.0",
    "paletteRef": "linux-foundation@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
