//! Color references — how a cell names its colour without committing to a pixel
//! value. The engine is theme-agnostic: it stores references only; resolving a
//! reference to an actual colour is the consumer/renderer's job (it owns the
//! frozen scheme). The engine never knows hex. See CONTEXT.md "Color reference".
/// A cell's foreground or background colour, stored as a reference.