Skip to content

Commit

Permalink
Merge pull request #1648 from nylen/fix/diff-colors
Browse files Browse the repository at this point in the history
Fix diff colors
  • Loading branch information
boneskull committed May 9, 2015
2 parents 41dad0e + 6ee3fb5 commit 789ac58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/reporters/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ exports.colors = {
, 'green': 32
, 'light': 90
, 'diff gutter': 90
, 'diff added': 42
, 'diff removed': 41
, 'diff added': 32
, 'diff removed': 31
};

/**
Expand Down

0 comments on commit 789ac58

Please sign in to comment.