No release in over 3 years
Extends the colorize gem with chainable syntax sugar like "hello".red.on.blue
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 1.1
 Project Readme

colorize-extended

A fork of colorize that adds chainable .on.color syntax sugar for setting background colors.

Installation

Add to your Gemfile:

gem 'colorize-extended'

Then run bundle install. Or install directly:

gem install colorize-extended

Usage

require 'colorize_extended'

"red text on a blue background".red.on.blue
"bold green on cyan".green.on.cyan.bold
"just a yellow background".on.yellow

Colors

black
red
green
yellow
blue
magenta
cyan
white
light_black
light_red
light_green
light_yellow
light_blue
light_magenta
light_cyan
light_white
grey
gray