diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-08-04 04:06:56 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-08-04 04:06:56 +0200 |
commit | 551216d6dee123a65f9f5735075095ed6a06b57c (patch) | |
tree | 2e3d8630ca079b0296c529101954f69bf1fc3668 /mutt | |
parent | 644373e236a37429f64d54220c0b4030066e7c1f (diff) |
Fix colors
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/colors | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mutt/colors b/mutt/colors index 4603d9e..792128c 100644 --- a/mutt/colors +++ b/mutt/colors @@ -1,12 +1,12 @@ color normal white default -color attachment color8 default +color attachment white default color hdrdefault white default -color indicator color8 default +color indicator blue default color markers red default color quoted green default -color signature color8 default -color status white default +color signature black default +color status white blue color tilde white default color tree white default |