From a94863fd14493b8be07ba6a23f2bebd0fffff505 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 3 Nov 2011 20:18:44 +0100 Subject: NEWSBEUTER: Color tweaks, use w3m to render html --- .config/newsbeuter/config | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config index 09226c4..acb8715 100644 --- a/.config/newsbeuter/config +++ b/.config/newsbeuter/config @@ -1,23 +1,27 @@ -auto-reload yes -browser "$BROWSER" -confirm-exit yes -feedlist-format "%-35t %?d?- %-35d&? %> %u" -max-items 500 -notify-program notify-send -notify-beep yes -reload-threads 3 -reload-time 60 -show-read-feeds no -show-read-articles no -text-width 80 -articlelist-format "%-4i %f %t" -feedlist-title-format "%N %V %> %u feeds with new articles" -articlelist-title-format "%T" -article-sort-order date-desc +auto-reload yes +browser "$BROWSER" +confirm-exit yes +feedlist-format "%-35t %?d?- %-35d&? %> %u" +max-items 500 +notify-program notify-send +notify-beep yes +reload-threads 3 +reload-time 60 +show-read-feeds no +show-read-articles no +articlelist-format "%-4i %f %t" +feedlist-title-format "%N %V %> %u feeds with new articles" +articlelist-title-format "%T" +article-sort-order date-desc +html-renderer "w3m -dump -T text/HTML -cols 80" +text-width 80 # colors -color listfocus default color0 bold -color info default color0 +color listfocus black green bold +color info white red + +# highlight +highlight article "^(Feed|Title|Author|Link|Date):.*" green default bold # keys bind-key i prev-dialog -- cgit v1.2.3-54-g00ecf