Module: Color

Included in:
Template, Umu
Defined in:
lib/umu/beautifica/assets/color.rb

Overview

Color module is a module for colorizing string.

Constant Summary collapse

COLORS =
{
  black: 30,
  red: 31,
  green: 32,
  yellow: 33,
  blue: 34,
  magenta: 35,
  syan: 36,
  white: 37
}.freeze