summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2017-12-12 10:38:19 +0100
committerPatrick Simianer <p@simianer.de>2017-12-12 10:38:19 +0100
commit0d5f86f5360ecbaa9e30b96fac66cd36c1472fbf (patch)
tree0930a21659f5f26a04932c562e88ab507cf16eee /zsh
parent145332a3efd7452777639adc124b05d2f06d6a84 (diff)
mutt: fix background color
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
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
# #############################################################################