Module: Webgen::CLI::Utils::Color

Defined in:
lib/webgen/cli/utils.rb

Overview

:nodoc:

Constant Summary collapse

@@colors =
{:bold => [1], :light => [1], :green => [32], :yellow => [33], :red => [31], :blue => [34], :reset => [0]}