diff options
-rw-r--r-- | mutt/colors | 20 | ||||
-rw-r--r-- | mutt/sidebar | 1 |
2 files changed, 11 insertions, 10 deletions
diff --git a/mutt/colors b/mutt/colors index 0592dd8..4603d9e 100644 --- a/mutt/colors +++ b/mutt/colors @@ -1,21 +1,21 @@ -color normal color8 default +color normal white default -color attachment white default +color attachment color8 default color hdrdefault white default -color indicator white default +color indicator color8 default color markers red default -color quoted red default -color signature white default +color quoted green default +color signature color8 default color status white default color tilde white default color tree white default ### header colors -color header white default ^From: -color header white default ^To: -color header white default ^Reply-To: -color header white default ^Cc: -color header white default ^Subject: +color header yellow default ^From: +color header yellow default ^To: +color header yellow default ^Reply-To: +color header yellow default ^Cc: +color header brightyellow default ^Subject: ### body colors color body red default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ diff --git a/mutt/sidebar b/mutt/sidebar index a53bab3..98565dc 100644 --- a/mutt/sidebar +++ b/mutt/sidebar @@ -1,3 +1,4 @@ +set sidebar_visible = no set sidebar_delim = " | " set sidebar_width = 40 |