Skip to main content

Module theme

Module theme 

Source
Expand description

Semantic TUI styling backed by ratatui-themekit presets.

Structs§

RommStyles
App-level semantic styles mapped onto a ratatui-themekit theme.

Enums§

MessageTone
Status message severity for themed TUI feedback.

Functions§

next_theme_id
Cycle to the next built-in theme ID (wraps).
prev_theme_id
Cycle to the previous built-in theme ID (wraps).
resolve_theme_or_default
Resolve a theme ID, falling back to DEFAULT_THEME_ID for unknown values.
theme_display_name
Human-readable name for a theme ID (uses fallback resolution).