diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-02-17 06:04:50 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-02-17 06:04:50 -0500 |
commit | d0e5f141aa126cc66668b9578000de8019565136 (patch) | |
tree | dec844220c2207047aeea5ba6a5344729ffd7f81 /.config/newsboat | |
parent | ffed8c72403d12c682182555c54a25c0e0453cdc (diff) | |
parent | 048e295ecba8972e3e6420b9ab7ead4ab6178528 (diff) |
Merge branch 'master' of git.chausse.xyz/dotfiles
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 900c942..b5dc713 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -23,9 +23,9 @@ bind-key U show-urls bind-key x pb-delete bind-key ^t next-unread -color listnormal cyan default +color listnormal blue default color listfocus black yellow standout bold -color listnormal_unread blue default +color listnormal_unread cyan default color listfocus_unread yellow default bold color info red black bold color article cyan default |