pub const RESET_PALETTE_COLORS: &[u8] = b"\x1b]104\x07";
Reset all indexed palette colors: exact bytes ESC ] 104 BEL (b"\x1b]104\x07").
ESC ] 104 BEL
b"\x1b]104\x07"