mlbt 0.3.0

A terminal user interface for the MLB stats API. Watch a baseball game in your terminal! ⚾
1
2
3
4
5
6
use tui::prelude::{Color, Style};

pub(crate) mod help_widget;
pub(crate) mod settings_panel;

pub(crate) const HIGHLIGHT_STYLE: Style = Style::new().bg(Color::Blue).fg(Color::Black);