Fix SKIP color.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -68,7 +68,7 @@ var Colorizer = function Colorizer() { | ... | @@ -68,7 +68,7 @@ var Colorizer = function Colorizer() { |
68 | 'INFO_BAR': { bg: 'cyan', fg: 'white', bold: true }, | 68 | 'INFO_BAR': { bg: 'cyan', fg: 'white', bold: true }, |
69 | 'WARN_BAR': { bg: 'yellow', fg: 'white', bold: true }, | 69 | 'WARN_BAR': { bg: 'yellow', fg: 'white', bold: true }, |
70 | 'SKIP': { fg: 'magenta', bold: true }, | 70 | 'SKIP': { fg: 'magenta', bold: true }, |
71 | 'SKIP_BAR': { bg: 'magenta', fg: 'black', bold: true } | 71 | 'SKIP_BAR': { bg: 'magenta', fg: 'white', bold: true } |
72 | }; | 72 | }; |
73 | 73 | ||
74 | /** | 74 | /** | ... | ... |
-
Please register or sign in to post a comment