pub fn scale_iterm_discrete(
aesthetic: &str,
palette: &str,
variant: ItermVariant,
n: usize,
) -> Result<String, Error>Expand description
Emits a discrete ggsql scale clause from a fixed iTerm theme variant.
ยงErrors
Returns an adapter error when palette resolution fails or the aesthetic is invalid.