# Bootswatch

[Bootswatch](https://bootswatch.com/) is an easy-to-implement Bootstrap theme configurator, you can easily select one of the predefined sets and start from there, to do so all you need is to update your `_variables.scss` file and add the `_bootswatch.scss` to your code.

1. Go to the Bootswatch website, find what theme style you'd like the most, and click on the chevron next to the download as shown below:

<figure><img src="/files/jlN17hQXQKWGmanOwvLJ" alt=""><figcaption><p>Downloading Bootswatch variables</p></figcaption></figure>

2. Paste the content into your own theme `_variables.scss` .
3. Download the `_bootswatch.scss` , place it in `src/scss` and then import it into your `main.style.scss`

{% hint style="info" %}
**Note**: The Bootswatch SCSS will set theme colors and generate corresponding Bootstrap utilities, but it will *not* change anything that's missing a required utility class.

An example of this is the *navbar background*. Bootswatch previews use `.bg-*` utility classes and `data-bs-theme="dark"` to achieve the navbar variations. Replicating this requires modifying your theme's template files accordingly.

For more information, see the [Bootstrap documentation on navbars, color modes, and utility classes.](https://getbootstrap.com/docs/5.3/getting-started/introduction/)
{% endhint %}


---

# 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.trydrupal.com/radix/understanding-radix/bootswatch.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.
