From 843da7262eeca1e3ed0405f2d888f869a3f5f7b2 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 17 Dec 2024 23:28:41 +0000 Subject: Add newsboat config --- dot-config/newsboat/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dot-config/newsboat/config (limited to 'dot-config') diff --git a/dot-config/newsboat/config b/dot-config/newsboat/config new file mode 100644 index 0000000..8c657a3 --- /dev/null +++ b/dot-config/newsboat/config @@ -0,0 +1,16 @@ +color background white black +color listnormal_unread red black +color listfocus black white +color listfocus_unread black white +color info white black +color article white black +highlight feedlist "---.*---" blue default bold +highlight feedlist ".*0/0.." default default invis +highlight article "^Feed:.*" color1 color0 +highlight article "^Title:.*" color3 color0 bold +highlight article "^Author:.*" color2 color0 +highlight article "^Date:.*" color223 color0 +highlight article "^Link:.*" color4 color0 +highlight article "^Flags:.*" color9 color0 +notify-always yes +notify-program /usr/bin/notify-send -- cgit