From fcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 16 Jan 2025 17:00:08 -0500 Subject: migration commit --- .config/newsboat/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/newsboat/config (limited to '.config/newsboat/config') diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..f2fe982 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,22 @@ +#show-read-feeds no +auto-reload yes + +color listnormal cyan default +color listfocus black yellow standout bold +color listnormal_unread green default +color listfocus_unread yellow default bold +color info red black bold +color article white default bold + +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 -- cgit v1.2.3