pandora-kit 0.6.4

Interactive TUI toolkit for the Hefesto framework
Documentation
1
2
3
4
5
6
7
8
use ratatui::style::Color;
use hefesto_widgets::BorderType;

pub const BORDER: BorderType = BorderType::Rounded;

pub const ACCENT: Color = Color::Cyan;
pub const TEXT: Color = Color::White;
pub const MUTED: Color = Color::Rgb(120, 120, 120);