diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-25 15:15:36 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-25 15:15:36 +0200 |
commit | a9ff2b6a1418254b582d5d40cd9651d74f819e3b (patch) | |
tree | a720ada5d44e64a6df1c7a1effabf47e81144150 /.config/mutt | |
parent | added load average (diff) | |
download | dotfiles-bsd-a9ff2b6a1418254b582d5d40cd9651d74f819e3b.tar.gz dotfiles-bsd-a9ff2b6a1418254b582d5d40cd9651d74f819e3b.tar.bz2 dotfiles-bsd-a9ff2b6a1418254b582d5d40cd9651d74f819e3b.tar.xz dotfiles-bsd-a9ff2b6a1418254b582d5d40cd9651d74f819e3b.tar.zst dotfiles-bsd-a9ff2b6a1418254b582d5d40cd9651d74f819e3b.zip |
colors update
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/defaults.muttrc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 702ed60..c41fbe0 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -173,13 +173,18 @@ color index_subject white default '.*' # New mail is boldened: color index brightyellow default "~N" color index_author brightblue default "~N" -color index_subject brightred default "~N" +color index_subject brightwhite default "~N" # Tagged mail is highlighted: color index brightwhite color088 "~T" -color index_author brightyellow default "~T" +color index_author brightblue default "~T" color index_subject brightwhite default "~T" +# Shaded for deleted +color index brightblack default '~D' +color index_author brightblue default '~D' +color index_subject brightblack default '~D' + # Other colors and aesthetic settings: mono bold bold mono underline underline |