pub fn hex_blend(a: &str, b: &str) -> Option<String>
Average two #RRGGBB strings into a midpoint color. Returns None if either input isn’t parseable. Mirrors claudebar’s hex_blend() (claudebar:105-110).
#RRGGBB
None
hex_blend()