paintbrush

0.1.3
Light Mode Dark Mode

Bright Colors

Use the _b suffix for a color name to make a bright color. See Colors for more details.

subject { paintbrush { blue_b "bright blue" } }

it { is_expected.to include 'bright blue' }
bright blue
subject { paintbrush { "#{blue "some blue text"} #{blue_b "and some bright blue text"}" } }

it { is_expected.to include 'bright blue' }
some blue text and some bright blue text

Documentation generated by rspec-documentation