hgext/color.py
changeset 17806 dc7010ed0101
parent 17424 e7cfe3587ea4
child 18290 323e1267de36
--- 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',