From 0d5f86f5360ecbaa9e30b96fac66cd36c1472fbf Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 12 Dec 2017 10:38:19 +0100 Subject: mutt: fix background color --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 0298631..ece46ac 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -69,6 +69,9 @@ case $_HOST_TYPE in ;; esac +# get a white background in mutt +COLORFGBG="default;default" + # ############################################################################# # terminal # ############################################################################# -- cgit v1.2.3