diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-09-15 20:26:22 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-09-15 20:26:22 -0400 |
| commit | ce07d1ed45900197e246242c7b2221d5bff56ebd (patch) | |
| tree | d22063ff5b337f16857a02be0963ac015a29883d /.config/newsboat/config | |
| parent | 179d6a190511dda0de359ae6c7fd7c60b0ad536f (diff) | |
| download | eibhear-ce07d1ed45900197e246242c7b2221d5bff56ebd.tar.gz eibhear-ce07d1ed45900197e246242c7b2221d5bff56ebd.tar.zst eibhear-ce07d1ed45900197e246242c7b2221d5bff56ebd.zip | |
newsboat tweaks
Diffstat (limited to '.config/newsboat/config')
| -rw-r--r-- | .config/newsboat/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 15a8011..2682a52 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -20,10 +20,11 @@ bind-key N prev-unread bind-key D pb-download bind-key U show-urls bind-key x pb-delete +bind-key ^t next-unread -color listnormal blue default +color listnormal cyan default color listfocus black yellow standout bold -color listnormal_unread cyan default +color listnormal_unread blue default color listfocus_unread yellow default bold color info red black bold color article cyan default |
