onBrightYellow property

Chalk get onBrightYellow

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

Implementation

Chalk get onBrightYellow =>
    _createStyler(_ansiSGRModiferOpen(103), _ansiBgClose, this);