brightMagenta property

Chalk get brightMagenta

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

Implementation

Chalk get brightMagenta =>
    _createStyler(_ansiSGRModiferOpen(95), _ansiClose, this);