pub const REQUEST_BACKGROUND_COLOR: &[u8] = b"\x1b]11;?\x07";
Request the default background color: exact bytes ESC ] 11 ; ? BEL (b"\x1b]11;?\x07").
ESC ] 11 ; ? BEL
b"\x1b]11;?\x07"
A compatible terminal replies asynchronously with an OSC 11 color report.