//! Terminal styling palette.
//!
//! Uses `anstyle` styles rendered through `anstream`, which honors `NO_COLOR`
//! and non-TTY output automatically.
// Palette consumed by the command handlers as their output is implemented. ~keep
use ;
/// Style for headings and section labels.
/// Style for success messages.
/// Style for warnings.
/// Style for errors.
/// Dimmed style for secondary detail.