##// END OF EJS Templates
bookmarks: move color style to color
Matt Mackall -
r13361:5b425236 default
parent child Browse files
Show More
@@ -356,5 +356,3 b' cmdtable = {'
356 ('m', 'rename', '', _('rename a given bookmark'), _('NAME'))],
356 ('m', 'rename', '', _('rename a given bookmark'), _('NAME'))],
357 _('hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]')),
357 _('hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]')),
358 }
358 }
359
360 colortable = {'bookmarks.current': 'green'}
@@ -92,6 +92,7 b' from mercurial.i18n import _'
92 'cyan_background': 46, 'white_background': 47}
92 'cyan_background': 46, 'white_background': 47}
93
93
94 _styles = {'grep.match': 'red bold',
94 _styles = {'grep.match': 'red bold',
95 'bookmarks.current': 'green',
95 'branches.active': 'none',
96 'branches.active': 'none',
96 'branches.closed': 'black bold',
97 'branches.closed': 'black bold',
97 'branches.current': 'green',
98 'branches.current': 'green',
General Comments 0
You need to be logged in to leave comments. Login now