aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/newsboat/config33
1 files changed, 14 insertions, 19 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
index 3feffa5..66c0400 100644
--- a/.config/newsboat/config
+++ b/.config/newsboat/config
@@ -24,12 +24,20 @@ bind-key D pb-download
bind-key U show-urls
bind-key x pb-delete
-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 article white default bold
+color article color223 default
+color background color100 default
+color info color142 default
+color listfocus color214 default
+color listfocus_unread color214 default
+color listnormal color246 default
+color listnormal_unread color175 default
+highlight article "^Feed:.*" color175 default
+highlight article "^Title:.*" color214 default bold
+highlight article "^Author:.*" color167 default
+highlight article "^Link:.*" color109 default
+highlight article "^Date:.*" color142 default
+highlight article "\\[[0-9]\\+\\]" color208 default bold
+highlight article "\\[[^0-9].*[0-9]\\+\\]" color167 default bold
browser linkhandler
macro , open-in-browser
@@ -42,16 +50,3 @@ macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser
macro C set browser "youtube-viewer --comments=%u" ; open-in-browser ; set browser linkhandler
macro p set browser "peertubetorrent %u 480" ; open-in-browser ; set browser linkhandler
macro P set browser "peertubetorrent %u 1080" ; 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