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)