# Theme colors

### Overview

The colors you set here will be reflected in various places in your shop.

### Configuration

<figure><img src="/files/rIzn7TDffoASydt7XpNa" alt=""><figcaption></figcaption></figure>

<details>

<summary>Primary Color</summary>

This is the main color of your shop. It runs like a common thread through all subpages and colors various elements in the value stored here. Specifically, these are, for example, the [buttons](/en/academy/technical-terms/button.md), the [top bar](/en/academy/technical-terms/top-bar.md), or the [announcement bar](/en/theme-configuration/header/announcement-bar.md).

***

[Variable:](/en/academy/technical-terms/variable.md) `$sw-color-brand-primary`

</details>

<details>

<summary>Secondary Color</summary>

The secondary color serves as an accent color and appears in isolated places in your online shop. An example of this is the [button](/en/academy/technical-terms/button.md) for the voucher redemption field in the [off-canvas ](/en/academy/technical-terms/offcanvas.md)shopping cart.

***

[Variable:](/en/academy/technical-terms/variable.md) `$sw-color-brand-secondary`

</details>

<details>

<summary>Frames</summary>

As the name suggests, this color configuration is responsible for the frames in your online shop. You can see these, for example, at the dividing line on the [product detail page](/en/academy/technical-terms/product-detail-page.md) or in the [shopping cart](/en/academy/technical-terms/shopping-cart.md).

***

[Variable:](/en/academy/technical-terms/variable.md) `$sw-border-color`

</details>

<details>

<summary>Background</summary>

This is the background color of your shop on all pages. We recommend keeping it completely white or in a light gray. Otherwise, the background can quickly become too distracting.

***

[Variable:](/en/academy/technical-terms/variable.md) `$sw-background-color`

</details>

<details>

<summary>Browser Color</summary>

This setting allows you to customize the mobile browser color. However, not all browsers support this feature. Therefore, some browsers may still display a default system color.

<figure><img src="/files/wWbuPNG3rACUzlRWbFjV" alt=""><figcaption></figcaption></figure>

</details>


---

# 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.atloss.de/en/theme-configuration/general/theme-colors.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.
