From 535e887945a92af1615da290fa9b3d17a58afd64 Mon Sep 17 00:00:00 2001 From: pks Date: Tue, 10 Nov 2020 10:43:08 +0100 Subject: fix highlight color --- newsboat/.newsboat/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newsboat') diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config index 2135935..c205ed6 100644 --- a/newsboat/.newsboat/config +++ b/newsboat/.newsboat/config @@ -5,8 +5,8 @@ color listfocus color125 black color listfocus_unread color201 black bold color info color7 black color article color246 black -highlight feedlist "^.* N .*$" color15 default bold -highlight articlelist "^.* N .*$" color15 default bold +#highlight feedlist "^.* N .*$" color15 default bold +#highlight articlelist "^.* N .*$" color15 default bold highlight article "^Feed: .*$" color3 default highlight article "^Author: .*$" color5 default highlight article "^Link: .*$" blue default -- cgit v1.2.3