diff hgext/color.py @ 13361:5b4252364ff9

bookmarks: move color style to color
author Matt Mackall <mpm@selenic.com>
date Thu, 10 Feb 2011 13:46:28 -0600
parents 6bbf0139a36d
children c9ddc39c21b6
line wrap: on
line diff
--- a/hgext/color.py	Thu Feb 10 13:46:28 2011 -0600
+++ b/hgext/color.py	Thu Feb 10 13:46:28 2011 -0600
@@ -92,6 +92,7 @@
             'cyan_background': 46, 'white_background': 47}
 
 _styles = {'grep.match': 'red bold',
+           'bookmarks.current': 'green',
            'branches.active': 'none',
            'branches.closed': 'black bold',
            'branches.current': 'green',