pub const RESET_CURSOR_COLOR: &[u8] = b"\x1b]112\x07";
Reset the cursor color: exact bytes ESC ] 112 BEL (b"\x1b]112\x07").
ESC ] 112 BEL
b"\x1b]112\x07"