MozaikaLive decode

Augment — decoded design system

augmentcode.com · light · professional · tailwind · deep decode — measured live

Augment's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/augmentcode.com.

Decoded design system

Augment's decoded design system: background #FFFFFF, text #737373, accent #1AA049, link #FAAF87, primary #1AA049; type scale h1 101px / h2 86px / body 12px; 8px spacing base; 0px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F6F6F6
border#EAEAEA
text#737373
text_muted#A8A8A8
primary#1AA049
accent#1AA049
link#FAAF87
button_bg#FFFFFF
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--backgroundlab(100% 0 0)
--background-contentlab(100% 0 0)
--foregroundlab(2.75381% 0 0)
--cardlab(100% 0 0)
--card-foregroundlab(2.75381% 0 0)
--popoverlab(100% 0 0)
--popover-foregroundlab(2.75381% 0 0)
--primarylab(57.8793% -49.8967 34.7702)
--primary-foregroundlab(98.26% 0 0)
--neutrallab(7.78201% -.0000149012 0)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div×2

Scroll reveal: 4 elements rest at opacity 0, animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1).

Overlay recipe (measured)

dialog panel: #000000 · radius 8px · enter 200ms ease

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/augmentcode.com

registry item · or query it over MCP: get_design_system("Augment")

Export: DESIGN.md

# Augment — Design System

> light, professional, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F6F6F6` |
| border | `#EAEAEA` |
| text | `#737373` |
| text_muted | `#A8A8A8` |
| primary | `#1AA049` |
| accent | `#1AA049` |
| link | `#FAAF87` |
| button_bg | `#FFFFFF` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent` are all `#1AA049` — one role, not several.
- **accent** `#1AA049` — accent for emphasis — keep it rare on the page.
- **link** `#FAAF87` — fails contrast on the background (~1.8:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 63% · `#000000` 19.6% · `#EEEEEE` 10.3% · `#3A4C40` 3.7%

## Typography

- Heading: **Inter Display**
- Body: **Inter Display**
- Mono: **IBM Plex Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 101px / 500 · lh 91px · tracking -5.54px |
| h2 | 86px / 500 · lh 86px · tracking -2.94px |
| h3 | 84px / 500 · lh 76px · tracking -3.7px |
| body | 12px / 400 · lh 17px |
| small | 11px / 400 · lh 17px · tracking 1.32px |
| eyebrow | 10px / 400 · tracking 1.8px |

- Weight ladder: 300 · 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Inter Display — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 6px, 8px, 10px, 12px, 16px, 18px, 20px, 24px, 28px, 30px — snap all gaps/padding to these
- section rhythm: 128px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 3.75px
- card: 15px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#000000` | 2px solid rgb(255, 255, 255) | 3.75px | 15px 15px 15px 15px | 600 15px / 0.1px | none |
| secondary | `lab(100 0 0)` / `lab(2.75381 0 0)` | 1px solid lab(90.952 0 -0.0000119209) | 0px | 0px 12px 0px 12px | 500 14px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(209, 209, 209)`

## Shadows (elevation)
- subtle: `oklab(0.619197 -0.142691 0.0854061 / 0.12) 0px 0px 0px 2px`
- card: `rgba(0, 0, 0, 0.28) 0px 16px 32px 0px`
- overlay: `rgba(0, 0, 0, 0.78) 0px 30px 90px 0px, oklab(0.619197 -0.142691 0.0854061 / 0.16) 0px 0px 0px 1px`

## Motion
- durations: 300ms (dominant) · 150ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)`
- animated properties: color, background-color, border-color, outline-color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--background` | `lab(100% 0 0)` |
| `--background-content` | `lab(100% 0 0)` |
| `--foreground` | `lab(2.75381% 0 0)` |
| `--card` | `lab(100% 0 0)` |
| `--card-foreground` | `lab(2.75381% 0 0)` |
| `--popover` | `lab(100% 0 0)` |
| `--popover-foreground` | `lab(2.75381% 0 0)` |
| `--primary` | `lab(57.8793% -49.8967 34.7702)` |
| `--primary-foreground` | `lab(98.26% 0 0)` |
| `--neutral` | `lab(7.78201% -.0000149012 0)` |
| `--neutral-foreground` | `lab(98.26% 0 0)` |
| `--secondary` | `lab(57.8793% -49.8967 34.7702)` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1480px · common grid: 2-col
- nav: 76px sticky · bg lab(100 0 0)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 900 | 680 | 2 | 56 | 128/128 | 44/56 |
| 2200 | 1338 | 2 | — | 0/64 | — |
| 3883 | 762 | 2 | 24 | 32/32 | — |
| 4102 | 161 | 4 | 8 | 0/0 | — |
| 4287 | 161 | 5 | 8 | 0/0 | — |

## Motion choreography (measured)
Load order: `div`×2 @0ms
- scroll reveal: 4 elements rest at opacity 0, animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive).
- overlay dialog (auto-opened): panel #000000 · r 8px · shadow rgba(0, 0, 0, 0.3) 0px 30px 70px 0px
  - enter: opacity from 1 · 200ms ease

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- card ×3: pad 28px 28px 28px 28px · r 0px · border 1px solid oklab(0.145 -0.00000143796 0.00000340492 / 0.22) · shadow rgba(0, 0, 0, 0.16) 0px 22px 52px 0px, oklab(0.145 -0.00000143796 0.00000340492 / 0.14) 0px 1px 0px 0px inset · bg oklab(0.948698 -0.00000930294 0.0000222234)
  - hover: font-weight `400` · letter-spacing `normal`
- link: #D1D1D1 · no underline

## Responsive (measured)
- breakpoints: 601px · 640px · 768px · 1024px · 1280px · 1510px
- mobile (390px): hero 42px · body 16px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.
Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Augment's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with augmentcode.com. No screenshots stored. Removal requests: hello@mozaika.design.