lib/inch/cli/command/output/base.rb in inch-0.7.1 vs lib/inch/cli/command/output/base.rb in inch-0.8.0.rc1

- old
+ new

@@ -26,10 +26,10 @@ end end def priority_arrow(priority, color = :white) Evaluation::PriorityRange.all.each do |range| - return range.arrow.color(color).dark if range.include?(priority) + return range.arrow.color(color).color(:dark) if range.include?(priority) end end def print_file_info(o, color) o.files.each do |f|