> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/payload-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/payload-studio/customization/appearance.md).

# Appearance

Customize the look at feel of PayloadStudio by changing the **themes** from within **Settings > IDE Settings**

{% hint style="info" %}
The **full list of IDE Settings** can be found on the [IDE Settings](/payload-studio/customization/ide-settings.md) Page
{% endhint %}

## Theme

The **Theme** option will change both the main editor and the overall appearance of PayloadStudio

![Settings > IDE Settings > Theme](/files/gxIycWR8YWHzkOiObBC5)

<figure><img src="https://cdn.shopify.com/s/files/1/0068/2142/files/themes1_1_600x.gif?v=1659642557" alt=""><figcaption><p>PayloadStudio Editor Themes Demo</p></figcaption></figure>

## Console Theme

The **Console Theme** will change the appearance of the console and other editors (like the Language Editor) within PayloadStudio

<figure><img src="/files/z9YVhHhn0Y7kTjS6PRge" alt=""><figcaption><p>Console Theme Demo</p></figcaption></figure>

<figure><img src="/files/koNLvuMngs1vIXC4Lg6n" alt=""><figcaption><p>Language Editor themed with the Console Theme setting</p></figcaption></figure>

## Advanced Editor Customization <img src="/files/tlP9AaWgm2GpuqsRgbag" alt="Pro" data-size="line">

PayloadStudio PRO gives you full control over how writing code looks and feels within the editor.&#x20;

{% hint style="info" %}
The **full list of Editor settings** can be found on the [Editor Settings](/payload-studio/customization/editor-settings.md) Page
{% endhint %}


---

# 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://documentation.hak5.org/payload-studio/customization/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.
