# createTheme

Canonical: https://docs.shumoku.dev/en/library/api/createTheme
Language: en

@shumoku/core · 0.4.0 · function

# createTheme

[Source](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/themes/utils.ts#L24)

Create custom theme

```
createTheme(options: ThemeOptions): Theme
```

## Parameters

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `options` | `ThemeOptions` | No additional description. | `—` |

## Returns

```
Theme
```

[`libs/@shumoku/core/src/themes/utils.ts:24`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/themes/utils.ts#L24)
