{
  "$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": {
      "ts-blue": {
        "value": "#3178C6",
        "type": "color",
        "description": "Primary brand color — the rounded-square mark fill. The \"TS\" lettermark sits on this blue in white.\n"
      },
      "ts-blue-bright": {
        "value": "#4F8AD0",
        "type": "color",
        "description": "Brighter variant used on dark backgrounds for legibility."
      },
      "ts-blue-dark": {
        "value": "#235A9E",
        "type": "color",
        "description": "Darker variant used for hover states and shadows."
      },
      "ts-black": {
        "value": "#0E1217",
        "type": "color",
        "description": "Dark-mode page canvas."
      },
      "ts-charcoal": {
        "value": "#1C232C",
        "type": "color",
        "description": "Elevated dark surface for cards and panels."
      },
      "ts-gray": {
        "value": "#5C5C5C",
        "type": "color",
        "description": "Mid neutral for body text and dividers."
      },
      "ts-light-gray": {
        "value": "#D5D5D5",
        "type": "color",
        "description": "Hairline borders on light canvas."
      },
      "ts-off-white": {
        "value": "#F4F4F4",
        "type": "color",
        "description": "Subtle layered surface on the light canvas."
      },
      "ts-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode; reversed letter color on the mark."
      },
      "ts-success": {
        "value": "#2EA043",
        "type": "color",
        "description": "Status success color."
      },
      "ts-warning": {
        "value": "#D29922",
        "type": "color",
        "description": "Status warning color."
      },
      "ts-error": {
        "value": "#CF222E",
        "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.ts-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.ts-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.ts-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ts-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.ts-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.ts-blue-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.ts-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.ts-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.ts-blue-dark}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.ts-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.ts-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.ts-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.ts-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.ts-success}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.ts-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.ts-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.ts-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ts-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.ts-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.ts-blue-bright}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.ts-blue-bright}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.ts-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.ts-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.ts-blue-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.ts-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.ts-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.ts-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.ts-success}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.ts-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.ts-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.ts-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.ts-blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.ts-blue-dark}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.ts-blue}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.ts-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.ts-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ts-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.ts-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "TypeScript",
    "ref": "typescript@1.0.0",
    "paletteRef": "typescript@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
