# テーマ

ノートブックテーマを設定することで、ノートブック内のチャートの色やフォントサイズ・フォントファミリーのカスタマイズが行えます。

## カスタマイズ可能な項目

### 共通項目

* 基準フォントサイズ
  * ここで指定されたサイズを基準に、テキストサイズや入力フォームの各要素のサイズ等が決定します
  * ただし、チャートの「詳細設定」で「基準フォントサイズ」を指定している場合、そちらが優先されます
* フォントファミリー
  * ここで指定されたフォントファミリーがノートブック内のテキストやチャート内のテキストに適用されます

### ライトテーマ・ダークテーマ毎の項目

* チャートカラー
  * 系列を塗り分けるための系列色と、グラデーションを塗り分けるためのグラデーション色を設定できます
* ステータスカラー
  * 成功、警告、危険の3色を設定できます
  * これらの色は、チャート内のステータス表現や、エラーメッセージ等で使用されます
* プライマリーカラー
* フォーカスカラー
* リンクカラー
* バックグラウンドカラー
* テキストカラー
* ボーダーカラー

※ プランによってカスタマイズ可能な項目に制限があります

## 設定方法

### ノートブックテーマの作成・編集

* 「ワークスペース設定」>「ノートブックテーマ」からテーマの作成・編集が行えます
  * ノートブックテーマの作成・編集を行うには「[ワークスペースオーナー](/access-control/access-control-for-workspace.md)」の権限が必要です

### ノートブックテーマの適用

* ノートブックページの画面右上の3点メニュー内の「ノートブックテーマ」から、既存のノートブックテーマを適用することができます
  * [ノートブックの編集](/access-control/access-control-for-resources/access-control-for-notebook.md)権限が必要です

## 影響範囲

* ノートブックテーマは、ノートブックから作成される以下のリソースに対しても適用されます
  * [レポート](/sharing/report.md)
  * [パブリックリンク](/sharing/public-link-and-embed.md)
  * [署名付き埋め込み](/sharing/signed-embed.md)
* 既存のノートブックテーマを変更すると、そのノートブックテーマが適用されているすべてのノートブックに対して、変更が反映されます
  * ただし、ノートブックから公開される上記リソースについては、リソースの「公開」処理を行うタイミングで変更が反映されます
* ノートブックテーマのデフォルト設定は、新規に作成されるノートブックに対して適用され、既存のノートブックには影響しません


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.codatum.jp/data-exploration/notebook/notebook-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
