diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 6bf1db53c..63d1df00d 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -293,7 +293,7 @@ def show_change(cur_artist, cur_album, match): cur_track, new_track = format_index(item), format_index(track_info) if cur_track != new_track: if item.track in (track_info.index, track_info.medium_index): - color = 'yellow' + color = 'lightgray' else: color = 'red' if (cur_track + new_track).count('-') == 1: diff --git a/docs/changelog.rst b/docs/changelog.rst index 4076248d0..9d9cb8403 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -63,7 +63,7 @@ Changelog * Display album disambiguation and disc titles in the track listing, when available. * More consistent format and colorization of album and track metadata. - * Track changes highlighted in turquoise indicate a change in format to or + * Track changes highlighted in light gray indicate a change in format to or from :ref:`per_disc_numbering`. No penalty is applied because the track number is still "correct", just in a different format. * Sort missing and unmatched tracks by index and title and group them