From 5de1bd18ac88e56fe3eef3c665ecb95520d6ca24 Mon Sep 17 00:00:00 2001 From: Gabriel Burt Date: Fri, 30 Dec 2011 13:55:46 -0600 Subject: [PATCH] add more colors --- lib/foreman/engine.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/foreman/engine.rb b/lib/foreman/engine.rb index a398bbb..3224fab 100644 --- a/lib/foreman/engine.rb +++ b/lib/foreman/engine.rb @@ -17,7 +17,9 @@ class Foreman::Engine extend Term::ANSIColor - COLORS = [ cyan, yellow, green, magenta, red ] + COLORS = [ cyan, yellow, green, magenta, red, blue, + intense_cyan, intense_yellow, intense_green, intense_magenta, + intense_red, intense_blue ] def initialize(procfile, options={}) @procfile = Foreman::Procfile.new(procfile)