Theming

Rendered directly from src/lib/tokens.ts— this table is the single source of truth both products (marketing + docs) read from, so a color here can never drift from what's actually shipping.

Colors

Dark is the default theme; light overrides via the `.light` class.

primary

#3B82F6 / #2563EB

secondary

#9CA3AF / #4B5563

tertiary

#3F3F46 / #E5E7EB

neutral

#DCE0E8 / #1F2937

surface

#1C1C21 / #F9FAFB

on-surface

#F5F5F7 / #111827

error

#EF4444 / #DC2626

primary-contrast

#FFFFFF / #FFFFFF

border-subtle

#33333A / #E5E7EB

Radius

none: 0px
sm: 8px
md: 12px
lg: 20px
xl: 28px
full: 9999px

Spacing

xs (4px)
sm (12px)
md (20px)
lg (32px)
xl (48px)
xxl (96px)
web design.