NEWSBEUTER: Color tweaks, use w3m to render html
This commit is contained in:
parent
4ca7afa2ac
commit
a94863fd14
1 changed files with 22 additions and 18 deletions
|
@ -1,23 +1,27 @@
|
|||
auto-reload yes
|
||||
browser "$BROWSER"
|
||||
confirm-exit yes
|
||||
feedlist-format "%-35t %?d?- %-35d&? %> %u"
|
||||
max-items 500
|
||||
notify-program notify-send
|
||||
notify-beep yes
|
||||
reload-threads 3
|
||||
reload-time 60
|
||||
show-read-feeds no
|
||||
show-read-articles no
|
||||
text-width 80
|
||||
articlelist-format "%-4i %f %t"
|
||||
feedlist-title-format "%N %V %> %u feeds with new articles"
|
||||
articlelist-title-format "%T"
|
||||
article-sort-order date-desc
|
||||
auto-reload yes
|
||||
browser "$BROWSER"
|
||||
confirm-exit yes
|
||||
feedlist-format "%-35t %?d?- %-35d&? %> %u"
|
||||
max-items 500
|
||||
notify-program notify-send
|
||||
notify-beep yes
|
||||
reload-threads 3
|
||||
reload-time 60
|
||||
show-read-feeds no
|
||||
show-read-articles no
|
||||
articlelist-format "%-4i %f %t"
|
||||
feedlist-title-format "%N %V %> %u feeds with new articles"
|
||||
articlelist-title-format "%T"
|
||||
article-sort-order date-desc
|
||||
html-renderer "w3m -dump -T text/HTML -cols 80"
|
||||
text-width 80
|
||||
|
||||
# colors
|
||||
color listfocus default color0 bold
|
||||
color info default color0
|
||||
color listfocus black green bold
|
||||
color info white red
|
||||
|
||||
# highlight
|
||||
highlight article "^(Feed|Title|Author|Link|Date):.*" green default bold
|
||||
|
||||
# keys
|
||||
bind-key i prev-dialog
|
||||
|
|
Loading…
Reference in a new issue