pub const RESET_PALETTE: &[u8] = b"\x1b]R\x07";
Reset the Linux-console palette: exact bytes ESC ] R BEL (b"\x1b]R\x07").
ESC ] R BEL
b"\x1b]R\x07"