From 2aab54135c52fe1f6562c7bcf36ed63828e6c1a7 Mon Sep 17 00:00:00 2001 From: David Anema Date: Thu, 6 Dec 2012 11:26:05 +0100 Subject: [PATCH] Corrected color --- themes/danema.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/danema.zsh-theme b/themes/danema.zsh-theme index 148665b39..cbe8ba43c 100644 --- a/themes/danema.zsh-theme +++ b/themes/danema.zsh-theme @@ -3,5 +3,5 @@ RPROMPT='[%{$fg[red]%}%W %t%{$reset_color%}]' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%} <" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY=":%{$fg[red]%}✗%{$fg[red]%}>%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}>" +ZSH_THEME_GIT_PROMPT_DIRTY=":%{$fg[white]%}✗%{$fg[red]%}>%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[red]%}>"