pub const RESET_BACKGROUND_COLOR: &[u8] = b"\x1b]111\x07";
Reset the default background color: exact bytes ESC ] 111 BEL (b"\x1b]111\x07").
ESC ] 111 BEL
b"\x1b]111\x07"