From e4139569d539dbb4df9cfcb67295a063cdcb3b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 15 May 2020 08:06:51 +0200 Subject: [PATCH] feat(newsboat): tweaks from tallguyjenks --- configs/newsboat.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/newsboat.nix b/configs/newsboat.nix index e86f1a0..78694d2 100644 --- a/configs/newsboat.nix +++ b/configs/newsboat.nix @@ -6,6 +6,7 @@ let newsboat-config = pkgs.writeText "config" '' auto-reload no + prepopulate-query-feeds yes # dont keep a search history history-limit 0 @@ -38,6 +39,13 @@ let save-path ${newsboat-home}/saved/ + highlight article "^Title:.*" yellow black bold + highlight article "^Author:.*" yellow black + highlight article "^Flags:.*" red black + highlight article "\\[[0-9][0-9]*\\]" color66 default bold + highlight article "\\[image [0-9][0-9]*\\]" color109 default bold + highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 default bold + color background white black color listnormal white black color listnormal_unread white black bold