> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-forms/account/appearance.md).

# Appearance

Switch the Dapta Forms admin between Dark and Light from the toggle in the left menu, and see why the theme you work in never changes what your respondents see.

The admin has one appearance setting: the color scheme you work in. It is personal to you and it never touches a published form.

***

## Dark and Light

**Step 1:** Look at the bottom of the left menu, just above your name. The single icon button there is the theme toggle. A moon means you are in **Dark**, and its tooltip reads **Theme: Dark: Switch to light**.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-0e23c2ca3a314cb97653cc5b4eee118e38a9cbed%2Fforms-appearance-01-theme-toggle-dark.png?alt=media" alt="The Dapta Forms admin in dark mode with the theme toggle highlighted at the bottom of the left menu"><figcaption><p>The theme toggle sits in the footer of the left menu, under the separator.</p></figcaption></figure>

***

**Step 2:** Click it. The whole admin repaints, the icon becomes a sun, and the tooltip now reads **Theme: Light: Switch to dark**. Click again to go back.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-8028850db8d9cc886f64d614c5559d7641ceaf14%2Fforms-appearance-02-light-mode.png?alt=media" alt="The same admin screen in light mode, with the theme toggle now showing a sun icon"><figcaption><p>The same screen in <strong>Light</strong>. One button flips between the two.</p></figcaption></figure>

***

**Step 3:** Nothing else to save. Your choice is remembered in the browser you made it in and applies to every admin screen, including the form editor, where the left menu collapses to icons but the toggle stays in the same place at the bottom.

> **💡 Tip:** There are exactly two states, **Dark** and **Light**. There is no "follow my system" option: Dark is the default and Light is something you opt into.

***

## The theme does not change your forms

Switching the admin to Light does not change what respondents see. A public form takes its colors from that form's **Design** panel and from your **Brand kit**, never from the theme you happen to be working in.

* A form where you picked a background renders with your colors for everybody, in every browser.
* A form where you picked nothing renders dark for everybody, whichever theme you are in.

That is also why the builder canvas and **Preview** keep showing the published look while you edit in Light: the preview shows the form, not your workspace.

***

## What's next

* [Design & Branding](/dapta-forms/design.md): the colors, fonts and background respondents actually see.
* [Brand kit (workspace-wide)](/dapta-forms/design/brand-kit.md): one look for every form in the workspace.
* [What respondents see](/dapta-forms/respondent-experience.md): the full public experience, step by step.
* [Your public link](/dapta-forms/share/public-link.md): the address respondents open.


---

# 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.dapta.ai/dapta-forms/account/appearance.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.
