# Semi-transparent windows

Your application can create **semi-transparent windows** that blend with the desktop and other applications behind them. \
\
This effect is achieved by using a **transparent page background** together with the **background material** setting for Windows and **vibrancy** setting on macOS.

This creates a frosted glass-like appearance that allows the interface to feel integrated with the desktop environment.\
\
The transparency is adjusted depending on if the window is focused by the user or not.

Transparency behavior can also change depending on the system’s **light or dark mode**. The background opacity may be adjusted based on the OS appearance settings, so it is important to test your UI in both modes to ensure text and interface elements remain readable.

Dark mode (Windows):&#x20;

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

Light mode (Windows):

<figure><img src="/files/73QxoDWZdM9e3i6yxv7v" alt=""><figcaption></figcaption></figure>

Dark mode (macOS):

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

Light mode (macOS):

<figure><img src="/files/vaV4m7eBiDM7HGp93bEx" 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/guides-and-examples/semi-transparent-windows.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.
