brightYellow property

Chalk get brightYellow

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

Implementation

Chalk get brightYellow =>
    _createStyler(_ansiSGRModiferOpen(93), _ansiClose, this);