diff -r 21c93988ca70 -r dc7010ed0101 hgext/color.py --- a/hgext/color.py Sun Oct 14 20:40:23 2012 +0200 +++ b/hgext/color.py Sun Oct 14 20:27:55 2012 +0200 @@ -224,6 +224,13 @@ _terminfo_params = False _styles = {'grep.match': 'red bold', + 'grep.linenumber': 'green', + 'grep.rev': 'green', + 'grep.change': 'green', + 'grep.sep': 'cyan', + 'grep.filename': 'magenta', + 'grep.user': 'magenta', + 'grep.date': 'magenta', 'bookmarks.current': 'green', 'branches.active': 'none', 'branches.closed': 'black bold',