commit 3dff0a0c23839d7c5dea05a519616aa3466ff9fd
parent f30da94699152a9ce9c56a42b666a0e9024b2567
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 8 Mar 2019 10:18:03 +0100
Reduce number of colors in newsboat
Diffstat:
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/links/.config/newsboat/config b/links/.config/newsboat/config
@@ -42,17 +42,19 @@ feedlist-title-format "%N %V - Feeds (%u unread, %t total)%?T? - tag `%T'&?"
#error-log "~/.newsbeuter/error.log"
html-renderer "w3m -dump -T text/html"
-color info color250 color237 # status bars
-color listfocus yellow color236 # indicator
-color listnormal_unread cyan default # unread, not under indicator
-color listfocus_unread yellow color236 # normal, under indicator
+color background default default
+color listnormal color7 default
+color listfocus default color7 # indicator
+color listnormal_unread default default # unread, not under indicator
+color listfocus_unread default color7 # normal, under indicator
+color info default default bold # status bars
+color article default default
-#highlight all "newsboat" red
-highlight article "^(Feed|Author):" green default
-highlight article "^(Link):" cyan default
-highlight article "^(Title):" red default
-highlight article "^(Date):" cyan default
-highlight feedlist "https?://[^ ]+" default default bold
+highlight article "^(Feed|Author):" default default
+highlight article "^(Link):" default default
+highlight article "^(Title):" default default bold
+highlight article "^(Date):" default default
+highlight feedlist "https?://[^ ]+" default default
# macro prefix is ,
browser xdg-open