Skip to content

Commit

Permalink
Fix diff colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Apr 8, 2015
1 parent f9fad1b commit 402b350
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;40'
, 'diff removed': '31;40'
};

/**
Expand Down

0 comments on commit 402b350

Please sign in to comment.