# ThemeEntry

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/theme/ThemeEntry)

Metadata for a registered theme.

## Signature

```python
ThemeEntry(
    self,
    label: str,
    dark: bool,
    colors: ThemeColors,
    custom: bool = True,
)
```

## Constructors

```python
__init__(
    self,
    label: str,
    dark: bool,
    colors: ThemeColors,
    custom: bool = True,
) -> None
```

| Name | Type |
|------|------|
| `label` | `str` |
| `dark` | `bool` |
| `colors` | `ThemeColors` |
| `custom` | `bool` |


## Properties

- `label`
- `dark`
- `colors`
- `custom`
- `REGISTRY`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/bb27e62ebe44dd6e8104a504b1718ce87acc7ffa/libs/cli/deepagents_cli/theme.py#L385)