# ThemeTokens

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/theme-engine/src/lib/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/theme-engine/src/lib/types.ts#L109)

Complete theme token definition

## Properties

| Property | Type |
|---|---|
| `colors` | `ThemeColors` |
| `typography` | `Typography` |
| `spacing` | `Spacing` |
| `borderRadius` | `BorderRadius` |
| `shadows` | `Shadows` |
