summaryrefslogtreecommitdiffstats
path: root/.config/newsboat/config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-03 09:11:37 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-03 09:11:37 -0400
commit1c79c00208b4dda46d068924ca70a67074360e50 (patch)
treed1d02d8ce73f306a959868bb92290ccba8d1ca2c /.config/newsboat/config
parenta818e2d9dbff39c5ac0ff5b0f036921360b099ce (diff)
downloadeibhear-1c79c00208b4dda46d068924ca70a67074360e50.tar.gz
eibhear-1c79c00208b4dda46d068924ca70a67074360e50.tar.zst
eibhear-1c79c00208b4dda46d068924ca70a67074360e50.zip
needed newsboat updates including
more color style and sections with --- pre/postfixes
Diffstat (limited to '.config/newsboat/config')
-rw-r--r--.config/newsboat/config19
1 files changed, 16 insertions, 3 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
index 5366202..3da9b5e 100644
--- a/.config/newsboat/config
+++ b/.config/newsboat/config
@@ -27,13 +27,26 @@ color listfocus black yellow standout bold
color listnormal_unread blue default
color listfocus_unread yellow default bold
color info red black bold
-color article cyan default
+color article white default bold
browser linkhandler
macro , open-in-browser
-macro t set browser "tsp youtube-dl --add-metadata -ic"; open-in-browser ; set browser linkhandler
+macro t set browser "qndl"; open-in-browser ; set browser linkhandler
macro a set browser "tsp youtube-dl --add-metadata -xic -f bestaudio/best"; open-in-browser ; set browser linkhandler
macro v set browser "setsid nohup mpv"; open-in-browser ; set browser linkhandler
-macro w set browser "w3m"; open-in-browser ; set browser linkhandler
+macro w set browser "lynx"; open-in-browser ; set browser linkhandler
macro p set browser "dmenuhandler"; open-in-browser ; set browser linkhandler
macro c set browser "xsel -b <<<" ; open-in-browser ; set browser linkhandler
+
+highlight all "---.*---" yellow
+highlight feedlist ".*(0/0))" black
+highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
+highlight article "(^Link:.*|^Date:.*)" default default
+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