[download]
newsboat/config
1 reload-threads 4
2 download-retries 8
3
4 use-proxy yes
5 proxy-type socks5
6 proxy localhost:9050
7
8 prepopulate-query-feeds yes
9
10 notify-xterm yes
11 notify-format "Newsboat with %d unread"
12
13 feedlist-format "%3i %n %2U %t"
14 articlelist-format "%4i %D %?T? %-20T ? %t"
15
16 bind-key LEFT quit
17 bind-key RIGHT open
18
19 bind-key j next
20 bind-key k prev
21
22 bind-key ^O open-all-unread-in-browser-and-mark-read articlelist
23
24 color info white default
25 color listfocus default blue
26 color listfocus_unread default blue bold
27
28 highlight article ".+" default default
29 highlight article "[a-z]+://[^ ]+" blue default
30
31 highlight article "^Лента: .+" white default bold
32 highlight article "^Заголовок: .+" white default bold
33 highlight article "^Автор: .+" white default bold
34 highlight article "^Дата: .+" white default bold
35 highlight article "^Ссылка: .+" white default bold
36 highlight article "^Ссылки:" white default bold
37
38 highlight article "\\[[0-9]+\\]" cyan default
39 highlight article "^\\[[0-9]+\\]:" white default
40 highlight article "\\[изображение [0-9]+\\]" cyan default
41
42
|