aboutsummaryrefslogtreecommitdiff
path: root/config/newsboat
diff options
context:
space:
mode:
Diffstat (limited to 'config/newsboat')
-rw-r--r--config/newsboat/config33
1 files changed, 33 insertions, 0 deletions
diff --git a/config/newsboat/config b/config/newsboat/config
new file mode 100644
index 0000000..f3ef9e1
--- /dev/null
+++ b/config/newsboat/config
@@ -0,0 +1,33 @@
+# auto-reload yes # reload feeds at startup
+reload-threads 64
+max-items 100
+# pager less
+
+datetime-format "%d %b %Y"
+# articlelist-format "%4i %f
+
+bind-key j down
+bind-key k up
+bind-key g home
+bind-key G end
+
+# solarized color-scheme
+color background default default
+color listnormal default default
+color listnormal_unread default default
+color listfocus black cyan
+color listfocus_unread black cyan
+color info default black
+color article default default
+
+highlight article "^(Title):.*$" blue default
+highlight article "https?://[^ ]+" red default
+highlight article "\\[image\\ [0-9]+\\]" green default
+highlight all "---.*" yellow default
+highlight all "===.*" yellow default
+highlight feedlist ".*(0/0))" black default
+
+macro v set browser "mpv --ytdl-format=best %u"; open-in-browser; set browser qutebrowser
+
+notify-always yes
+notify-program /usr/bin/notify-send