diff options
| -rw-r--r-- | .newsboat/config | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
