# Tints

## BACKGROUND\_TAB

***

{% hint style="warning" %}
If you have set an image for ['theme\_tab\_background'](/theme-properties/images.md#theme_tab_background) on **IMAGES** the image will take priority!
{% endhint %}

{% hint style="warning" %}
If you have set a color for ['background\_tab'](/theme-properties/colors.md#background_tab) on **COLORS** the color will take priority!
{% endhint %}

{% hint style="danger" %}
Some properties are disabled when images or colors have been assigned to the element (tab, frame, etc).
{% endhint %}

```json
"background_tab": [ 0.8889, 1, 0.8 ]
```

<figure><img src="/files/5JcZKBdDufBmyzHNxdEG" alt=""><figcaption><p>Printscreen of tabs, showing the <strong>background_tab</strong> in Pink</p></figcaption></figure>

## BUTTONS

***

{% hint style="info" %}
If you have set a color for ['toolbar\_button\_icon'](/theme-properties/colors.md#toolbar_button_icon) on **COLORS** the color will take priority!
{% endhint %}

{% hint style="danger" %}
Some properties are disabled when images or colors have been assigned to the element (tab, frame, etc).
{% endhint %}

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

## FRAME

***

{% hint style="success" %}
This frame is located behind the tabs and TAKES PRIORITY over the others! It is also different from the ["frame"](/theme-properties/colors.md#frame) and ["frame\_inactive"](/theme-properties/colors.md#frame_inactive) in COLORS, as it is the first layer.
{% endhint %}

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

## FRAME\_INACTIVE

***

{% hint style="success" %}
This frame is located behind the tabs and TAKES PRIORITY over the others! It is also different from the ["frame"](/theme-properties/colors.md#frame) and ["frame\_inactive"](/theme-properties/colors.md#frame_inactive) in COLORS, as it is the first layer.
{% endhint %}

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


---

# 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://theme.mepa.dev/theme-properties/tints.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.
