pub type CellInfo = (u8, u8, Color, Color, Modifier);
Cell rendering information: (symbol_index, block_index, fg_color, bg_color, modifier)
Used for .pix file serialization. Block/idx are computed on-demand from the symbol string.