From 05fd3636c04b19da65d3c00a8d71593243d69fa8 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 23 Jul 2026 15:26:40 +0800 Subject: customize color settings --- .newsboat/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.newsboat') diff --git a/.newsboat/config b/.newsboat/config index 7d5ac83..07c6674 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -13,9 +13,10 @@ itemview-title-format "Article '%T' (%u unread, %t total)" urlview-title-format "URLs" dialogs-title-format "Dialogs" -color title blue default bold -color listfocus white default standout -color listfocus_unread white default standout +color title blue default dim +color listnormal default default dim +color listfocus default default reverse +color listfocus_unread default default reverse # Maintain a vertical margin around the selected item when navigating lists scrolloff 10 -- cgit v1.2.3