diff options
Diffstat (limited to '')
-rw-r--r-- | .config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index ee4459e..5b701b5 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -63,7 +63,7 @@ macro w set browser "linkview"; open-in-browser ; set browser linkhandler datetime-format "%y-%m-%d %H:%M" articlelist-format "%D - %t" -feedlist-format "%?T?%n%9u %t [%T]&#%-8t----------------------------------------------------------?" +feedlist-format "%?T?%n%8u %t [%T]&#%-8t----------------------------------------------------------?" highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold highlight article "(^Link:.*|^Date:.*)" default default |