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