# Vartheme Claro

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

Based on the [**Gin Admin Theme**](https://www.drupal.org/project/gin) and [**Claro**](https://www.drupal.org/docs/core-modules-and-themes/core-themes/claro-theme) 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 perloaded 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.         |
| [**Gin Admin Theme**](https://www.drupal.org/project/gin)                           | Admin theme with a strong focus on improving the Editorial Experience. |
| [**Gin Toolbar**](https://www.drupal.org/project/gin_toolbar)                       | Gin Toolbar for Gin Theme.                                             |
| [**Gin Moderation Sidebar**](https://www.drupal.org/project/gin_moderation_sidebar) | Adds Gin admin theme compatibility for Moderation Sidebar.             |


---

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