summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-10-09 18:10:05 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-10-09 18:10:05 +0200
commitf1a440a4c2da8150b85b88e6f22e7db6afb81c74 (patch)
treed44381e7e3c33120e2cf956a0b6244207ea2042c /.config
parent7514a31d35ddf4b52cac4cdb657647553ad21b87 (diff)
newsboat: changed colours
Diffstat (limited to '.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