Mercurial > evolve
changeset 1976:ebdc2a6a9a25
topic: add color for the active topic
We reuse the same color that the one used for the active bookmark.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Sun, 14 Aug 2016 20:40:46 +0200 |
parents | acbbf7f0751e |
children | 137f8b04901e |
files | hgext3rd/topic/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py Sat Aug 13 00:37:33 2016 +0200 +++ b/hgext3rd/topic/__init__.py Sun Aug 14 20:40:46 2016 +0200 @@ -44,7 +44,8 @@ cmdtable = {} command = cmdutil.command(cmdtable) -colortable = {'topic.stack.index': 'yellow', +colortable = {'topic.active': 'green', + 'topic.stack.index': 'yellow', 'topic.stack.state.base': 'dim', 'topic.stack.state.clean': 'green', 'topic.stack.index.current': 'cyan', # random pick