diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-02 13:15:25 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-02 13:15:25 +0200 |
commit | 2818cadae8b497a4eb91c981376f015006501ada (patch) | |
tree | 1a4607ee0ba8037ddacc7cbf33fa2c92d69a6677 /.config/neomutt | |
parent | a7da164bf9915883e10ca3dd17e13a45d4d31373 (diff) |
fix neomutt colors
Diffstat (limited to '.config/neomutt')
-rw-r--r-- | .config/neomutt/neomuttrc | 8 |
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 |