# CreateThemeDto

**Kind:** Interface

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

DTO for creating a new theme

## Properties

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