| [ Web Proxy ] |
| Viewing: https://reference.langchain.com/python/deepagents-code/theme/ThemeEntry | [Back] [Original] |
Metadata for a registered theme.
ThemeEntry(
self,
label: str,
dark: bool,
colors: ThemeColors,
custom: bool| Name | Type |
|---|---|
| label | str |
| dark | bool |
| colors | ThemeColors |
| custom | bool |
Human-readable label shown in the theme picker.
Whether this is a dark theme variant.
Resolved color set.
Whether this theme must be registered with Textual via register_theme().
True for LangChain-branded themes and user-defined themes.
False for Textual built-in themes that Textual already knows about.
| Web Proxy Viewer | New URL | Original Page |