ku1ik / rainbow

Ruby gem for colorizing printed text on ANSI terminals
MIT License
813 stars 68 forks source link

Add faint/dark method and fix missing bold alias in NullPresenter #53

Closed ypresto closed 7 years ago

ypresto commented 7 years ago

I confirmed faint/dark can be used in Terminal.app and iTerm 2 (3.0) in OS X Sierra. This PR enables to use it..!

Also, fixed bug that calling bold when rainbow is not enabled causes no method error.

ypresto commented 7 years ago

It looks the test failed outside of my change set :)

ku1ik commented 7 years ago

Thanks!