Skip to content

Instantly share code, notes, and snippets.

@aslamdoctor
Created April 17, 2026 03:04
Show Gist options
  • Select an option

  • Save aslamdoctor/15d5fa15b2bf79a42838c89ee45280c8 to your computer and use it in GitHub Desktop.

Select an option

Save aslamdoctor/15d5fa15b2bf79a42838c89ee45280c8 to your computer and use it in GitHub Desktop.
Newsboat Config
#nano ~/.newsboat/config
browser "open %u"
#a theme inspired by the GTK Adapta-Maia theme.
#works really well on a stock Manjaro.
#
#for "info" field, both "color35" and "color36" match well.
color listfocus color192 default
color listfocus_unread color155 default
color info color35 default reverse
# highlights
highlight article "https?://[^ ]+" color117 default
highlight article "^(Title):.*$" color117 default
highlight article "\\[image\\ [0-9]+\\]" color117 default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment