diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-03-10 15:07:52 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-03-10 15:07:52 +0100 |
commit | 967e0c4446c17685faf9f91326341c04f10830e8 (patch) | |
tree | 6784664b9d55a11c9ee05b7d5425a7bdccb21f18 | |
parent | 55ccd4d3cf075a057f8b0e6833ac21c6d1a63f8f (diff) |
Make colors more beautiful, disable sidebar
-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 |