diff options
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index dfa91a2..99452c1 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -8,6 +8,7 @@ text-width 80 show-keymap-hint no show-title-bar no swap-title-and-hints no +history-limit 0 ignore-mode download notify-program ~/.local/bin/newsboat-notif notify-always yes @@ -46,7 +47,7 @@ ignore-article "*" "link =~ \"youtube.com/shorts/\"" color background default default color listnormal default default dim color listnormal_unread default default bold -color listfocus default black dim +color listfocus default black color listfocus_unread default black bold color info yellow black bold color article default default |