diff options
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 90c7307..849a3a9 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -25,10 +25,10 @@ bind-key v show-urls bind-key x pb-delete bind-key ^t next-unread -color listnormal cyan default -color listfocus black cyan standout -color listnormal_unread yellow default bold -color listfocus_unread yellow black bold +color listnormal white default +color listfocus black white standout +color listnormal_unread red default bold +color listfocus_unread red black bold color info yellow black bold color article default default |