aboutsummaryrefslogtreecommitdiff
path: root/newsboat
diff options
context:
space:
mode:
Diffstat (limited to 'newsboat')
-rw-r--r--newsboat/config92
1 files changed, 46 insertions, 46 deletions
diff --git a/newsboat/config b/newsboat/config
index 0d39ad5..dc69cc5 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -1,46 +1,46 @@
1# vim: filetype=conf 1# vim: filetype=conf
2 2
3auto-reload yes 3auto-reload yes
4reload-time 10 4reload-time 10
5browser "firefox --new-tab %u" 5browser "firefox --new-tab %u"
6confirm-mark-all-feeds-read no 6confirm-mark-all-feeds-read no
7confirm-mark-feed-read no 7confirm-mark-feed-read no
8goto-first-unread no 8goto-first-unread no
9goto-next-feed no 9goto-next-feed no
10keep-articles-days 180 10keep-articles-days 180
11max-items 500 11max-items 500
12cleanup-on-quit yes 12cleanup-on-quit yes
13 13
14download-path "~/Downloads/!Podcasts" 14download-path "~/Downloads/!Podcasts"
15download-filename-format "F-%t.%e" 15download-filename-format "F-%t.%e"
16 16
17bind-key j down feedlist 17bind-key j down feedlist
18bind-key k up feedlist 18bind-key k up feedlist
19bind-key j next articlelist 19bind-key j next articlelist
20bind-key k prev articlelist 20bind-key k prev articlelist
21bind-key J next-feed articlelist 21bind-key J next-feed articlelist
22bind-key K prev-feed articlelist 22bind-key K prev-feed articlelist
23bind-key j down article 23bind-key j down article
24bind-key k up article 24bind-key k up article
25 25
26macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" 26macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u"
27 27
28color background default default 28color background default default
29color listnormal color255 default 29color listnormal color255 default
30color listfocus color238 color255 standout 30color listfocus color238 color255 standout
31color listnormal_unread color47 default 31color listnormal_unread color47 default
32color listfocus_unread color238 color47 standout 32color listfocus_unread color238 color47 standout
33color info color141 color236 33color info color141 color236
34 34
35# highlights 35# highlights
36highlight all "---.*---" yellow 36highlight all "---.*---" yellow
37highlight feedlist ".*(0/0))" color237 default default 37highlight feedlist ".*(0/0))" color237 default default
38highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold 38highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold
39highlight article "https?://[^ ]+" yellow default 39highlight article "https?://[^ ]+" yellow default
40highlight article "\\[[0-9][0-9]*\\]" magenta default bold 40highlight article "\\[[0-9][0-9]*\\]" magenta default bold
41highlight article "\\[image\\ [0-9]+\\]" green default bold 41highlight article "\\[image\\ [0-9]+\\]" green default bold
42highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold 42highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
43highlight article ":.*\\(link\\)$" cyan default 43highlight article ":.*\\(link\\)$" cyan default
44highlight article ":.*\\(image\\)$" blue default 44highlight article ":.*\\(image\\)$" blue default
45highlight article ":.*\\(embedded flash\\)$" magenta default 45highlight article ":.*\\(embedded flash\\)$" magenta default
46 46