> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/features/managing-your-wallet/customize-the-app.md).

# Customize the app

Cake Wallet's **Display** settings control the app's appearance along with a few handy behavior options — theme, language, fiat currency, and more.

## Open Display settings

Open the `Settings` gear, then tap `Display`.

![Cake Wallet Display settings](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/settings_display_02_theme-mode_hl.png)

## Appearance

At the top, choose a **theme mode**:

* **System** — follow your device's light/dark setting
* **Light** — always light
* **Dark** — always dark

When a dark mode is active, the picker just below lets you choose between the standard **Dark** (navy) theme and a **Black** (OLED) theme that uses true black to save battery on OLED screens.

Selecting the **Black** theme reveals two extra controls that are hidden for every other theme. **Accent color** recolors the app's highlights, with a choice of Cake Primary, BCH Green, Bitcoin Yellow, Monero Orange, Tron Red, or Frosting Purple. Below it, the **OLED mode** switch drives the interface to true black for the deepest contrast and the best battery savings on OLED displays. Switch back to Light or the standard Dark theme and both rows disappear again.

## Display options

Below Appearance you'll find:

* **Apps** — show or hide the Apps section on the dashboard
* **Show Address Book popup** — offer to save new addresses after you send
* **Disable buy action** — hide the Buy button
* **Sync Status Display** — how sync progress is shown (for example, Blocks Remaining)
* **Bitcoin Amount Display** — on Bitcoin wallets, show amounts in BTC or sats
* **Currency** — the fiat currency used for value estimates
* **Change language** — the app's display language


---

# 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.cakewallet.com/features/managing-your-wallet/customize-the-app.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.
