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]%}>"