Immutable catalog of token-only Chirp UI theme packs.
theme_packs
| Name | Type | Default | Description |
|---|---|---|---|
type
|
|
— | |
qualified_name
|
|
— | |
element_type
|
|
— | |
description
|
|
— | |
source_file
|
|
— | |
line_number
|
|
— | |
is_autodoc
|
|
— | |
autodoc_element
|
|
— | |
_autodoc_template
|
|
— | |
_autodoc_url_path
|
|
— | |
_autodoc_page_type
|
|
— | |
title
|
|
— | |
doc_content_hash
|
|
— |
Symbols on this page
ThemePack
class
A packaged token-only CSS resource for Chirp UI applications.
list_theme_packs
function
def list_theme_packs() -> tuple[ThemePack, ...]
Return packaged theme packs in stable display order.
No parameters.
get_theme_pack
function
def get_theme_pack(name: str) -> ThemePack | None
Return a theme pack by name, orNonewhen it is not packaged.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
name
|
str
|
— |
View source · /home/runner/work/chirp-ui/chirp-ui/site/../src/chirp_ui/theme_packs.py:1