# Theme

By configuring the notebook theme, you can customize chart colors, font sizes, and font families within notebooks.

## Customizable Items

### Common Items

* Base Font Size
  * The size specified here determines the text size and the size of each element in input forms
  * However, if "Base Font Size" is specified in the chart's "Advanced Settings", that takes precedence
* Font Family
  * The font family specified here is applied to text within notebooks and text within charts

### Items for Light Theme and Dark Theme

* Chart Colors
  * You can configure series colors for differentiating data series and gradient colors for gradients
* Status Colors
  * You can configure three colors: success, warning, and danger
  * These colors are used for status expressions in charts and error messages
* Primary Color
* Focus Color
* Link Color
* Background Color
* Text Color
* Border Color

Note: The items that can be customized are limited depending on the plan

## How to Configure

### Creating and Editing Notebook Themes

* You can create and edit themes from "Workspace Settings" > "Notebook Theme"
  * You need "[Workspace Owner](/access-control/access-control-for-workspace.md)" permissions to create and edit notebook themes

### Applying Notebook Themes

* You can apply existing notebook themes from "Notebook Theme" in the three-dot menu in the upper right corner of the notebook page
  * [Notebook Edit](/access-control/access-control-for-resources/access-control-for-notebook.md) permissions are required

## Scope of Impact

* Notebook themes are also applied to the following resources created from notebooks:
  * [Report](/sharing/report.md)
  * [Public Link](/sharing/public-link-and-embed.md)
  * [Signed Embed](/sharing/signed-embed.md)
* When you modify an existing notebook theme, the changes are reflected in all notebooks where that notebook theme is applied
  * However, for the above resources published from notebooks, changes are reflected when the "Publish" process is performed for the resource
* The default notebook theme settings are applied to newly created notebooks and do not affect existing notebooks


---

# 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.com/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.
