browser "2>/dev/null 1>&2 firefox %u &" player "mpv" download-path "~/Podcasts/%h/%n" macro y set browser "~/.newsboat/scripts/enq.sh %u"; open-in-browser ; set browser "firefox %u" # general settings auto-reload yes max-items 50 # unbind keys unbind-key ENTER unbind-key j unbind-key k unbind-key J unbind-key K # bind keys - vim style bind-key j down bind-key k up bind-key l open bind-key h quit # solarized color background default default color listnormal default default color listnormal_unread default default color listfocus default blue color listfocus_unread default blue color info default default color article default default # highlights highlight article "^(Title):.*$" blue default highlight article "https?://[^ ]+" red default highlight article "\\[image\\ [0-9]+\\]" green default