diff options
author | Hugues <hugues@hiegel.fr> | 2008-03-26 14:35:34 +0100 |
---|---|---|
committer | Hugues <hugues@hiegel.fr> | 2008-03-26 14:35:34 +0100 |
commit | b86da16524342d1da6bdef8f2bd30cffa7099c1f (patch) | |
tree | e5891d320dfb95ff097ae20bfc0432e27a606d8d | |
parent | a2c7933ea8c0f37a29809e371b754214c27e8633 (diff) |
Mail received other than important ones colorized in $generic instead of $red.
-rw-r--r-- | 11_Colors.zsh | 2 |
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 |