{
  "$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": {
      "linkedin-blue": {
        "value": "#0A66C2",
        "type": "color",
        "description": "Signature mid-blue — the primary brand color introduced with the 2019 brand refresh. The in-bug wordmark, primary buttons, and the link color on linkedin.com all read in this blue.\n"
      },
      "linkedin-blue-dark": {
        "value": "#004182",
        "type": "color",
        "description": "Darker blue for hover, pressed, and focus states on LinkedIn Blue — and the historical pre-2019 wordmark color region.\n"
      },
      "linkedin-blue-light": {
        "value": "#378FE9",
        "type": "color",
        "description": "Lighter blue used for link affordances on dark surfaces and for hover hints on light surfaces.\n"
      },
      "linkedin-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canvas on light surfaces — the canonical LinkedIn product background."
      },
      "linkedin-near-white": {
        "value": "#F4F2EE",
        "type": "color",
        "description": "Warm off-white background used on the LinkedIn feed and editorial pages."
      },
      "linkedin-black": {
        "value": "#000000E6",
        "type": "color",
        "description": "Body and headline color — published as black at 90% opacity for use on white surfaces, balancing legibility with warmth.\n"
      },
      "linkedin-black-solid": {
        "value": "#000000",
        "type": "color",
        "description": "Solid black — used in marketing and on the in-bug wordmark variants."
      },
      "linkedin-text-secondary": {
        "value": "#00000099",
        "type": "color",
        "description": "Authored secondary text — black at 60% opacity for muted copy on white."
      },
      "linkedin-divider": {
        "value": "#E0DFDC",
        "type": "color",
        "description": "Authored hairline divider tone on light canvas."
      },
      "linkedin-warm-orange": {
        "value": "#E68523",
        "type": "color",
        "description": "Warm orange — used sparingly on LinkedIn marketing surfaces and illustration to signal warmth and humanity.\n"
      },
      "linkedin-green": {
        "value": "#057642",
        "type": "color",
        "description": "Deep green — used in LinkedIn's product UI for \"open to work\" and positive status affordances.\n"
      },
      "linkedin-canvas-dark": {
        "value": "#1B1F23",
        "type": "color",
        "description": "Authored dark-mode canvas for LinkedIn's product dark theme."
      },
      "linkedin-surface-dark": {
        "value": "#2C3033",
        "type": "color",
        "description": "Authored elevated surface on dark mode."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Source Sans 3",
        "type": "fontFamilies",
        "description": "source-sans-3@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Source Sans 3",
        "type": "fontFamilies",
        "description": "source-sans-3@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Source Sans 3",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Source Sans 3",
          "-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.linkedin-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.linkedin-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.linkedin-near-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.linkedin-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.linkedin-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.linkedin-text-secondary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.linkedin-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.linkedin-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.linkedin-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.linkedin-blue-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.linkedin-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.linkedin-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.linkedin-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.linkedin-surface-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.linkedin-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.linkedin-divider}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.linkedin-divider}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.linkedin-blue-light}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.linkedin-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.linkedin-blue-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.linkedin-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.linkedin-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.linkedin-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.linkedin-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.linkedin-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.linkedin-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.linkedin-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.linkedin-blue-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.linkedin-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.linkedin-warm-orange}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.linkedin-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.linkedin-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.linkedin-near-white}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.linkedin-surface-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.linkedin-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.linkedin-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.linkedin-text-secondary}",
        "type": "color"
      },
      "divider": {
        "value": "{global.color.linkedin-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "LinkedIn",
    "ref": "linkedin@1.0.0",
    "paletteRef": "linkedin@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
