@nevware21/chromacon
    Preparing search index...

    Variable notOverlinedConst

    notOverlined: ChromaStyle = ...

    Disable / Not encircled (Overlined) style

    // ANSI Theme
    notOverlined("text") // => "\x1b[55mtext" (no reset available)
    `${notOverlined}text` // => "\x1b[55mtext" (no reset included)
    notOverlined + "text" // => "\x1b[55mtext" (no reset included)
    notOverlined.concat("text") // => "\x1b[55mtext" (no reset included)