mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 00:23:33 +01:00
UI: fixup color names
This commit is contained in:
parent
6bb68983ab
commit
f43a5c8b56
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue