// This is free and unencumbered software released into the public domain.
use ;
/// Help output styling matching the color palette used by Clap v3.
///
/// ```ignore
/// #[command(styles = clientele::HELP_STYLES)]
/// ```
pub const HELP_STYLES: Styles = styled
.header
.usage
.literal
.placeholder;