From e040ad5b21aae12465113eca1b313f762f2e43fd Mon Sep 17 00:00:00 2001 From: Tai Lee Date: Sat, 25 May 2013 02:13:37 +1000 Subject: [PATCH] Display hidden penalties (artist, ID) in red instead of light grey on track list. It's a impacting the similarity, so it should probably be a warning colour for consistency. --- beets/ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 43f28741e..6473a4b92 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -312,7 +312,7 @@ def show_change(cur_artist, cur_album, match): if item.mb_trackid and item.mb_trackid != track_info.track_id: penalties.append('ID') if penalties: - rhs += ' %s' % ui.colorize('lightgray', + rhs += ' %s' % ui.colorize('red', '(%s)' % ', '.join(penalties)) if lhs != rhs: