diff --git a/themes/plain.zsh-theme b/themes/plain.zsh-theme index 4c1430ec1..a8d67322b 100644 --- a/themes/plain.zsh-theme +++ b/themes/plain.zsh-theme @@ -1,6 +1,6 @@ PROMPT='%n@%m %~$(check_git_prompt_info)$ %{$reset_color%}' -local return_code="%(?..%{$fg[magenta]%}%? ↵%{$reset_color%})" +local return_code="%(?..%{$fg[cyan]%}%? ↵%{$reset_color%})" RPROMPT="${return_code}" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}("