diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index c2a542163..077b60187 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -113,7 +113,7 @@ prompt_git() { ref="◈ $(command git describe --exact-match --tags HEAD 2> /dev/null)" || \ ref="➦ $(command git rev-parse --short HEAD 2> /dev/null)" if [[ -n $dirty ]]; then - prompt_segment yellow black + prompt_segment yellow $CURRENT_FG else prompt_segment green $CURRENT_FG fi