> For the complete documentation index, see [llms.txt](https://docs.varbase.vardot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varbase.vardot.com/9.1.x/developers/understanding-varbase/core-components/vartheme-claro.md).

# Vartheme Claro

A modern administration theme for [Varbase](https://www.drupal.org/project/varbase) standard websites.

Based on the Claro Drupal core admin theme.

Following up with [Drupal Design system](https://www.figma.com/file/OqWgzAluHtsOd5uwm1lubFeH/Drupal-Design-system)

* Left to right (LTR) support with custom tweaks and fixes.
* Right to left (RTL) support with a better selected RTL font.

## Varbase Claro Admin Theme

{% hint style="info" %}
Varbase administration theme are bundled through the **Vartheme Claro** theme.\
GitHub: <https://github.com/Vardot/vartheme_claro>\
Drupal.org: <https://www.drupal.org/project/vartheme_claro>

After building a project using the `varbase-project` template, you can see the code of the **Vartheme Claro** theme in:
{% endhint %}

```
project_directory
|-- docroot
    |-- themes
        |-- contrib
            |-- vartheme_claro
```

Brings in the following core and contributed themes to your site:

| Theme                                                         | Purpose                                                        |
| ------------------------------------------------------------- | -------------------------------------------------------------- |
| <p><strong>Claro</strong></p><p><em>(in Drupal core)</em></p> | A clean, accessible, and powerful Drupal administration theme. |
|                                                               |                                                                |


---

# 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:

```
GET https://docs.varbase.vardot.com/9.1.x/developers/understanding-varbase/core-components/vartheme-claro.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.
