atac 0.15.1

Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less.
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);
}