Const
Dim color or style
// ANSI Themedim("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) Copy
// ANSI Themedim("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)
Dim color or style