> For the complete documentation index, see [llms.txt](https://docs.atloss.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atloss.de/en/theme-configuration/general/theme-colors.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.atloss.de/en/theme-configuration/general/theme-colors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
