diff options
-rw-r--r-- | newsboat/.newsboat/config | 4 |
1 files changed, 2 insertions, 2 deletions
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 |