> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/manual/layout/buttons/configuration.md).

# Configuration

## Colour configuration

***

### Primary button

**Field type**:\
Color picker

**Example value**:\
`$sw-color-brand-primary`

**Path to the configuration**:\
Tab "Layout" => Block "Buttons" => Section "Colour configuration"

**Technical name**:\
`twt-color-primary-button`

{% hint style="info" %}
Here you can configure the background colour for the primary button.

**Text colour / hover effect:**\
According to Bootstrap, the text colour is automatically inverted from this colour value.\
For the hover effect, this colour value is automatically darkened.

Variable: **$twt-color-primary-button**
{% endhint %}

***

### Secondary button

**Field type**:\
Color picker

**Example value**:\
`$sw-color-brand-secondary`

**Path to the configuration**:\
Tab "Layout" => Block "Buttons" => Section "Colour configuration"

**Technical name**:\
`twt-color-secondary-button`

{% hint style="info" %}
Here you can configure the background colour for the secondary button.

**Text colour / hover effect:**\
According to Bootstrap, the text colour is automatically inverted from this colour value.\
For the hover effect, this colour value is automatically darkened.

Variable: **$twt-color-secondary-button**
{% endhint %}

***

### Light button

**Field type**:\
Color picker

**Example value**:\
`#f9f9f9`

**Path to the configuration**:\
Tab "Layout" => Block "Buttons" => Section "Colour configuration"

**Technical name**:\
`twt-color-light-button`

{% hint style="info" %}
Here you can configure the background colour for the light button.

**Text colour / hover effect:**\
According to Bootstrap, the text colour is automatically inverted from this colour value.\
For the hover effect, this colour value is automatically darkened.

Variable: **$twt-color-light-button**
{% endhint %}


---

# 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.themeware.design/manual/layout/buttons/configuration.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.
