From b4a5e0b3a76b8b01d74fd2500e72b6efb71abbe0 Mon Sep 17 00:00:00 2001 From: David Swarbrick Date: Sat, 2 Sep 2023 15:24:20 +0100 Subject: [PATCH] Change default config to improve readability on PuTTY --- beets/config_default.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beets/config_default.yaml b/beets/config_default.yaml index 114e9b6e8..a20797208 100644 --- a/beets/config_default.yaml +++ b/beets/config_default.yaml @@ -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