--- a/mercurial/color.py Thu Dec 07 16:05:20 2017 +0100
+++ b/mercurial/color.py Thu Dec 07 16:12:32 2017 +0100
@@ -102,6 +102,15 @@
'changeset.secret': '',
'diffstat.deleted': 'red',
'diffstat.inserted': 'green',
+ 'formatvariant.name.mismatchconfig': 'red',
+ 'formatvariant.name.mismatchdefault': 'yellow',
+ 'formatvariant.name.uptodate': 'green',
+ 'formatvariant.repo.mismatchconfig': 'red',
+ 'formatvariant.repo.mismatchdefault': 'yellow',
+ 'formatvariant.repo.uptodate': 'green',
+ 'formatvariant.config.special': 'yellow',
+ 'formatvariant.config.default': 'green',
+ 'formatvariant.default': '',
'histedit.remaining': 'red bold',
'ui.prompt': 'yellow',
'log.changeset': 'yellow',