use nu_ansi_term::{Color, Style}; pub type Alignment = tabled::AlignmentHorizontal; #[derive(Debug, Clone, Copy)] pub struct TextStyle { pub alignment: Alignment, pub color_style: Option