Skip to content

Commit

Permalink
Fix diff colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed May 5, 2015
1 parent f9fad1b commit 6ee3fb5
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 6ee3fb5

Please sign in to comment.