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

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

macro v set browser "youtube-dl --cookies /home/charles/youtube.com_cookies.txt -o - %u | mpv -"; open-in-browser; set browser chromium