tui-banner

Cinematic ANSI banners for Rust CLI/TUI. Bold color, crisp grids, and named presets you can ship with confidence.

Truecolor + ANSI256 Figlet font support No dependencies Preset styles
Neon banner preview

Preset-first, fully customizable

Each palette is named, curated, and repeatable. Keep the defaults for speed or drill down into palettes, gradients, and fills for full control.

Banner::new("RUST CLI")
.style(Style::NeonCyber)
.align(Align::Center)
.padding(1)
.render();

Palette::preset(Preset::SunsetNeon);