Mercurial > evolve
changeset 2340:e6d3b83b306b
topic: configure some default color for topic
This makes thg usable
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 10 May 2017 13:04:31 +0200 |
parents | f641cccbd119 |
children | e28026b4d3c1 |
files | hgext3rd/topic/__init__.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'