Navigation Menu

Skip to content

Commit

Permalink
Use low profile color for not checked
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent 71faae5 commit 5061e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/tester.rb
Expand Up @@ -1624,8 +1624,8 @@ def failure_color

def not_checked_color
escape_sequence({
:color => :magenta,
:color_256 => [3, 0, 3],
:color => :cyan,
:color_256 => [0, 1, 1],
:background => true,
},
{
Expand Down

0 comments on commit 5061e39

Please sign in to comment.