hgext3rd/topic/__init__.py
changeset 2340 e6d3b83b306b
parent 2339 f641cccbd119
child 2428 7c15b494bacc
equal deleted inserted replaced
2339:f641cccbd119 2340:e6d3b83b306b
    98               'topic.stack.desc.current': 'cyan',        # random pick
    98               'topic.stack.desc.current': 'cyan',        # random pick
    99               'topic.stack.state.unstable': 'red',
    99               'topic.stack.state.unstable': 'red',
   100               'topic.stack.summary.behindcount': 'cyan',
   100               'topic.stack.summary.behindcount': 'cyan',
   101               'topic.stack.summary.behinderror': 'red',
   101               'topic.stack.summary.behinderror': 'red',
   102               'topic.stack.summary.headcount.multiple': 'yellow',
   102               'topic.stack.summary.headcount.multiple': 'yellow',
       
   103               # default color to help log output and thg
       
   104               # (first pick I could think off, update as needed
       
   105               'log.topic': 'green_background',
       
   106               'topic.active': 'green',
   103              }
   107              }
   104 
   108 
   105 testedwith = '3.9'
   109 testedwith = '3.9'
   106 
   110 
   107 def _contexttopic(self):
   111 def _contexttopic(self):