TextShade

Text Shade is a gem to colour our your string text. It can be used to print text in these colors. - black - red - green - yellow - blue - magenta - cyan - light_gray - light_red - light_green - light_yellow - light_blue - light_magenta - light_cyan

To print any string in a specified color, do “any string”.<any-of-colors-above> eg. for red: “string”.red

Usage

Require this Gem: require 'text_shade'

Limitation

This may not work on windows systems.