# createTheme

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

@shumoku/core · 0.4.0 · function

# createTheme

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

APIの説明は英語のcanonical sourceを表示しています。

Create custom theme

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

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |
| `options` | `ThemeOptions` | 追加説明はありません。 | `—` |

## 戻り値

```
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)
