@nevware21/chromacon
    Preparing search index...

    Variable dimConst

    dim: ChromaStyle = ...

    Dim color or style

    // ANSI Theme
    dim("text") // => "\x1b[2mtext\x1b[22m" (includes reset to normal intensity)
    `${dim}text` // => "\x1b[2mtext" (no reset included)
    dim + "text" // => "\x1b[2mtext" (no reset included)
    dim.concat("text") // => "\x1b[2mtext" (no reset included)