# HG changeset patch # User Pierre-Yves David # Date 1494414271 -7200 # Node ID e6d3b83b306b2b3c99794232a0e4ce005bc3d0af # Parent f641cccbd119921de5761d6ee83527a0c8edeb1d topic: configure some default color for topic This makes thg usable diff -r f641cccbd119 -r e6d3b83b306b 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'