pub const REQUEST_LIGHT_DARK_REPORT: &[u8] = b"\x1b[?996n";
Request light/dark preference report: exact bytes ESC [ ? 996 n (b"\x1b[?996n").
ESC [ ? 996 n
b"\x1b[?996n"