# Theme

**Kind:** Interface

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

Theme model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `organizationId` | `string` |
| `projectId` | `string | null` |
| `colors` | `ThemeColors` |
| `typography` | `ThemeTypography` |
| `layout` | `ThemeLayout` |
| `customCss` | `string | null` |
| `darkModeEnabled` | `boolean` |
| `darkModeDefault` | `string` |
| `darkModeColors` | `ThemeColors | null` |
| `whiteLabelEnabled` | `boolean` |
| `hidePoweredBy` | `boolean` |
| `customDomain` | `string | null` |
| `customFooter` | `string | null` |
| `audienceThemes` | `AudienceThemes | null` |
| `isActive` | `boolean` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
