oxi-tui 0.44.0

Terminal UI widgets and theme system for oxi, built on ratatui
Documentation
1
2
3
4
5
6
7
//! Color primitives for the oxi theme system.
//!
//! Re-exports `ratatui::style::Color` directly to avoid duplicate type definitions.
//! All theme components use this single color type, eliminating `.to_ratatui()`
//! conversion overhead and preventing mismatches between oxi and ratatui colors.

pub use ratatui::style::Color;