Created
April 17, 2026 03:04
-
-
Save aslamdoctor/15d5fa15b2bf79a42838c89ee45280c8 to your computer and use it in GitHub Desktop.
Newsboat Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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