diff --git a/dotfiles/newsboat.org b/dotfiles/newsboat.org index 0253c51..a72136e 100644 --- a/dotfiles/newsboat.org +++ b/dotfiles/newsboat.org @@ -200,29 +200,18 @@ https://newsboat.org/releases/2.12/docs/newsboat.html :END: #+BEGIN_SRC conf - highlight feedlist "^ *[0-9]+ *N " cyan cyan - highlight articlelist "^ *[0-9]+ *N " cyan cyan + 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 - highlight article "(^Feed:.*|^Title:.*|^Author:.*)" red default - highlight article "(^Link:.*|^Date:.*)" white default - highlight article "^Podcast Download URL:.*" cyan default - highlight article "^Links:" magenta black underline - highlight article "https?://[^ ]+" green default - highlight article "^(Title):.*$" blue default - highlight article "\\[[0-9][0-9]*\\]" magenta default bold - highlight article "\\[image\\ [0-9]+\\]" green default bold - highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold - highlight article ":.*\\(link\\)$" cyan default - highlight article ":.*\\(image\\)$" blue default - highlight article ":.*\\(embedded flash\\)$" magenta default - - color background default default - color listnormal default default - color listnormal_unread white default - color listfocus color255 cyan bold - color listfocus_unread color255 cyan bold - color info cyan black - color article default default + # highlights + highlight article "^(Title):.*$" blue default + highlight article "https?://[^ ]+" red default + highlight article "\\[image\\ [0-9]+\\]" green default #+END_SRC * URLS