> 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/windows-properties.md).

# Windows Properties

## Overview

<figure><img src="/files/rjoU5R19PygGJvMsYdLm" alt=""><figcaption><p>Windows Properties</p></figcaption></figure>

The **Windows Properties** section defines the styling of window components, including headers, bodies, and footers, within the application. These settings help create a consistent and visually appealing interface for windowed elements.

## 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:

### Window header bg

Sets the background color for the window header.\
Value: Hex color code or CSS variable (e.g., `@brand-primary`).

### Window header color

Defines the text color for the window header.\
Value: Hex color code or CSS variable (e.g., `@brand-primary-inverse`).

### Window body bg

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

### Window footer bg

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

### Border radius for window and dialogs

Defines the border radius for windows and dialog boxes, providing rounded corners if desired.\
Value: CSS size value (e.g., `6px`).

### Popup selected bg

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

### Popup selected text

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

### Popup disabled color

Sets the color for disabled items in popups.\
Value: Hex color code or CSS variable (e.g., `@border-color`).


---

# 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/windows-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.
