# HG changeset patch # User Pierre-Yves David # Date 1471200046 -7200 # Node ID ebdc2a6a9a2591351afb37300b87d2b0dd8f2677 # Parent acbbf7f0751edad46912da23cee2ef082e728a73 topic: add color for the active topic We reuse the same color that the one used for the active bookmark. diff -r acbbf7f0751e -r ebdc2a6a9a25 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Sat Aug 13 00:37:33 2016 +0200 +++ b/hgext3rd/topic/__init__.py Sun Aug 14 20:40:46 2016 +0200 @@ -44,7 +44,8 @@ cmdtable = {} command = cmdutil.command(cmdtable) -colortable = {'topic.stack.index': 'yellow', +colortable = {'topic.active': 'green', + 'topic.stack.index': 'yellow', 'topic.stack.state.base': 'dim', 'topic.stack.state.clean': 'green', 'topic.stack.index.current': 'cyan', # random pick