---
sidebar_position: 42
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lium.io/llms.txt
> Use this file to discover all available pages before exploring further.

# `lium theme`

Change the CLI color theme.

```bash
lium theme [THEME_NAME]
```

## Arguments

- `THEME_NAME` — Theme to apply. If omitted, an interactive picker is shown.

## Available themes

- `default`
- `monokai`
- `solarized`
- `dracula`
- `nord`

## Examples

```bash
lium theme              # Interactive selector
lium theme monokai      # Apply Monokai
```

## See also

- [`lium config`](./config) — view / edit the persisted theme value
