mirror of
https://github.com/beetbox/beets.git
synced 2026-02-20 06:14:22 +01:00
Remove unused colors
This commit is contained in:
parent
160d4074b2
commit
e7c12988bc
3 changed files with 0 additions and 21 deletions
|
|
@ -127,19 +127,12 @@ ui:
|
|||
action_default: ['bold', 'cyan']
|
||||
action: ['bold', 'cyan']
|
||||
# New Colors
|
||||
text: ['normal']
|
||||
text_faint: ['faint']
|
||||
import_path: ['bold', 'blue']
|
||||
import_path_items: ['bold', 'blue']
|
||||
added: ['green']
|
||||
removed: ['red']
|
||||
changed: ['yellow']
|
||||
added_highlight: ['bold', 'green']
|
||||
removed_highlight: ['bold', 'red']
|
||||
changed_highlight: ['bold', 'yellow']
|
||||
text_diff_added: ['bold', 'red']
|
||||
text_diff_removed: ['bold', 'red']
|
||||
text_diff_changed: ['bold', 'red']
|
||||
action_description: ['white']
|
||||
import:
|
||||
indentation:
|
||||
|
|
|
|||
|
|
@ -507,20 +507,13 @@ COLOR_NAMES = [
|
|||
"action_default",
|
||||
"action",
|
||||
# New Colors
|
||||
"text",
|
||||
"text_faint",
|
||||
"import_path",
|
||||
"import_path_items",
|
||||
"action_description",
|
||||
"added",
|
||||
"removed",
|
||||
"changed",
|
||||
"added_highlight",
|
||||
"removed_highlight",
|
||||
"changed_highlight",
|
||||
"text_diff_added",
|
||||
"text_diff_removed",
|
||||
"text_diff_changed",
|
||||
]
|
||||
COLORS: dict[str, list[str]] | None = None
|
||||
|
||||
|
|
|
|||
|
|
@ -465,19 +465,12 @@ your configuration file that looks like this:
|
|||
action_default: ['bold', 'cyan']
|
||||
action: ['bold', 'cyan']
|
||||
# New colors after UI overhaul
|
||||
text: ['normal']
|
||||
text_faint: ['faint']
|
||||
import_path: ['bold', 'blue']
|
||||
import_path_items: ['bold', 'blue']
|
||||
added: ['green']
|
||||
removed: ['red']
|
||||
changed: ['yellow']
|
||||
added_highlight: ['bold', 'green']
|
||||
removed_highlight: ['bold', 'red']
|
||||
changed_highlight: ['bold', 'yellow']
|
||||
text_diff_added: ['bold', 'red']
|
||||
text_diff_removed: ['bold', 'red']
|
||||
text_diff_changed: ['bold', 'red']
|
||||
action_description: ['white']
|
||||
|
||||
Available colors: black, darkred, darkgreen, brown (darkyellow), darkblue,
|
||||
|
|
|
|||
Loading…
Reference in a new issue