topic: add color for the active topic
We reuse the same color that the one used for the active bookmark.
--- 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