commit 5cb14afb7c74ff1a80a451da63be0e29e037e43e parent 8a3a41d0df384c711d25b54432e77a415d62d873 Author: Daniel Moch <daniel@danielmoch.com> Date: Mon, 16 Sep 2019 06:19:18 -0400 mutt, newsboat: Fix bare terminal colors Diffstat:
M | .muttrc | | | 2 | +- |
M | .newsboat/config | | | 14 | +++++++------- |
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.muttrc b/.muttrc @@ -139,7 +139,7 @@ color markers default default color attachment default default color search default default color status brightwhite blue -color indicator default white +color indicator black white color tree blue default mono bold bold diff --git a/.newsboat/config b/.newsboat/config @@ -10,10 +10,10 @@ bookmark-cmd "~/.newsboat/bookmark-pinboard.sh" bind-key j down bind-key k up -color background default default -color listnormal default default -color listfocus default white -color listnormal_unread default default bold -color listfocus_unread default white bold -color info blue default reverse -color article default default +color background default default +color listnormal default default +color listfocus black white +color listnormal_unread default default bold +color listfocus_unread black white bold +color info blue default reverse +color article default default