aboutsummaryrefslogtreecommitdiff
path: root/.newsboat/config
blob: 3dd60f4792e0289608ee9fb06f8a273042660138 (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
# auto-reload yes   # reload feeds at startup
reload-threads 8
max-items 100
# pager less

datetime-format "%d %b %Y"
# articlelist-format "%4i %f

bind-key j down
bind-key k up
bind-key g home
bind-key G end

# solarized color-scheme
color background         default   default
color listnormal         default   default
color listnormal_unread  default   default
color listfocus          black     cyan
color listfocus_unread   black     cyan
color info               default   black
color article            default   default


highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default

# browser vimb

macro v set browser "mpv --ytdl-format=best %u"; open-in-browser; set browser chromium