# mergeTheme

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

@shumoku/core · 0.4.0 · function

# mergeTheme

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

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

Merge theme with overrides

```
mergeTheme(base: Theme, overrides?: DeepPartial<Theme>): Theme
```

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |
| `base` | `Theme` | 追加説明はありません。 | `—` |
| `overrides` | `DeepPartial<Theme>` | 追加説明はありません。 | `—` |

## 戻り値

```
Theme
```

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