1 2 3 4 5 6
use lazy_static::lazy_static; use ratatui::style::Color; lazy_static! { pub static ref DARK_BLACK: Color = Color::Rgb(50, 50, 50); }