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