blob: 6fdd931bdf9b17da7d32c2c4c811047c26a38f1d (
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
|
# 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
|