# theme

`theme` should be an HTML class, which will be added to :

* the overlay `.bp3-dialog` elements
* the on-page menu `.bp3-card` element
* the context menu `.bp3-popover` element

You can use it to facilitate custom theming.

## Blueprint Dark Theme

{% hint style="success" %}
Using `theme: "bp3-dark"` will apply Blueprint's own dark theme to the extension's interface, without needing any additional CSS rules.
{% endhint %}

![References panel with Blueprint's dark theme](/files/-Mg61gBvgj6i6mbMNTb7)

![On-page menu with Blueprint's dark theme](/files/-Mg639R2RZz2c4MHkbPq)

![Library search panel with Blueprint's dark theme](/files/-Mg63TGqM6rCEW3J5sGy)

![Contextual panel with Blueprint's dark theme](/files/-Mg65bhyPFfZvFDPwAdn)


---

# 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://alix-lahuec.gitbook.io/zotero-roam/v0.6/customization/other/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.
