--- title: 'Themes' description: 'Themes object schemas from the Fluxer API.' --- ## ThemeCreateRequest **Related endpoints** - [`POST /users/@me/themes`](/api-reference/themes/create-theme) | Field | Type | Description | |-------|------|-------------| | css | string | CSS text to store and share | ## ThemeCreateResponse **Related endpoints** - [`POST /users/@me/themes`](/api-reference/themes/create-theme) | Field | Type | Description | |-------|------|-------------| | id | [SnowflakeType](#snowflaketype) | The unique identifier for the created theme |