From f43a5c8b56782d37446065ecec4959f57d9f9752 Mon Sep 17 00:00:00 2001 From: Maximilian Merz Date: Sun, 1 Nov 2015 19:11:04 +0100 Subject: [PATCH] UI: fixup color names --- beets/ui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/__init__.py b/beets/ui/__init__.py index 0ca8ea8cd..f217bcb02 100644 --- a/beets/ui/__init__.py +++ b/beets/ui/__init__.py @@ -465,7 +465,7 @@ COLOR_NAMES = ['text_success', 'text_warning', 'text_error', 'text_highlight', 'action_description', 'added', 'removed', 'changed', 'added_highlight', 'removed_highlight', 'changed_highlight', - 'added_diff', 'removed_diff', 'changed_diff'] + 'text_diff_added', 'text_diff_removed', 'text_diff_changed'] COLORS = None