summaryrefslogtreecommitdiff
path: root/newsboat/config
blob: 6ca24fc906611a79233056db4d448b5a0ce08e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
auto-reload yes
reload-threads 140 
macro y set browser "mpv %u" ; open-in-browser ; set browser "elinks %u"

# include /usr/share/doc/newsboat/contrib/colorschemes/nord
highlight feedlist "---*---" red default bold
highlight feedlist ".*0/0.." default default invis

highlight feedlist " " default default invis

color listfocus yellow default standout underline bold 
color listfocus_unread yellow default standout underline bold 

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