Skip to content

Commit

Permalink
added new color to output
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Oct 10, 2009
1 parent eafb134 commit 659d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/it.rb
Expand Up @@ -61,7 +61,7 @@ def initialize *all
@param = param =~ /^\d+$/ ? param.to_i : param
@options = options || {}
@db = It.init?? Database.new(File.join(It.root, Path[:db])) : Database.new
@mut = Mutter.new(blue: '#', underline: "''", cyan: '@@', green: '!!').clear(:default)
@mut = Mutter.new(blue: '#', underline: "''", cyan: '@@', green: '!!', yellow: '^').clear(:default)
end

def run
Expand Down

0 comments on commit 659d77a

Please sign in to comment.