{
  "$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": {
      "linear-indigo": {
        "value": "#5E6AD2",
        "type": "color",
        "description": "Signature desaturated indigo-violet. Primary brand accent — used on the wordmark, primary buttons, and key interactive surfaces.\n"
      },
      "mercury-white": {
        "value": "#F4F5F8",
        "type": "color",
        "description": "Light-mode canvas — a cool off-white documented in Linear's brand guide."
      },
      "nordic-gray": {
        "value": "#222326",
        "type": "color",
        "description": "Dark-mode canvas — the canonical product surface for Linear's dark-first identity."
      },
      "linear-near-black": {
        "value": "#08090A",
        "type": "color",
        "description": "Authored deepest canvas — used below Nordic Gray for the most-recessed surfaces."
      },
      "linear-surface-dark": {
        "value": "#1A1B1F",
        "type": "color",
        "description": "Authored elevated surface on dark mode."
      },
      "linear-surface-elevated-dark": {
        "value": "#2C2D31",
        "type": "color",
        "description": "Authored modal / popover surface on dark mode."
      },
      "linear-text-on-dark": {
        "value": "#F7F8F8",
        "type": "color",
        "description": "Primary text on Nordic Gray."
      },
      "linear-text-secondary-dark": {
        "value": "#B4BCD0",
        "type": "color",
        "description": "Secondary text on dark canvas."
      },
      "linear-text-tertiary-dark": {
        "value": "#8A8F98",
        "type": "color",
        "description": "Tertiary / muted text on dark canvas."
      },
      "linear-text-on-light": {
        "value": "#0B0C10",
        "type": "color",
        "description": "Primary text on Mercury White."
      },
      "linear-text-secondary-light": {
        "value": "#3F4350",
        "type": "color",
        "description": "Secondary text on Mercury White."
      },
      "linear-text-tertiary-light": {
        "value": "#6B7280",
        "type": "color",
        "description": "Tertiary / muted text on Mercury White."
      },
      "linear-surface-light-elevated": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Authored elevated surface for light mode."
      },
      "linear-indigo-hover": {
        "value": "#7A87F0",
        "type": "color",
        "description": "Authored softer indigo for hover / active states."
      },
      "linear-success": {
        "value": "#4CB782",
        "type": "color",
        "description": "Authored success / completed accent."
      },
      "linear-warning": {
        "value": "#F2C94C",
        "type": "color",
        "description": "Authored warning accent."
      },
      "linear-error": {
        "value": "#E5484D",
        "type": "color",
        "description": "Authored error accent."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter Tight",
        "type": "fontFamilies",
        "description": "inter-tight@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter Tight",
          "-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": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.mercury-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.linear-surface-light-elevated}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.linear-surface-light-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.linear-text-on-light}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.linear-text-secondary-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.linear-text-tertiary-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.linear-indigo}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.linear-indigo-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.linear-indigo}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.linear-indigo-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.linear-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.linear-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.linear-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.linear-success}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.nordic-gray}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.linear-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.linear-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.linear-text-on-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.linear-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.linear-text-tertiary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.linear-indigo}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.linear-indigo-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.linear-indigo}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.linear-indigo-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.linear-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.linear-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.linear-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.linear-success}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.nordic-gray}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.linear-text-on-dark}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.nordic-gray}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.linear-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.linear-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.linear-text-on-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.linear-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.linear-text-tertiary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.linear-indigo}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.linear-indigo-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.linear-indigo}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.linear-indigo-hover}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.linear-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.linear-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.linear-error}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Linear",
    "ref": "linear@1.0.0",
    "paletteRef": "linear@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
