topic: configure some default color for topic
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 10 May 2017 13:04:31 +0200
changeset 2340 e6d3b83b306b
parent 2339 f641cccbd119
child 2342 e28026b4d3c1
topic: configure some default color for topic This makes thg usable
hgext3rd/topic/__init__.py
--- a/hgext3rd/topic/__init__.py	Wed May 10 13:03:05 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Wed May 10 13:04:31 2017 +0200
@@ -100,6 +100,10 @@
               'topic.stack.summary.behindcount': 'cyan',
               'topic.stack.summary.behinderror': 'red',
               'topic.stack.summary.headcount.multiple': 'yellow',
+              # default color to help log output and thg
+              # (first pick I could think off, update as needed
+              'log.topic': 'green_background',
+              'topic.active': 'green',
              }
 
 testedwith = '3.9'