ku1ik / rainbow

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

Support mode for colorize #122

Open h0jeZvgoxFepBQ2C opened 1 year ago

h0jeZvgoxFepBQ2C commented 1 year ago

Would be great if you could offer a support mode, where I can still use the old colorize syntax:

"test".colorize(:blue).on_black

But replace colorize with rainbow in the Gemfile..

Do you think this would be possible?