aboutsummaryrefslogtreecommitdiff
path: root/.newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to '.newsboat/config')
-rw-r--r--.newsboat/config6
1 files changed, 5 insertions, 1 deletions
diff --git a/.newsboat/config b/.newsboat/config
index 5361216..2818ca4 100644
--- a/.newsboat/config
+++ b/.newsboat/config
@@ -17,4 +17,8 @@ color listfocus_unread black cyan
color info default black
color article default default
-macro v set browser "youtube-dl -o - %u | mpv -"; open-in-browser; set browser chromium
+highlight article "^(Title):.*$" blue default
+highlight article "https?://[^ ]+" red default
+highlight article "\\[image\\ [0-9]+\\]" green default
+
+macro v set browser "youtube-dl --cookies /home/charles/youtube.com_cookies.txt -o - %u | mpv -"; open-in-browser; set browser chromium