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

# Themes

> View saved email themes.

<Warning>
  Content API endpoints are currently in an open alpha and are subject to
  change.
</Warning>

The `themes` command lets you view [themes](/creating-emails/styles) saved in your Loops account.

## `get`

Get a theme by ID.

```bash theme={"dark"}
loops themes get clx1234abc
```

## `list`

List themes.

```bash theme={"dark"}
loops themes list
```

Pass `--pick` to filter the list interactively with [fzf](https://github.com/junegunn/fzf) and copy the selected theme ID to your clipboard. Requires `fzf` to be installed and on your `PATH`.

```bash theme={"dark"}
loops themes list --pick
```

### Flags

| Flag         | Description                                                                                                   |
| ------------ | ------------------------------------------------------------------------------------------------------------- |
| `--pick`     | Interactively pick a theme and copy its ID to the clipboard. Requires [fzf](https://github.com/junegunn/fzf). |
| `--per-page` | Results per page (10–50, default 20)                                                                          |
| `--cursor`   | Pagination cursor for a specific page                                                                         |
