aboutsummaryrefslogtreecommitdiff
path: root/.config/neomutt
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-05-02 13:15:25 +0200
committerlonkaars <loek@pipeframe.xyz>2023-05-02 13:15:25 +0200
commit2818cadae8b497a4eb91c981376f015006501ada (patch)
tree1a4607ee0ba8037ddacc7cbf33fa2c92d69a6677 /.config/neomutt
parenta7da164bf9915883e10ca3dd17e13a45d4d31373 (diff)
fix neomutt colors
Diffstat (limited to '.config/neomutt')
-rw-r--r--.config/neomutt/neomuttrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc
index 2fd4e95..f363153 100644
--- a/.config/neomutt/neomuttrc
+++ b/.config/neomutt/neomuttrc
@@ -47,17 +47,17 @@ set sendmail = "/usr/bin/msmtp"
set query_command = "/usr/bin/lbdbq"
# colors
-color hdrdefault blue black
+color hdrdefault blue default
color quoted blue black
color signature blue black
color attachment red black
color prompt brightmagenta black
-color message brightred black
+color message brightred default
color error brightred black
color indicator black red
-color status white black
+color status white default
color tree white black
-color normal white black
+# color normal white black
color markers red black
color search white black
color tilde brightmagenta black