dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a8d2789952fbfa512a013e7ad2e380aac1ddef2a
parent 71c4d0b9790455f177b1328672fb3603d3debeb1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 20 Jul 2018 21:19:53 -0400

Small tweaks to newsboat config

Diffstat:
Mlinks/.newsboat/config | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/links/.newsboat/config b/links/.newsboat/config @@ -21,7 +21,7 @@ unbind-key end max-items 1000 browser open -#show-read-feeds no +show-read-feeds no # toggle view with 'l' auto-reload yes reload-threads 3 reload-time 20 @@ -30,10 +30,9 @@ error-log "~/.newsbeuter/error.log" html-renderer "w3m -dump -T text/html" color info color250 color237 # status bars -color background default default color listfocus yellow color236 # indicator -color listnormal_unread cyan default -color listfocus_unread yellow color236 +color listnormal_unread cyan default # unread, not under indicator +color listfocus_unread yellow color236 # normal, under indicator #highlight all "newsboat" red highlight article "^(Feed|Author):" green default