@nevware21/chromacon
    Preparing search index...

    Variable italicConst

    italic: ChromaStyle = ...

    Italic style

    // ANSI Theme
    italic("text") // => "\x1b[3mtext\x1b[23m" (includes reset to not italic)
    `${italic}text` // => "\x1b[3mtext" (no reset included)
    italic + "text" // => "\x1b[3mtext" (no reset included)
    italic.concat("text") // => "\x1b[3mtext" (no reset included)