> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/data-exploration/notebook/notebook-theme.md).

# テーマ

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

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

### 共通項目

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

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

* チャートカラー
  * 系列を塗り分けるための系列色と、グラデーションを塗り分けるためのグラデーション色を設定できます
* ステータスカラー
  * 成功、警告、危険の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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
