diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-26 23:41:17 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-26 23:41:17 +0100 |
commit | 5efea91dad885723f8ded104da27fb2fad6bf6c0 (patch) | |
tree | 7a82c359976b5d9342dfc84cc5d05670a0da35d5 /.config/newsboat/config | |
parent | bspwm fish update (diff) | |
download | dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.gz dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.bz2 dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.xz dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.tar.zst dotfiles-bsd-5efea91dad885723f8ded104da27fb2fad6bf6c0.zip |
Colors update to match more FreeBSD
Diffstat (limited to '')
-rw-r--r-- | .config/newsboat/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 90c7307..849a3a9 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -25,10 +25,10 @@ bind-key v show-urls bind-key x pb-delete bind-key ^t next-unread -color listnormal cyan default -color listfocus black cyan standout -color listnormal_unread yellow default bold -color listfocus_unread yellow black bold +color listnormal white default +color listfocus black white standout +color listnormal_unread red default bold +color listfocus_unread red black bold color info yellow black bold color article default default |