@nightgrey/ansi
    Preparing search index...

    Variable BASIC_COLOR_TO_BACKGROUND_ATTRIBUTEConst

    BASIC_COLOR_TO_BACKGROUND_ATTRIBUTE: Readonly<
        {
            "0": BlackBackgroundColor;
            "1": RedBackgroundColor;
            "10": BrightGreenBackgroundColor;
            "11": BrightYellowBackgroundColor;
            "12": BrightBlueBackgroundColor;
            "13": BrightMagentaBackgroundColor;
            "14": BrightCyanBackgroundColor;
            "15": BrightWhiteBackgroundColor;
            "2": GreenBackgroundColor;
            "3": YellowBackgroundColor;
            "4": BlueBackgroundColor;
            "5": MagentaBackgroundColor;
            "6": CyanBackgroundColor;
            "7": WhiteBackgroundColor;
            "8": BrightBlackBackgroundColor;
            "9": BrightRedBackgroundColor;
        },
    > = ...