diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-08-22 19:43:07 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-08-22 19:43:07 +0100 |
commit | 86c0c3694c93025dfec23f27266905c12f446a4e (patch) | |
tree | 32ee6e5cc84b6e2962a998d788554cb984fb7a8e /.config/newsboat | |
parent | 3058d6df77817de298a207d36b8b0871893c417a (diff) |
Initial commit
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..afa1438 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,42 @@ +# general settings +auto-reload yes +reload-time 30 +max-items 500 +reload-threads 11 + +#browser "firefox --no-remote -P default --class newsboat %u >/dev/null 2>&1 &" +browser linkhandler + +color listnormal cyan default +color listfocus blue yellow standout bold +color listnormal_unread green default +color listfocus_unread blue green standout bold +color info yellow blue bold +color article white default + +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 + +highlight articlelist "(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) [0-9]+" white default +highlight articlelist "\\|[^\\|]+\\|" cyan default +highlight articlelist "\\(YouTube\\)" magenta default +highlight articlelist "\\(PeerTube\\)" magenta default +highlight articlelist "\\|r/" red default +highlight feedlist "\\(YouTube\\)" magenta default +highlight feedlist "\\(PeerTube\\)" magenta default +highlight feedlist " r/" red default +highlight feedlist "\\([0-9]+/[0-9]+\\)" white default + +highlight all "---.*---" yellow default bold +highlight feedlist "^.*\\(0/0\\)" black default invis + +articlelist-format "%4i %f %D %?T?|%-20T| ?%t" |