blob: bc291c472673d3c2074ee2481c825aea697622b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
auto-reload yes
reload-threads 140
macro y set browser "mpv %u" ; open-in-browser ; set browser "elinks %u"
macro o set browser "firefox %u" ; open-in-browser ; set browser "elinks %u"
# include /usr/share/doc/newsboat/contrib/colorschemes/gruvbox
highlight feedlist "---*---" red default bold
highlight feedlist ".*0/0.." default default invis
highlight feedlist " " default default invis
color listfocus default default standout underline bold
color listfocus_unread yellow default standout underline bold
# color h3 default default underline
bind-key G end
bind-key g home
bind-key j down
bind-key k up
bind-key - quit
text-width 74
cleanup-on-quit yes
|