//! Mission Control theme — panel-specific aliases over the shared
//! brand palette. Brand-level colours (orange / teal / white / text
//! shades) live in `tui/render/palette` so other dialogs can reuse
//! them without going through MC's namespace.
pub use crate;
use ;
// ── Panel chrome ────────────────────────────────────────────────────────────
/// Panel border when not focused — neutral grey, same as `sessions.rs`.
pub const BORDER_IDLE: Color = Rgb;
/// Per-panel focus accents.
pub const BORDER_INBOX_FOCUS: Color = TEAL;
pub const BORDER_ACTIVITY_FOCUS: Color = ORANGE;
pub const BORDER_SCHEDULE_FOCUS: Color = WHITE;
// ── Help bar ────────────────────────────────────────────────────────────────
pub const HELP_BAR: Color = Rgb;