Chromium Code Reviews| Index: frog/utils.dart |
| diff --git a/frog/utils.dart b/frog/utils.dart |
| index d9853f8f151b6ed85dd7f3cd6dc12df6a12f89bd..876f6677732f468c9f7664e2f2dc4dc4682c53fd 100644 |
| --- a/frog/utils.dart |
| +++ b/frog/utils.dart |
| @@ -142,3 +142,8 @@ class FixedIterator<E> implements Iterator<E> { |
| return value; |
| } |
| } |
| + |
| +// Color constants used for generating messages. |
| +String _RED_COLOR = '\u001b[31m'; |
| +String _MAGENTA_COLOR = '\u001b[35m'; |
| +String _NO_COLOR = '\u001b[0m'; |