diff options
Diffstat (limited to 'newsboat/config')
| -rw-r--r-- | newsboat/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/newsboat/config b/newsboat/config index c1ad577..f05c8f5 100644 --- a/newsboat/config +++ b/newsboat/config | |||
| @@ -9,3 +9,22 @@ confirm-mark-feed-read no | |||
| 9 | 9 | ||
| 10 | macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" | 10 | macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" |
| 11 | 11 | ||
| 12 | color background default default | ||
| 13 | color listnormal color255 default | ||
| 14 | color listfocus color238 color255 standout | ||
| 15 | color listnormal_unread color47 default | ||
| 16 | color listfocus_unread color238 color47 standout | ||
| 17 | color info color141 color236 | ||
| 18 | |||
| 19 | # highlights | ||
| 20 | highlight all "---.*---" yellow | ||
| 21 | highlight feedlist ".*(0/0))" black | ||
| 22 | highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold | ||
| 23 | highlight article "https?://[^ ]+" yellow default | ||
| 24 | highlight article "\\[[0-9][0-9]*\\]" magenta default bold | ||
| 25 | highlight article "\\[image\\ [0-9]+\\]" green default bold | ||
| 26 | highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold | ||
| 27 | highlight article ":.*\\(link\\)$" cyan default | ||
| 28 | highlight article ":.*\\(image\\)$" blue default | ||
| 29 | highlight article ":.*\\(embedded flash\\)$" magenta default | ||
| 30 | |||
