macro_rules! for_each_tui_theme_style {
($callback:ident) => { ... };
}Expand description
Invoke a callback macro with every style-valued TUI theme field.
Keeping this list in one place prevents theme validation and application from silently drifting apart when a field is added.