# Theme

Developing a theme plugin for Lapce is easy. Firstly [open settings](/get-started/settings.md), and you can change colours in theme settings, and change the UI appearance in UI Settings.

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

[Open command palette](/get-started/command-palette.md), choose the command `Export current settings to a theme file`, it will generate the theme file for you.

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

Change the name of the theme, and save the file.

To create a theme plugin for Lapce, follow the format of this repo <https://github.com/lapce/atom-one>, the important files are `volt.toml` and the theme file.

After that is done, you can [publish it](/development/plugin-development.md#publish-plugin).


---

# 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.lapce.dev/development/theme.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.
