28 lines
693 B
Plaintext
28 lines
693 B
Plaintext
|
auto-reload yes
|
||
|
reload-time 30
|
||
|
browser chromium
|
||
|
macro y set browser "mpv %u"; open-in-browser ; set browser chromium
|
||
|
|
||
|
unbind-key h
|
||
|
unbind-key j
|
||
|
unbind-key k
|
||
|
unbind-key l
|
||
|
|
||
|
bind-key h quit
|
||
|
bind-key j down
|
||
|
bind-key k up
|
||
|
bind-key l open
|
||
|
|
||
|
color background default default
|
||
|
color listnormal default default
|
||
|
color listnormal_unread default default
|
||
|
color listfocus black yellow
|
||
|
color listfocus_unread black yellow
|
||
|
color info default black
|
||
|
color article default default
|
||
|
|
||
|
# highlights
|
||
|
highlight article "^(Title):.*$" blue default
|
||
|
highlight article "https?://[^ ]+" red default
|
||
|
highlight article "\\[image\\ [0-9]+\\]" green default
|