diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-23 15:26:40 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-23 15:26:40 +0800 |
| commit | 05fd3636c04b19da65d3c00a8d71593243d69fa8 (patch) | |
| tree | aac6c539675101fe088ecc0104e6a73669b66a1d /.newsboat | |
| parent | a149cad6796939ce1a55c1fe1738e0b5d949a734 (diff) | |
| download | dotfiles-05fd3636c04b19da65d3c00a8d71593243d69fa8.tar.gz dotfiles-05fd3636c04b19da65d3c00a8d71593243d69fa8.zip | |
customize color settings
Diffstat (limited to '.newsboat')
| -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 |
