pub const DEFAULT_SELECTION_COLOR: &str = "#354440";Expand description
The tint behind the selected history entry and the selected list row.
ratada derives it as surface.mix(accent, 0.35), which on calcli’s
near-black surface lands brighter than the border and shouts. This keeps the
accent tint - the row still reads as “here” - at roughly the weight of the
focused input field. Overridable under [appearance.colors].