onBrightMagenta property

Chalk get onBrightMagenta

Set background base 16 xterm colors bright magenta (terminal dependent) linen

Implementation

Chalk get onBrightMagenta =>
    _createStyler(_ansiSGRModiferOpen(105), _ansiBgClose, this);