summaryrefslogtreecommitdiff
path: root/newsboat/.newsboat/config
blob: eb0439b86df434671b1eb8b7208c33abfad5a32b (plain)
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
26
27
28
29
30
31
32
highlight  article      "^Title: .*$"   magenta   black bold
color      listnormal                   white     black 
color      listfocus                    magenta   black
color      listfocus_unread             black     white 
color      info                         color7    black
color      article                      color246  black
highlight  feedlist     "^.* N .*$"     color15   default  bold
highlight  articlelist  "^.* N .*$"     color15   default  bold
highlight  article      "^Feed: .*$"    color3    default
highlight  article      "^Author: .*$"  color5    default
highlight  article      "^Link: .*$"    blue      default
highlight  article      "^Date: .*$"    color4    default

browser "browser"
player "mpv"
show-read-articles no
openbrowser-and-mark-jumps-to-next-unread yes
refresh-on-startup yes
reload-threads  3
max-items 32
notify-xterm  yes
cleanup-on-quit yes
text-width 80

bind-key j down
bind-key k up
bind-key m toggle-show-read-feeds
bind-key a mark-feed-read
bind-key o open-in-browser-and-mark-read
bind-key G end
bind-key g home