mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
Change default config to improve readability on PuTTY
This commit is contained in:
parent
1249380767
commit
b4a5e0b3a7
1 changed files with 3 additions and 3 deletions
|
|
@ -103,11 +103,11 @@ ui:
|
|||
text_highlight: ['bold', 'red']
|
||||
text_highlight_minor: ['white']
|
||||
action_default: ['bold', 'cyan']
|
||||
action: ['bold', 'blue']
|
||||
action: ['bold', 'cyan']
|
||||
# New Colors
|
||||
text: ['normal']
|
||||
text_faint: ['faint']
|
||||
import_path: ['bold', 'inverse', 'blue']
|
||||
import_path: ['bold', 'blue']
|
||||
import_path_items: ['bold', 'blue']
|
||||
added: ['green']
|
||||
removed: ['red']
|
||||
|
|
@ -118,7 +118,7 @@ ui:
|
|||
text_diff_added: ['bold', 'red']
|
||||
text_diff_removed: ['bold', 'red']
|
||||
text_diff_changed: ['bold', 'red']
|
||||
action_description: ['blue']
|
||||
action_description: ['white']
|
||||
import:
|
||||
indentation:
|
||||
match_header: 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue