{
  "$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": {
      "ivory-light": {
        "value": "#FAF9F5",
        "type": "color",
        "description": "Page canvas — the warm cream Anthropic uses as the base."
      },
      "ivory-medium": {
        "value": "#F0EEE6",
        "type": "color",
        "description": "Subtle elevated surface; hover state for ivory buttons."
      },
      "ivory-dark": {
        "value": "#E8E6DC",
        "type": "color",
        "description": "Border / quiet divider on ivory canvas."
      },
      "slate-dark": {
        "value": "#141413",
        "type": "color",
        "description": "Primary text on ivory; canvas in dark mode."
      },
      "slate-medium": {
        "value": "#3D3D3A",
        "type": "color",
        "description": "Elevated surface in dark mode; secondary text on ivory."
      },
      "slate-light": {
        "value": "#5E5D59",
        "type": "color",
        "description": "Tertiary text; hover state for slate surfaces."
      },
      "cloud-light": {
        "value": "#D1CFC5",
        "type": "color",
        "description": "Soft neutral, illustration mid-tone."
      },
      "cloud-medium": {
        "value": "#B0AEA5",
        "type": "color",
        "description": "Mid cloud — secondary text on dark surfaces."
      },
      "cloud-dark": {
        "value": "#87867F",
        "type": "color",
        "description": "Deep cloud — quiet text on warm surfaces."
      },
      "clay": {
        "value": "#D97757",
        "type": "color",
        "description": "Claude's signature terracotta accent. The brand's primary warm."
      },
      "accent": {
        "value": "#C6613F",
        "type": "color",
        "description": "Pressed / active variant of clay."
      },
      "oat": {
        "value": "#E3DACC",
        "type": "color",
        "description": "Wheaten neutral, illustration warm."
      },
      "manilla": {
        "value": "#EBDBBC",
        "type": "color",
        "description": "Pale parchment yellow."
      },
      "kraft": {
        "value": "#D4A27F",
        "type": "color",
        "description": "Tan / craft-paper warm."
      },
      "olive": {
        "value": "#788C5D",
        "type": "color",
        "description": "Muted green secondary."
      },
      "cactus": {
        "value": "#BCD1CA",
        "type": "color",
        "description": "Pale sage."
      },
      "sky": {
        "value": "#6A9BCC",
        "type": "color",
        "description": "Mid blue secondary."
      },
      "heather": {
        "value": "#CBCADB",
        "type": "color",
        "description": "Pale lavender."
      },
      "fig": {
        "value": "#C46686",
        "type": "color",
        "description": "Muted rose-magenta."
      },
      "coral": {
        "value": "#EBCECE",
        "type": "color",
        "description": "Pale coral pink — pairs with clay."
      }
    },
    "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": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@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": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.ivory-light}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.ivory-medium}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.ivory-light}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.slate-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.slate-medium}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.slate-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.clay}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.accent}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.clay}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.accent}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.kraft}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.accent}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fig}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.olive}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.ivory-dark}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.slate-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.slate-medium}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.slate-light}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ivory-light}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cloud-medium}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.cloud-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.clay}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.accent}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.clay}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.accent}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.manilla}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.kraft}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fig}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.cactus}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.slate-light}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.ivory-light}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.slate-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.clay}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.accent}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.clay}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.accent}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.clay}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.olive}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.kraft}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.fig}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.slate-dark}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.ivory-light}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.ivory-light}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.slate-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.ivory-medium}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.slate-medium}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.slate-medium}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.slate-light}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.ivory-dark}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Anthropic",
    "ref": "anthropic@1.0.0",
    "paletteRef": "anthropic@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
