#[derive(Clone)] pub struct ComponentStyle { pub fg_color: C, pub bg_color: C, pub hi_color: C, pub border: u32, pub bezel: u32, }