@nightgrey/ansi
    Preparing search index...

    Variable REQUEST_LIGHT_DARK_REPORTConst

    REQUEST_LIGHT_DARK_REPORT: "\u001b[?996n" = "\x1b[?996n"

    A control sequence that requests the terminal to report its operating system light/dark color preference. Supported terminals should respond with a lightDarkReport sequence as follows:

    CSI ? 997 ; 1 n
    

    for dark mode

    CSI ? 997 ; 2 n
    

    for light mode