-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
38 lines (34 loc) · 1.16 KB
/
config
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
# Options
datetime-format "%FT%T"
max-items 8
reload-threads 100
scrolloff 8
# Keybinds
bind-key j down
bind-key k up
bind-key l open
bind-key h quit
bind-key g home
bind-key G end
# Colors
color listfocus default black
color listnormal_unread green default
color listfocus_unread green black
color title cyan default
color info white black
# Highlighting text
highlight feedlist "---.*---" blue default bold
# highlight feedlist ".*0/0.." default default invis
highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
highlight article "(^Link:.*|^Date:.*)" default default
highlight article "https?://[^ ]+" yellow default
highlight article "^(Title):.*$" blue default
highlight article "\\[[0-9]+\\]" magenta default bold
highlight article "\\[image\\ [0-9]+\\]" green default bold
highlight article "\\[embedded flash: [0-9]+\\]" green default bold
highlight article ":.*\\(link\\)$" cyan default
highlight article ":.*\\(image\\)$" blue default
highlight article ":.*\\(embedded flash\\)$" magenta default
# Macros
# open-in-browser default key "o"
macro v set browser "mpv --sid=no -- %u"; open-in-browser; set browser firefox; toggle-article-read -- "Open in mpv"