> For the complete documentation index, see [llms.txt](https://docs.servoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.servoy.com/reference/servoy-developer/object-editors/theme-editor/tabs-properties.md).

# Tabs Properties

## Overview

<figure><img src="/files/3DGxhG2Blpmn9EP7V8ky" alt=""><figcaption><p>Tabs Properties</p></figcaption></figure>

The **Tabs Properties** section defines the styling of tab components within the application. Tabs are used to organize content into separate views, making it easier for users to navigate through different sections.

## Properties

{% hint style="info" %}
Some properties have an additional button: `Select Color`, which opens the [color chooser](/reference/servoy-developer/object-editors/color-chooser.md) wizard.
{% endhint %}

Here's an in-depth look at each property:

### Tab bg

Sets the background color for the tabs.\
Value: Hex color code or CSS variable (e.g., `@body-bg-inverse`).

### Tab text color

Defines the text color for the tabs.\
Value: Hex color code or CSS variable (e.g., `@text-color`).

### Tab text transform

Specifies the text transformation for the tab labels (e.g., uppercase, lowercase).\
Value: CSS text-transform value (e.g., `uppercase`).

### Tab border color

Sets the border color for the tabs.\
Value: Hex color code or CSS variable (e.g., `@body-bg`).

### Tab border width

Specifies the border width for the tabs.\
Value: CSS size value (e.g., `0`).

### Tab border radius

Defines the border radius for the tabs, providing rounded corners if desired.\
Value: CSS size value (e.g., `0`).

### Tab active bg

Sets the background color for the active tab.\
Value: Hex color code or CSS variable (e.g., `@main-color`).

### Tab active text color

Defines the text color for the active tab.\
Value: Hex color code or CSS variable (e.g., `@main-color-inverse`).

### Tab active border color

Specifies the border color for the active tab.\
Value: Hex color code or CSS variable (e.g., `@main-color`).

### Tab active border width

Sets the border width for the active tab.\
Value: CSS size value (e.g., `0`).


---

# 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.servoy.com/reference/servoy-developer/object-editors/theme-editor/tabs-properties.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.
