blob: c0a18b172bb4b2455765a455ad54cda4fef1caad (
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
|
# colors
#color background color255 color0
#color listnormal color255 color0
#color listfocus color255 color88 bold
#color listnormal_unread color255 color0 bold
#color listfocus_unread color255 color88 bold
#color info color255 color31
#color article color255 color0
color listfocus green black bold
color listnormal_unread green black
color listfocus_unread green black bold
color info green black bold
color article white black
# highlights
#highlight article "^(Feed|Title|Link|Date|Author):.*$" color31 color0
#highlight article "https?://[^ ]+" color9 color0 protect
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
bind-key j next
bind-key k prev
bind-key j down article
bind-key k up article
bind-key ^F pagedown
bind-key ^B pageup
highlight article "(^Feed:.*|^Title:.*|^Author:.*)" color75 default
highlight article "(^Link:.*|^Date:.*)" color75 default
highlight article "^Podcast Download URL:.*" color71 default
highlight article "^Links:" white color240 underline
highlight article "\\[[0-9][0-9]*\\]" color72 default bold
highlight article "\\[image [0-9][0-9]*\\]" color72 default bold
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold
highlight article ":.*\\(link\\)$" color74 default
highlight article ":.*\\(image\\)$" color74 default
highlight article ":.*\\(embedded flash\\)$" color74 default
|