From 1b8b61ca5ef749f54cd373bacc00b76c82ab5556 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 28 Jul 2020 10:59:35 +0200 Subject: [PATCH] Added Newsboat config --- .newsboat/config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .newsboat/config diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..ae0339c --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,18 @@ + +browser x-www-window +color article default default +color background default default +color info default black +color listfocus black yellow +color listfocus_unread black yellow +color listnormal default default +color listnormal_unread default default +# highlights +highlight article "\\[image\\ [0-9]+\\]" green default +highlight article "^(Title):.*$" blue default +highlight article "https?://[^ ]+" red default +mark-as-read-on-hover yes +refresh-on-startup yes +reload-threads 5 +show-read-articles no +show-read-feeds no