git_iris/theme/adapters/
mod.rs

1//! Adapters for converting theme types to framework-specific types.
2//!
3//! These adapters provide conversion traits and functions for using theme colors
4//! and styles with different UI frameworks.
5
6pub mod cli;
7pub mod ratatui;