summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues <hugues@hiegel.fr>2008-03-26 14:35:34 +0100
committerHugues <hugues@hiegel.fr>2008-03-26 14:35:34 +0100
commitb86da16524342d1da6bdef8f2bd30cffa7099c1f (patch)
treee5891d320dfb95ff097ae20bfc0432e27a606d8d /11_Colors.zsh
parenta2c7933ea8c0f37a29809e371b754214c27e8633 (diff)
Mail received other than important ones colorized in $generic instead of $red.
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index db68bb1..ab455ca 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -68,7 +68,7 @@ set_prompt_colors ()
prompt_colors[exec]="$color[none]" # command output
mail_colors[unread]="$color[yellow];$color[bold]" # mail received
- mail_colors[listes]="$color[red];$color[bold]" # less important mail received
+ mail_colors[listes]="$my_generic;$color[bold]" # less important mail received
prompt_colors[up_to_date]="$my_generic" # up-to-date
prompt_colors[not_up_to_date]="$color[green];$color[bold]" # not up to date