aboutsummaryrefslogtreecommitdiffstats
path: root/.newsboat/config
blob: 2e77bf029720185f6264179fc515586266ac6522 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# configs
#
show-read-feeds yes
history-limit 100
display-article-progress yes

# keybindings
#
bind-key j next
bind-key k prev
bind-key j down article
bind-key k up article
bind-key G end
bind-key g home
bind-key ^F pagedown
bind-key ^B pageup

# colors
#
color background          color255 color0
# color article             white  black
color article             color23  black
color listnormal          color24 color0
color listfocus           black  green bold
color listnormal_unread   green  black bold
color listfocus_unread    black  green
color info                green  black bold

# highlights
highlight article "https?://[^ ]+" color25 color0 protect underline bold
highlight article "^Feed:.*" color174 black
highlight article "^Title:.*" color223 black bold
highlight article "^Author:.*" color114 black
highlight article "^Link:.*" color116 black
highlight article "^Date:.*" color223 black
highlight article "\\[[0-9][0-9]*\\]" color66 black bold
highlight article "\\[image [0-9][0-9]*\\]" color109 black bold
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 black bold
highlight article "^Podcast Download URL:.*" color72  default
highlight article "\\[image [0-9][0-9]*\\]" color72  default  bold
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72  default  bold
highlight article ":.*\\(embedded flash\\)$" color74  default
highlight article ":.*\\(image\\)$" color74  default

# highlight articlelist "https?://[^ ]+" yellow red bold
# highlight articlelist "[0-9]+" yellow red bold

articlelist-format "%4i %f %D %L %?T?;%-17T; ?%t %a" 
# articlelist-title-format "%N %V %S %n - Articles in feed %T (%u unread, %t total) - %U \n %l - %L"
feedlist-format "%4i %4S %11T %n %11u %t"