diff options
-rw-r--r-- | newsboat/.newsboat/config | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config index 6b31d89..eb0439b 100644 --- a/newsboat/.newsboat/config +++ b/newsboat/.newsboat/config @@ -4,27 +4,29 @@ color listfocus magenta black color listfocus_unread black white color info color7 black color article color246 black +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 +highlight article "^Date: .*$" color4 default -#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 -#highlight article "^Date: .*$" color4 default - -browser "open-in-browser" +browser "browser" +player "mpv" show-read-articles no -openbrowser-and-mark-jumps-to-next-unread no +openbrowser-and-mark-jumps-to-next-unread yes refresh-on-startup yes reload-threads 3 max-items 32 notify-xterm yes +cleanup-on-quit yes +text-width 80 bind-key j down bind-key k up -bind-key h left -bind-key l right bind-key m toggle-show-read-feeds bind-key a mark-feed-read bind-key o open-in-browser-and-mark-read +bind-key G end +bind-key g home |