summaryrefslogtreecommitdiff
path: root/.config/newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/newsboat/config')
-rw-r--r--.config/newsboat/config19
1 files changed, 11 insertions, 8 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
index ec499f1..b51f9f3 100644
--- a/.config/newsboat/config
+++ b/.config/newsboat/config
@@ -19,11 +19,14 @@ bind-key U show-urls
bind-key s sort
bind-key S rev-sort
-color listnormal cyan default
-color listfocus black yellow standout bold
-color listnormal_unread blue default
-color listfocus_unread yellow default bold
-color info red black bold
+color background default default
+color listnormal black default
+color listfocus green default reverse
+color listfocus_unread green default reverse bold
+color title cyan default reverse
+color article default default
+color info yellow default
+color end-of-text-marker color8 default
browser "setsid xdg-open %u >/dev/null 2>&1 &"
macro , open-in-browser
@@ -32,10 +35,10 @@ macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser
highlight all "---.*---" yellow
highlight feedlist ".*(0/0))" black
-highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
-highlight article "(^Link:.*|^Date:.*)" default default
+# 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 "^(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