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 | |
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
-rw-r--r-- | .config/mutt/defaults.muttrc | 9 | ||||
-rwxr-xr-x | .local/bin/install-port | 2 |
2 files changed, 8 insertions, 3 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 diff --git a/.local/bin/install-port b/.local/bin/install-port index 3d5bf62..83ec07c 100755 --- a/.local/bin/install-port +++ b/.local/bin/install-port @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl use strict; use warnings; |