diff -r 432f2155d106 -r 7915aef191ff hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Sat Mar 09 12:54:00 2019 +0800 +++ b/hgext3rd/topic/__init__.py Sat Mar 09 13:13:53 2019 +0800 @@ -168,6 +168,8 @@ 'topic.stack.desc.current': 'cyan', # random pick 'topic.stack.shortnode.current': 'cyan', # random pick 'topic.stack.state.orphan': 'red', + 'topic.stack.state.content-divergent': 'red', + 'topic.stack.state.phase-divergent': 'red', 'topic.stack.summary.behindcount': 'cyan', 'topic.stack.summary.behinderror': 'red', 'topic.stack.summary.headcount.multiple': 'yellow',